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