public interface AuditableBeanWrapper<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getBean()
Returns the underlying bean that potentially has been modified by the setter methods exposed.
|
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 - T getBean()
AuditableBeanWrapper.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.