Class AddressesEntity

java.lang.Object
com.skava.entities.AddressesEntity
All Implemented Interfaces:
Serializable

@Entity(name="useraddress") public class AddressesEntity extends Object implements 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 Details

    • AddressesEntity

      public AddressesEntity()
      Instantiates a new user AddressesEntity. Default constructor.