Class Address


  • public class Address
    extends Object
    Class Address
    See Also:
    • Method Detail

      • getId

        public int getId()
        Returns:
        The unique id of the address.
      • getCountry

        public String getCountry()
        Returns:
        The country of the address.
      • getState

        @Nullable
        public String getState()
        Returns:
        The state of the address.
      • getDescription

        @Nullable
        public String getDescription()
        Returns:
        The description of the address.
      • getAccountId

        public int getAccountId()
        Returns:
        The id of the account.
      • getAddress1

        @Nullable
        public String getAddress1()
        Returns:
        The value of the address.
      • getCity

        @Nullable
        public String getCity()
        Returns:
        The name of the city.
      • getContactName

        @Nullable
        public String getContactName()
        Returns:
        The name of the contact.
      • isActive

        public int isActive()
        Returns:
        The name of the contact.
      • getLocationId

        public int getLocationId()
        Returns:
        The id of the location.
      • getPostalCode

        @Nullable
        public String getPostalCode()
        Returns:
        The postal code of the address.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object