com.basilv.examples.hibernate
Interface Auditable
- All Known Implementing Classes:
- BaseDomainObject, Message
public interface Auditable
Represents an object with the standard audit fields to
track creation and modification information.
- Author:
- basil.vandegriend
getCreateTimestamp
Timestamp getCreateTimestamp()
setCreateTimestamp
void setCreateTimestamp(Timestamp createTimestamp)
getCreateUserId
String getCreateUserId()
setCreateUserId
void setCreateUserId(String createUserId)
getUpdateTimestamp
Timestamp getUpdateTimestamp()
setUpdateTimestamp
void setUpdateTimestamp(Timestamp updateTimestamp)
getUpdateUserId
String getUpdateUserId()
setUpdateUserId
void setUpdateUserId(String updateUserId)
Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.