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 Auditable
public void setCreateTimestamp(Timestamp createTimestamp)
setCreateTimestamp
in interface Auditable
public String getCreateUserId()
getCreateUserId
in interface Auditable
public void setCreateUserId(String createUserId)
setCreateUserId
in interface Auditable
public Timestamp getUpdateTimestamp()
getUpdateTimestamp
in interface Auditable
public void setUpdateTimestamp(Timestamp updateTimestamp)
setUpdateTimestamp
in interface Auditable
public String getUpdateUserId()
getUpdateUserId
in interface Auditable
public void setUpdateUserId(String updateUserId)
setUpdateUserId
in interface Auditable
Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.