Class AccountBuyer
java.lang.Object
com.skava.accounts.model.exchange.AccountBuyer
- All Implemented Interfaces:
Serializable
This Class AccountBuyer is used as the model object for AccountBuyer Entity.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(AccountBuyerDO teamBuyerDO) From domain object.To domain object.
-
Field Details
-
createdTime
The createdTime param. -
updatedTime
The updatedTime param.
-
-
Constructor Details
-
AccountBuyer
public AccountBuyer()
-
-
Method Details
-
fromDomainObject
From domain object. This function is used to map the params inAccountBuyerDO
toAccountBuyer
- Parameters:
teamBuyerDO
- the team buyer DO- Returns:
AccountBuyer
-
toDomainObject
To domain object. converting fromAccountBuyer
toAccountBuyerDO
This function is used to map the params inAccountBuyer
toAccountBuyerDO
- Returns:
- the AccountBuyerDO
-