Class EntitySnapshotModel

java.lang.Object
io.jmix.audit.snapshot.model.EntitySnapshotModel
All Implemented Interfaces:
Serializable

public class EntitySnapshotModel extends Object implements Serializable
See Also:
  • Constructor Details

    • EntitySnapshotModel

      public EntitySnapshotModel()
  • Method Details

    • init

      @PostConstruct public void init(DatatypeRegistry datatypeRegistry, CurrentAuthentication currentAuthentication)
    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getCustomProperties

      public Map<String,String> getCustomProperties()
    • setCustomProperties

      public void setCustomProperties(Map<String,String> customProperties)
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getSysTenantId

      public String getSysTenantId()
    • setSysTenantId

      public void setSysTenantId(String sysTenantId)
    • getFetchPlanXml

      public String getFetchPlanXml()
    • setFetchPlanXml

      public void setFetchPlanXml(String fetchPlanXml)
    • getSnapshotXml

      public String getSnapshotXml()
    • setSnapshotXml

      public void setSnapshotXml(String snapshotXml)
    • getEntityMetaClass

      public String getEntityMetaClass()
    • setEntityMetaClass

      public void setEntityMetaClass(String entityMetaClass)
    • getAuthorUsername

      public String getAuthorUsername()
    • setAuthorUsername

      public void setAuthorUsername(String authorUsername)
    • getEntityId

      public UUID getEntityId()
    • setEntityId

      public void setEntityId(UUID entityId)
    • getStringEntityId

      public String getStringEntityId()
    • setStringEntityId

      public void setStringEntityId(String stringEntityId)
    • getIntEntityId

      public Integer getIntEntityId()
    • setIntEntityId

      public void setIntEntityId(Integer intEntityId)
    • getLongEntityId

      public Long getLongEntityId()
    • setLongEntityId

      public void setLongEntityId(Long longEntityId)
    • getLabel

      public String getLabel()
    • getChangeDate

      public Date getChangeDate()
    • getSnapshotDate

      public Date getSnapshotDate()
    • setSnapshotDate

      public void setSnapshotDate(Date snapshotDate)
    • setObjectEntityId

      public void setObjectEntityId(Object referenceId)