Package io.jmix.audit.snapshot.model
Class EntitySnapshotModel
java.lang.Object
io.jmix.audit.snapshot.model.EntitySnapshotModel
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getLabel()voidinit(DatatypeRegistry datatypeRegistry, CurrentAuthentication currentAuthentication) voidsetAuthorUsername(String authorUsername) voidsetCreatedBy(String createdBy) voidsetCreatedDate(Date createdDate) voidsetCustomProperties(Map<String, String> customProperties) voidsetEntityId(UUID entityId) voidsetEntityMetaClass(String entityMetaClass) voidsetFetchPlanXml(String fetchPlanXml) voidvoidsetIntEntityId(Integer intEntityId) voidsetLongEntityId(Long longEntityId) voidsetObjectEntityId(Object referenceId) voidsetSnapshotDate(Date snapshotDate) voidsetSnapshotXml(String snapshotXml) voidsetStringEntityId(String stringEntityId) voidsetSysTenantId(String sysTenantId)
-
Constructor Details
-
EntitySnapshotModel
public EntitySnapshotModel()
-
-
Method Details
-
init
@PostConstruct public void init(DatatypeRegistry datatypeRegistry, CurrentAuthentication currentAuthentication) -
getId
-
setId
-
getCustomProperties
-
setCustomProperties
-
getCreatedDate
-
setCreatedDate
-
getCreatedBy
-
setCreatedBy
-
getSysTenantId
-
setSysTenantId
-
getFetchPlanXml
-
setFetchPlanXml
-
getSnapshotXml
-
setSnapshotXml
-
getEntityMetaClass
-
setEntityMetaClass
-
getAuthorUsername
-
setAuthorUsername
-
getEntityId
-
setEntityId
-
getStringEntityId
-
setStringEntityId
-
getIntEntityId
-
setIntEntityId
-
getLongEntityId
-
setLongEntityId
-
getLabel
-
getChangeDate
-
getSnapshotDate
-
setSnapshotDate
-
setObjectEntityId
-