Package com.skava.accounts.model.domain
Class CostCentreDO
java.lang.Object
com.skava.accounts.model.domain.CostCentreDO
- All Implemented Interfaces:
Serializable
The class CostCentreDO is used as the domain model object for costcentre entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(CostCentreEntity costCentre) fromEntity - Used to convert domain object to entity.toEntity()
toEntity - Used to convert entity to domain object.
-
Field Details
-
createdTime
createdTime param*. -
updatedTime
updatedTime param*.
-
-
Constructor Details
-
CostCentreDO
public CostCentreDO()
-
-
Method Details
-
fromEntity
fromEntity - Used to convert domain object to entity.- Parameters:
costCentre
- the cost centre- Returns:
- It returns
CostCentreDO
.
-
toEntity
toEntity - Used to convert entity to domain object.- Returns:
- It returns
CostCentreEntity
.
-