Class CostCentre
java.lang.Object
com.skava.accounts.model.exchange.CostCentre
- All Implemented Interfaces:
Serializable
This Class CostCenre is used as the model object for CostCenre Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(CostCentreDO costCentreDO) From domain object.This function is used to map the params present in objectCostCentre
toCostCentreDO
-
Field Details
-
createdTime
The createdTime param. -
updatedTime
The updatedTime param.
-
-
Constructor Details
-
CostCentre
public CostCentre()
-
-
Method Details
-
fromDomainObject
From domain object. This function is used to map the params present in objectCostCentreDO
toCostCentre
- Parameters:
costCentreDO
- which is to be mapped to an object of typeCostCentre
- Returns:
- It returns an object of type
CostCentre
.
-
toDomainObject
This function is used to map the params present in objectCostCentre
toCostCentreDO
- Returns:
- It returns the object of type
Accounts
.
-