Class Addresses
java.lang.Object
com.skava.accounts.model.exchange.Addresses
- All Implemented Interfaces:
Serializable
This Class Addresses is used as the model object for Addresses Entity.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromDomainObject
(AddressesDO addressDO) From domain object.To domain object.
-
Constructor Details
-
Addresses
public Addresses()Default constructor.
-
-
Method Details
-
toDomainObject
To domain object. This function is used to map the params present in objectAddresses
toAddressesDO
- Returns:
- the addresseDO of type
AddressesDO
-
fromDomainObject
From domain object. This function is used to map the params present in objectAddressesDO
toAddresses
-