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