Class AddressRequest
java.lang.Object
com.skava.location.model.exchange.request.AddressRequest
- All Implemented Interfaces:
Serializable
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromEntity
(Address address) Method to convert entity to exchange objecttoEntity()
Method to convert exchange object to entity
-
Constructor Details
-
AddressRequest
public AddressRequest()
-
-
Method Details
-
toEntity
Method to convert exchange object to entity- Returns:
- Address model to hold data
-
fromEntity
Method to convert entity to exchange object- Parameters:
address
- Address model to hold data from entity- Returns:
- AddressRequest model to hold data from entity
-