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