org.ota.shared
Class DateTimeStampGroup

java.lang.Object
  extended by org.ota.shared.DateTimeStampGroup

public class DateTimeStampGroup
extends java.lang.Object

Creation date time, Creator Id, last modification date time and last Modifier Id. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DateTimeStampGroup">
   <xs:attribute type="xs:dateTime" use="optional" name="CreateDateTime"/>
   <xs:attribute type="xs:string" use="optional" name="CreatorID"/>
   <xs:attribute type="xs:dateTime" use="optional" name="LastModifyDateTime"/>
   <xs:attribute type="xs:string" use="optional" name="LastModifierID"/>
   <xs:attribute type="xs:date" use="optional" name="PurgeDate"/>
 </xs:attributeGroup>
 


Constructor Summary
DateTimeStampGroup()
           
 
Method Summary
 java.util.Date getCreateDateTime()
          Get the 'CreateDateTime' attribute value.
 java.lang.String getCreatorID()
          Get the 'CreatorID' attribute value.
 java.lang.String getLastModifierID()
          Get the 'LastModifierID' attribute value.
 java.util.Date getLastModifyDateTime()
          Get the 'LastModifyDateTime' attribute value.
 java.sql.Date getPurgeDate()
          Get the 'PurgeDate' attribute value.
 void setCreateDateTime(java.util.Date createDateTime)
          Set the 'CreateDateTime' attribute value.
 void setCreatorID(java.lang.String creatorID)
          Set the 'CreatorID' attribute value.
 void setLastModifierID(java.lang.String lastModifierID)
          Set the 'LastModifierID' attribute value.
 void setLastModifyDateTime(java.util.Date lastModifyDateTime)
          Set the 'LastModifyDateTime' attribute value.
 void setPurgeDate(java.sql.Date purgeDate)
          Set the 'PurgeDate' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeStampGroup

public DateTimeStampGroup()
Method Detail

getCreateDateTime

public java.util.Date getCreateDateTime()
Get the 'CreateDateTime' attribute value. Time stamp of the creation.

Returns:
value

setCreateDateTime

public void setCreateDateTime(java.util.Date createDateTime)
Set the 'CreateDateTime' attribute value. Time stamp of the creation.

Parameters:
createDateTime -

getCreatorID

public java.lang.String getCreatorID()
Get the 'CreatorID' attribute value. ID of creator. The creator could be a software system identifier or an identifier of an employee resposible for the creation.

Returns:
value

setCreatorID

public void setCreatorID(java.lang.String creatorID)
Set the 'CreatorID' attribute value. ID of creator. The creator could be a software system identifier or an identifier of an employee resposible for the creation.

Parameters:
creatorID -

getLastModifyDateTime

public java.util.Date getLastModifyDateTime()
Get the 'LastModifyDateTime' attribute value. Time stamp of last modification.

Returns:
value

setLastModifyDateTime

public void setLastModifyDateTime(java.util.Date lastModifyDateTime)
Set the 'LastModifyDateTime' attribute value. Time stamp of last modification.

Parameters:
lastModifyDateTime -

getLastModifierID

public java.lang.String getLastModifierID()
Get the 'LastModifierID' attribute value. Identifies the last software system or person to modify a record.

Returns:
value

setLastModifierID

public void setLastModifierID(java.lang.String lastModifierID)
Set the 'LastModifierID' attribute value. Identifies the last software system or person to modify a record.

Parameters:
lastModifierID -

getPurgeDate

public java.sql.Date getPurgeDate()
Get the 'PurgeDate' attribute value. Date an item will be purged from a database (e.g., from a live database to an archive).

Returns:
value

setPurgeDate

public void setPurgeDate(java.sql.Date purgeDate)
Set the 'PurgeDate' attribute value. Date an item will be purged from a database (e.g., from a live database to an archive).

Parameters:
purgeDate -