|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by business objects that allow data auditing
Method Summary | |
java.lang.Object |
clone()
Cloned objects can't share collection references. |
java.lang.Long |
getCode()
The code that identifies all versions of the same object |
java.lang.String |
getCreatedBy()
Get the user that created this object |
java.lang.String |
getDeletedBy()
Get the user that deleted this object |
java.lang.Long |
getId()
The identifier of each version of each object |
DateRange |
getTransactionTime()
Range of time when the data is entered into the system |
void |
setCode(java.lang.Long code)
|
void |
setCreatedBy(java.lang.String userName)
Set the user that created this object |
void |
setDeletedBy(java.lang.String userName)
Set the user that deleted this object |
void |
setId(java.lang.Long id)
|
void |
setTransactionTime(DateRange transactionTime)
|
Method Detail |
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- public void setCode(java.lang.Long code)
code
- The code to set.public java.lang.Long getCode()
public void setTransactionTime(DateRange transactionTime)
transactionTime
- public DateRange getTransactionTime()
public void setCreatedBy(java.lang.String userName)
userName
- public java.lang.String getCreatedBy()
public void setDeletedBy(java.lang.String userName)
userName
- public java.lang.String getDeletedBy()
public java.lang.Object clone()
Object.clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |