com.basilv.examples.hibernate
Class BaseDomainObject
java.lang.Object
com.basilv.examples.hibernate.BaseDomainObject
- All Implemented Interfaces:
- Auditable
- Direct Known Subclasses:
- Message
public class BaseDomainObject
- extends Object
- implements Auditable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseDomainObject
public BaseDomainObject()
getCreateTimestamp
public Timestamp getCreateTimestamp()
- Specified by:
getCreateTimestamp in interface Auditable
setCreateTimestamp
public void setCreateTimestamp(Timestamp createTimestamp)
- Specified by:
setCreateTimestamp in interface Auditable
getCreateUserId
public String getCreateUserId()
- Specified by:
getCreateUserId in interface Auditable
setCreateUserId
public void setCreateUserId(String createUserId)
- Specified by:
setCreateUserId in interface Auditable
getUpdateTimestamp
public Timestamp getUpdateTimestamp()
- Specified by:
getUpdateTimestamp in interface Auditable
setUpdateTimestamp
public void setUpdateTimestamp(Timestamp updateTimestamp)
- Specified by:
setUpdateTimestamp in interface Auditable
getUpdateUserId
public String getUpdateUserId()
- Specified by:
getUpdateUserId in interface Auditable
setUpdateUserId
public void setUpdateUserId(String updateUserId)
- Specified by:
setUpdateUserId in interface Auditable
Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.