|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.oness.common.all.BaseObject net.sf.oness.common.model.auditing.AbstractAuditableObject
Basic auditable object
Field Summary |
Fields inherited from class net.sf.oness.common.all.BaseObject |
log |
Constructor Summary | |
AbstractAuditableObject()
|
Method Summary | |
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)
|
Methods inherited from class net.sf.oness.common.all.BaseObject |
clone, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.oness.common.model.auditing.Auditable |
clone |
Constructor Detail |
public AbstractAuditableObject()
Method Detail |
public java.lang.Long getId()
Auditable
getId
in interface Auditable
public void setId(java.lang.Long id)
setId
in interface Auditable
id
- public void setCode(java.lang.Long code)
setCode
in interface Auditable
code
- The code to set.public java.lang.Long getCode()
Auditable
getCode
in interface Auditable
public void setTransactionTime(DateRange transactionTime)
setTransactionTime
in interface Auditable
transactionTime
- public DateRange getTransactionTime()
Auditable
getTransactionTime
in interface Auditable
Auditable.getTransactionTime()
public void setCreatedBy(java.lang.String userName)
Auditable
setCreatedBy
in interface Auditable
userName
- public java.lang.String getCreatedBy()
Auditable
getCreatedBy
in interface Auditable
Auditable.getCreatedBy()
public void setDeletedBy(java.lang.String userName)
Auditable
setDeletedBy
in interface Auditable
userName
- public java.lang.String getDeletedBy()
Auditable
getDeletedBy
in interface Auditable
Auditable.getDeletedBy()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |