Package io.jmix.audit.entity
Class EntitySnapshot
java.lang.Object
io.jmix.audit.entity.EntitySnapshot
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetId()voidinit(Metadata metadata, DatatypeRegistry datatypeRegistry, CurrentAuthentication currentAuthentication) voidsetAuthorUsername(String authorUsername) voidsetCreatedBy(String createdBy) voidsetCreatedDate(Date createdDate) voidsetEntity(ReferenceToEntity entity) voidsetEntityMetaClass(String entityMetaClass) voidsetFetchPlanXml(String fetchPlanXml) voidvoidsetObjectEntityId(Object entityId) voidsetSnapshotDate(Date snapshotDate) voidsetSnapshotXml(String snapshotXml) voidsetSysTenantId(String sysTenantId)  
- 
Constructor Details
- 
EntitySnapshot
public EntitySnapshot() 
 - 
 - 
Method Details
- 
init
@PostConstruct public void init(Metadata metadata, DatatypeRegistry datatypeRegistry, CurrentAuthentication currentAuthentication)  - 
getId
 - 
setId
 - 
getCreatedDate
 - 
setCreatedDate
 - 
getCreatedBy
 - 
setCreatedBy
 - 
getSysTenantId
 - 
setSysTenantId
 - 
getFetchPlanXml
 - 
setFetchPlanXml
 - 
getSnapshotXml
 - 
setSnapshotXml
 - 
getEntityMetaClass
 - 
setEntityMetaClass
 - 
getAuthorUsername
 - 
setAuthorUsername
 - 
getSnapshotDate
 - 
setSnapshotDate
 - 
getEntity
 - 
setEntity
 - 
setObjectEntityId
 
 -