com.basilv.examples.hibernate
Class BaseDomainObject

java.lang.Object
  extended by com.basilv.examples.hibernate.BaseDomainObject
All Implemented Interfaces:
Auditable
Direct Known Subclasses:
Message

public class BaseDomainObject
extends Object
implements Auditable


Constructor Summary
BaseDomainObject()
           
 
Method Summary
 Timestamp getCreateTimestamp()
           
 String getCreateUserId()
           
 Timestamp getUpdateTimestamp()
           
 String getUpdateUserId()
           
 void setCreateTimestamp(Timestamp createTimestamp)
           
 void setCreateUserId(String createUserId)
           
 void setUpdateTimestamp(Timestamp updateTimestamp)
           
 void setUpdateUserId(String updateUserId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseDomainObject

public BaseDomainObject()
Method Detail

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.