Package com.skava.accounts.model.domain
Class PaymentTermDO
java.lang.Object
com.skava.accounts.model.domain.PaymentTermDO
- All Implemented Interfaces:
Serializable
The class PaymentTermDO is used as the domain model object for payment term entity.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(PaymentTermEntity accountType) fromEntity - Used to convert domain object to entity.toEntity
(CollectionsEntity collections) ToEntity - Used to convert entity to domain object.
-
Constructor Details
-
PaymentTermDO
public PaymentTermDO()
-
-
Method Details
-
fromEntity
fromEntity - Used to convert domain object to entity.- Parameters:
accountType
- It contains the attributes required for the set values.- Returns:
- It returns
PaymentTermDO
.
-
toEntity
ToEntity - Used to convert entity to domain object.- Parameters:
collections
- the collections- Returns:
- It returns
PaymentTermEntity
.
-