Class Seller
java.lang.Object
com.skava.accounts.model.exchange.Seller
- All Implemented Interfaces:
Serializable
This Class Seller is used as the model object for Seller Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(AccountSellerDO accountSellerDO) From domain object.To domain object.
-
Field Details
-
createdTime
The createdTime param. -
updatedTime
The updatedTime param.
-
-
Constructor Details
-
Seller
public Seller()
-
-
Method Details
-
fromDomainObject
From domain object. This function is used to convert from domain object to exchange object. This function is used to map the params inAccountSellerDO
toSeller
- Parameters:
accountSellerDO
- the account seller DO- Returns:
- the seller
Seller
-
toDomainObject
To domain object. This function is used to convert from exchange object domain object. This function is used to map the params inSeller
toAccountSellerDO
- Returns:
- the
AccountSellerDO
-