Package org.javers.core.json
Class CdoSnapshotSerialized
java.lang.Object
org.javers.core.json.CdoSnapshotSerialized
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongwithChangedProperties(String changedProperties) withCommitAuthor(String commitAuthor) withCommitDate(LocalDateTime commitDate) withCommitDate(Date commitDate) withCommitDateInstant(String commitDateInstant) withCommitId(BigDecimal commitId) withCommitPk(long commitPk) withCommitProperties(Map<String, String> commitProperties) withGlobalIdFragment(String globalIdFragment) withGlobalIdLocalId(String globalIdLocalId) withGlobalIdTypeName(String globalIdTypeName) withOwnerGlobalIdFragment(String ownerGlobalIdFragment) withOwnerGlobalIdLocalId(String ownerGlobalIdLocalId) withOwnerGlobalIdTypeName(String ownerGlobalIdTypeName) withSnapshotState(String snapshotState) withSnapshotType(String snapshotType) withVersion(long version)
-
Constructor Details
-
CdoSnapshotSerialized
public CdoSnapshotSerialized()
-
-
Method Details
-
withCommitProperties
-
withCommitAuthor
-
withCommitDateInstant
-
withCommitDate
-
withCommitDate
-
withCommitId
-
withCommitPk
-
withVersion
-
withSnapshotState
-
withChangedProperties
-
withSnapshotType
-
withGlobalIdFragment
-
withGlobalIdLocalId
-
withGlobalIdTypeName
-
withOwnerGlobalIdFragment
-
withOwnerGlobalIdLocalId
-
withOwnerGlobalIdTypeName
-
getCommitProperties
-
getCommitAuthor
-
getCommitDate
-
getCommitDateInstant
-
getCommitId
-
getVersion
public long getVersion() -
getSnapshotState
-
getChangedProperties
-
getSnapshotType
-
getGlobalIdFragment
-
getGlobalIdLocalId
-
getGlobalIdTypeName
-
getOwnerGlobalIdFragment
-
getOwnerGlobalIdLocalId
-
getOwnerGlobalIdTypeName
-
getCommitPk
public long getCommitPk()
-