Class MediumCharacteristic

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.MediumCharacteristic

public class MediumCharacteristic extends Object
Describes the contact medium characteristics that could be used to contact a party (an individual or an organization)
  • Constructor Details

    • MediumCharacteristic

      public MediumCharacteristic()
  • Method Details

    • city

      public MediumCharacteristic city(String city)
    • getCity

      public String getCity()
      The city
      Returns:
      city
    • setCity

      public void setCity(String city)
    • country

      public MediumCharacteristic country(String country)
    • getCountry

      public String getCountry()
      The country
      Returns:
      country
    • setCountry

      public void setCountry(String country)
    • emailAddress

      public MediumCharacteristic emailAddress(String emailAddress)
    • getEmailAddress

      public String getEmailAddress()
      Full email address in standard format
      Returns:
      emailAddress
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
    • faxNumber

      public MediumCharacteristic faxNumber(String faxNumber)
    • getFaxNumber

      public String getFaxNumber()
      The fax number of the contact
      Returns:
      faxNumber
    • setFaxNumber

      public void setFaxNumber(String faxNumber)
    • phoneNumber

      public MediumCharacteristic phoneNumber(String phoneNumber)
    • getPhoneNumber

      public String getPhoneNumber()
      The primary phone number of the contact
      Returns:
      phoneNumber
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
    • postCode

      public MediumCharacteristic postCode(String postCode)
    • getPostCode

      public String getPostCode()
      Postcode
      Returns:
      postCode
    • setPostCode

      public void setPostCode(String postCode)
    • stateOrProvince

      public MediumCharacteristic stateOrProvince(String stateOrProvince)
    • getStateOrProvince

      public String getStateOrProvince()
      State or province
      Returns:
      stateOrProvince
    • setStateOrProvince

      public void setStateOrProvince(String stateOrProvince)
    • street1

      public MediumCharacteristic street1(String street1)
    • getStreet1

      public String getStreet1()
      Describes the street
      Returns:
      street1
    • setStreet1

      public void setStreet1(String street1)
    • street2

      public MediumCharacteristic street2(String street2)
    • getStreet2

      public String getStreet2()
      Complementary street description
      Returns:
      street2
    • setStreet2

      public void setStreet2(String street2)
    • type

      public MediumCharacteristic type(String type)
    • getType

      public String getType()
      Type of medium (fax, mobile phone...)
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object