Package com.skava.accounts.model.domain
Class VersionDO
java.lang.Object
com.skava.accounts.model.domain.VersionDO
- All Implemented Interfaces:
Serializable
The Class VersionDO
- Since:
- 8.0
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(VersionEntity version) This method is used to set collcetionDO's Id,businessId,description,name and status from entity.toEntity()
This method is used to set collcetion's Id,businessId,description,name and status to entity.
-
Field Details
-
createdTime
createdTime param*. -
updatedTime
updatedTime param*.
-
-
Constructor Details
-
VersionDO
public VersionDO()
-
-
Method Details
-
fromEntity
This method is used to set collcetionDO's Id,businessId,description,name and status from entity.- Parameters:
version
- It contains the attributes required for the set values.- Returns:
- It returns
VersionDO
.
-
toEntity
This method is used to set collcetion's Id,businessId,description,name and status to entity.- Returns:
- It returns
Version
.
-