|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.DateTimeStampGroup
public class DateTimeStampGroup
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 |
---|
public DateTimeStampGroup()
Method Detail |
---|
public java.util.Date getCreateDateTime()
public void setCreateDateTime(java.util.Date createDateTime)
createDateTime
- public java.lang.String getCreatorID()
public void setCreatorID(java.lang.String creatorID)
creatorID
- public java.util.Date getLastModifyDateTime()
public void setLastModifyDateTime(java.util.Date lastModifyDateTime)
lastModifyDateTime
- public java.lang.String getLastModifierID()
public void setLastModifierID(java.lang.String lastModifierID)
lastModifierID
- public java.sql.Date getPurgeDate()
public void setPurgeDate(java.sql.Date purgeDate)
purgeDate
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |