Class Addresses

java.lang.Object
com.skava.accounts.model.exchange.Addresses
All Implemented Interfaces:
Serializable

public class Addresses extends Object implements Serializable
This Class Addresses is used as the model object for Addresses Entity.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • Addresses

      public Addresses()
      Default constructor.
  • Method Details

    • toDomainObject

      public AddressesDO toDomainObject()
      To domain object. This function is used to map the params present in object Addresses to AddressesDO
      Returns:
      the addresseDO of type AddressesDO
    • fromDomainObject

      public Addresses fromDomainObject(AddressesDO addressDO)
      From domain object. This function is used to map the params present in object AddressesDO to Addresses
      Parameters:
      addressDO - consists of params which is to be converted to the object of type Addresses type
      Returns:
      the addresses of type Addresses