Package com.skava.entities
Class AddressesEntity
java.lang.Object
com.skava.entities.AddressesEntity
- All Implemented Interfaces:
Serializable
This class defines the address entity. This entity contains the following relationships
properties of many to one with users entity. Address contains details of the user address, only one address can be
default address for a user.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AddressesEntity
public AddressesEntity()Instantiates a new user AddressesEntity. Default constructor.
-