Package org.leo.aws.ddb.data
Class VersionedEntity
- java.lang.Object
-
- org.leo.aws.ddb.data.VersionedEntity
-
public class VersionedEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description VersionedEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetVersion()voidsetVersion(Integer version)
-
-
-
Field Detail
-
version
@VersionAttribute @DbAttribute("version") private Integer version
-
-