Package com.skava.accounts.model.domain
Class ContractPropertiesDO
java.lang.Object
com.skava.accounts.model.domain.ContractPropertiesDO
- All Implemented Interfaces:
Serializable
The Class ContractPropertiesDO is used as the domain model object for ContractProperties entity.
- Since:
- May 2020
- Version:
- 8.9.0
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(ContractPropertiesEntity properties) FromEntity - This method is used to build new ContractPropertiesDO objecttoEntity
(ContractPropertiesEntity existingProperty, ContractsEntity contract) toEntity - This method is used to build ContractPropertiesEntity object from old onetoEntity
(ContractsEntity contract) toEntity - This method is used to build new ContractPropertiesEntity object
-
Field Details
-
value
value.
-
-
Constructor Details
-
ContractPropertiesDO
public ContractPropertiesDO()
-
-
Method Details
-
fromEntity
FromEntity - This method is used to build new ContractPropertiesDO object- Parameters:
properties
- It contains the attributes required for the set values.- Returns:
- It returns
ContractPropertiesDO
.
-
toEntity
toEntity - This method is used to build new ContractPropertiesEntity object- Parameters:
contract
- the contract entity object.- Returns:
- It returns
ContractPropertiesEntity
object.
-
toEntity
public ContractPropertiesEntity toEntity(ContractPropertiesEntity existingProperty, ContractsEntity contract) toEntity - This method is used to build ContractPropertiesEntity object from old one- Parameters:
existingProperty
- the ContractPropertiesEntity object.contract
- the contract entity object.- Returns:
- It returns
ContractPropertiesEntity
object.
-