uk.co.lakesidetech.springxmldb.data
Class XMLDBResourceInfo

java.lang.Object
  extended byuk.co.lakesidetech.springxmldb.data.XMLDBResourceInfo
Direct Known Subclasses:
XindiceXMLDBResourceInfo

public class XMLDBResourceInfo
extends java.lang.Object

Simple POJO containing data on a resource of a collection in a XMLDatabase

Author:
Stuart Eccles

Constructor Summary
XMLDBResourceInfo()
           
 
Method Summary
 java.util.Date getCreationDateTime()
           
 java.lang.String getId()
           
 java.util.Date getLastmodifiedDateTime()
           
 java.lang.String getParentCollectionPath()
           
 java.lang.String getResourceType()
           
 void setCreationDateTime(java.util.Date creationDateTime)
           
 void setId(java.lang.String id)
           
 void setLastmodifiedDateTime(java.util.Date lastmodifiedDateTime)
           
 void setParentCollectionPath(java.lang.String parentCollectionPath)
           
 void setResourceType(java.lang.String resourceType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDBResourceInfo

public XMLDBResourceInfo()
Method Detail

getId

public java.lang.String getId()
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Parameters:
id - The id to set.

getParentCollectionPath

public java.lang.String getParentCollectionPath()
Returns:
Returns the parentCollectionPath.

setParentCollectionPath

public void setParentCollectionPath(java.lang.String parentCollectionPath)
Parameters:
parentCollectionPath - The parentCollectionPath to set.

getResourceType

public java.lang.String getResourceType()
Returns:
Returns the resourceType.

setResourceType

public void setResourceType(java.lang.String resourceType)
Parameters:
resourceType - The resourceType to set.

getCreationDateTime

public java.util.Date getCreationDateTime()
Returns:
Returns the creationDate.

setCreationDateTime

public void setCreationDateTime(java.util.Date creationDateTime)

getLastmodifiedDateTime

public java.util.Date getLastmodifiedDateTime()
Returns:
Returns the lastmodifiedDate.

setLastmodifiedDateTime

public void setLastmodifiedDateTime(java.util.Date lastmodifiedDateTime)