Class Contracts
java.lang.Object
com.skava.accounts.model.exchange.Contracts
- All Implemented Interfaces:
Serializable
This Class Contracts is used as the model object for Contracts Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(ContractsDO contractDO) fromDomainObject This function is used to map the params present in objectContractsDO
toContracts
This function is used to map the params present in objectContracts
toContractsDO
-
Field Details
-
createdTime
The createdTime param. -
updatedTime
The updatedTime param.
-
-
Constructor Details
-
Contracts
public Contracts()
-
-
Method Details
-
fromDomainObject
fromDomainObject This function is used to map the params present in objectContractsDO
toContracts
-
toDomainObject
This function is used to map the params present in objectContracts
toContractsDO
- Returns:
- It returns an object of type
ContractsDO
.
-