Class CostCentreRequestInternal
java.lang.Object
com.skava.core.validation.InputModel
com.skava.accounts.model.exchange.request.RequestInternal
com.skava.accounts.model.exchange.request.CostCentreRequestInternal
- All Implemented Interfaces:
Serializable
The Class CostCentreRequestInternal consists of the request details which will be transfered from
controller to serviceImpl.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDomainObject - This method is used to convertCostCentreRequestInternal
object toCostCentreDO
.
-
Constructor Details
-
CostCentreRequestInternal
public CostCentreRequestInternal()
-
-
Method Details
-
toDomainObject
toDomainObject - This method is used to convertCostCentreRequestInternal
object toCostCentreDO
.- Returns:
- It returns
ContractsDO
.
-