Class AddressRequest

java.lang.Object
com.skava.location.model.exchange.request.AddressRequest
All Implemented Interfaces:
Serializable

public class AddressRequest extends Object implements Serializable
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • AddressRequest

      public AddressRequest()
  • Method Details

    • toEntity

      public Address toEntity()
      Method to convert exchange object to entity
      Returns:
      Address model to hold data
    • fromEntity

      public AddressRequest fromEntity(Address address)
      Method to convert entity to exchange object
      Parameters:
      address - Address model to hold data from entity
      Returns:
      AddressRequest model to hold data from entity