Class AdditionalPhone

java.lang.Object
com.broadleafcommerce.customer.domain.AdditionalPhone
All Implemented Interfaces:
Serializable

public class AdditionalPhone extends Object implements Serializable
See Also:
  • Constructor Details

    • AdditionalPhone

      public AdditionalPhone()
  • Method Details

    • getType

      public String getType()
      The type of the additional phone. For example "FAX", "MOBILE", etc. or "OTHER"
      Returns:
      the type of the additional phone
    • getPhone

      public Phone getPhone()
    • setType

      public void setType(String type)
      The type of the additional phone. For example "FAX", "MOBILE", etc. or "OTHER"
      Parameters:
      type - the type of the additional phone
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object