public interface AuditableBeanWrapper
Modifier and Type | Method and Description |
---|---|
Calendar |
getLastModifiedDate()
Returns the date of the last modification date of the backing bean.
|
void |
setCreatedBy(Object value)
Set the creator of the object.
|
void |
setCreatedDate(Calendar value)
Set the date the object was created.
|
void |
setLastModifiedBy(Object value)
Set the last modifier of the object.
|
void |
setLastModifiedDate(Calendar value)
Set the last modification date.
|
void setCreatedBy(Object value)
value
- void setCreatedDate(Calendar value)
value
- void setLastModifiedBy(Object value)
value
- Calendar getLastModifiedDate()
void setLastModifiedDate(Calendar value)
value
- Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.