Class GeneratedPhoneContactInfo

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
PhoneContactInfo

public abstract class GeneratedPhoneContactInfo extends AbstractContactInfo
Generated class for type PhoneContactInfo.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPhoneContactInfo

      public GeneratedPhoneContactInfo()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractContactInfo
    • getPhoneNumber

      public String getPhoneNumber(SessionContext ctx)
      Generated method - Getter of the PhoneContactInfo.phoneNumber attribute.
      Returns:
      the phoneNumber
    • getPhoneNumber

      public String getPhoneNumber()
      Generated method - Getter of the PhoneContactInfo.phoneNumber attribute.
      Returns:
      the phoneNumber
    • setPhoneNumber

      public void setPhoneNumber(SessionContext ctx, String value)
      Generated method - Setter of the PhoneContactInfo.phoneNumber attribute.
      Parameters:
      value - the phoneNumber
    • setPhoneNumber

      public void setPhoneNumber(String value)
      Generated method - Setter of the PhoneContactInfo.phoneNumber attribute.
      Parameters:
      value - the phoneNumber
    • getType

      public EnumerationValue getType(SessionContext ctx)
      Generated method - Getter of the PhoneContactInfo.type attribute.
      Returns:
      the type
    • getType

      public EnumerationValue getType()
      Generated method - Getter of the PhoneContactInfo.type attribute.
      Returns:
      the type
    • setType

      public void setType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the PhoneContactInfo.type attribute.
      Parameters:
      value - the type
    • setType

      public void setType(EnumerationValue value)
      Generated method - Setter of the PhoneContactInfo.type attribute.
      Parameters:
      value - the type