public interface Auditable extends Named
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified()
Get the last modification time of the object as a long
|
java.lang.String |
getModifiedBy()
Get the username who last modified the object as a string
|
void |
setLastModified(long lastModified)
Set the last modification time of the object
|
void |
setModifiedBy(java.lang.String username)
Set the username who last modified the object
|
long getLastModified()
void setLastModified(long lastModified)
lastModified - java.lang.String getModifiedBy()
void setModifiedBy(java.lang.String username)
username - Copyright © 2014 TIBCO Software, Inc. All Rights Reserved.