Package com.skava.accounts.model.entity
Class VersionEntity
java.lang.Object
com.skava.accounts.model.entity.VersionEntity
- All Implemented Interfaces:
Serializable
@Config(defaultVariableName="version")
@Entity(name="versions")
public class VersionEntity
extends Object
implements Serializable
The Class Version It is used to hold the version information details
- Since:
- 8.0
- Author:
- Infosys Equinox
- See Also:
-
Field Details
-
createdTime
createdTime createdTime of the account. -
updatedTime
updatedTime - updatedTime of the collection.
-
-
Constructor Details
-
VersionEntity
public VersionEntity()
-