Package com.skava.accounts.model.domain
Class AddressesDO
java.lang.Object
com.skava.accounts.model.domain.AddressesDO
- All Implemented Interfaces:
Serializable
The Class AddressesDO is used as the domain model object for address entity.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(AddressesEntity addressEntity) fromEntity.toEntity()
toEntity.
-
Constructor Details
-
AddressesDO
public AddressesDO()
-
-
Method Details
-
fromEntity
fromEntity. This function is used to convert entity to domain object- Parameters:
addressEntity
- the address entity- Returns:
- the addresses DO
-
toEntity
toEntity. This function is used to convert domain object to entity object.- Returns:
- the addresses entity object of type
AddressesEntity
-