public class BaseDomainObject extends Object implements Auditable
| Constructor and Description |
|---|
BaseDomainObject() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreateTimestamp() |
String |
getCreateUserId() |
Timestamp |
getUpdateTimestamp() |
String |
getUpdateUserId() |
void |
setCreateTimestamp(Timestamp createTimestamp) |
void |
setCreateUserId(String createUserId) |
void |
setUpdateTimestamp(Timestamp updateTimestamp) |
void |
setUpdateUserId(String updateUserId) |
public BaseDomainObject()
public Timestamp getCreateTimestamp()
getCreateTimestamp in interface Auditablepublic void setCreateTimestamp(Timestamp createTimestamp)
setCreateTimestamp in interface Auditablepublic String getCreateUserId()
getCreateUserId in interface Auditablepublic void setCreateUserId(String createUserId)
setCreateUserId in interface Auditablepublic Timestamp getUpdateTimestamp()
getUpdateTimestamp in interface Auditablepublic void setUpdateTimestamp(Timestamp updateTimestamp)
setUpdateTimestamp in interface Auditablepublic String getUpdateUserId()
getUpdateUserId in interface Auditablepublic void setUpdateUserId(String updateUserId)
setUpdateUserId in interface AuditableJava Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.