uk.co.lakesidetech.springxmldb.data
Class XMLDBCollectionInfo
java.lang.Object
uk.co.lakesidetech.springxmldb.data.XMLDBCollectionInfo
- public class XMLDBCollectionInfo
- extends java.lang.Object
Simple POJO containing data on a collection in a XML database
- Author:
- Stuart Eccles
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLDBCollectionInfo
public XMLDBCollectionInfo()
getCreationDateTime
public java.util.Date getCreationDateTime()
- Returns:
- Returns the creationDateTime.
setCreationDateTime
public void setCreationDateTime(java.util.Date creationDateTime)
- Parameters:
creationDateTime - The creationDateTime to set.
getLastmodifiedDateTime
public java.util.Date getLastmodifiedDateTime()
- Returns:
- Returns the lastmodifiedDateTime.
setLastmodifiedDateTime
public void setLastmodifiedDateTime(java.util.Date lastmodifiedDateTime)
- Parameters:
lastmodifiedDateTime - The lastmodifiedDateTime to set.
getChildCollectionCount
public int getChildCollectionCount()
- Returns:
- Returns the childCollectionCount.
setChildCollectionCount
public void setChildCollectionCount(int childCollectionCount)
- Parameters:
childCollectionCount - The childCollectionCount to set.
getResourceCount
public int getResourceCount()
- Returns:
- Returns the resourceCount.
setResourceCount
public void setResourceCount(int resourceCount)
- Parameters:
resourceCount - The resourceCount to set.
getChildCollectionNames
public java.lang.String[] getChildCollectionNames()
- Returns:
- Returns the childCollectionNames.
setChildCollectionNames
public void setChildCollectionNames(java.lang.String[] childCollectionNames)
- Parameters:
childCollectionNames - The childCollectionNames to set.
getCollectionFullPath
public java.lang.String getCollectionFullPath()
- Returns:
- Returns the collectionFullPath.
setCollectionFullPath
public void setCollectionFullPath(java.lang.String collectionFullPath)
- Parameters:
collectionFullPath - The collectionFullPath to set.
getCollectionName
public java.lang.String getCollectionName()
- Returns:
- Returns the collectionName.
setCollectionName
public void setCollectionName(java.lang.String collectionName)
- Parameters:
collectionName - The collectionName to set.