Class PhoneContactInfoModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class PhoneContactInfoModel
    extends AbstractContactInfoModel
    Generated model class for type PhoneContactInfo first defined at extension core.

    Phone contact info.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • PHONENUMBER

        public static final java.lang.String PHONENUMBER
        Generated constant - Attribute key of PhoneContactInfo.phoneNumber attribute defined at extension core.
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Generated constant - Attribute key of PhoneContactInfo.type attribute defined at extension core.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PhoneContactInfoModel

        public PhoneContactInfoModel()
        Generated constructor - Default constructor for generic creation.
      • PhoneContactInfoModel

        public PhoneContactInfoModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • PhoneContactInfoModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public PhoneContactInfoModel​(java.lang.String _code,
                                     java.lang.String _phoneNumber,
                                     PhoneContactInfoType _type,
                                     UserModel _user)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _code - initial attribute declared by type AbstractContactInfo at extension core
        _phoneNumber - initial attribute declared by type PhoneContactInfo at extension core
        _type - initial attribute declared by type PhoneContactInfo at extension core
        _user - initial attribute declared by type AbstractContactInfo at extension core
      • PhoneContactInfoModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public PhoneContactInfoModel​(java.lang.String _code,
                                     ItemModel _owner,
                                     java.lang.String _phoneNumber,
                                     PhoneContactInfoType _type,
                                     UserModel _user)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _code - initial attribute declared by type AbstractContactInfo at extension core
        _owner - initial attribute declared by type Item at extension core
        _phoneNumber - initial attribute declared by type PhoneContactInfo at extension core
        _type - initial attribute declared by type PhoneContactInfo at extension core
        _user - initial attribute declared by type AbstractContactInfo at extension core
    • Method Detail

      • getPhoneNumber

        @Accessor(qualifier="phoneNumber",
                  type=GETTER)
        public java.lang.String getPhoneNumber()
        Generated method - Getter of the PhoneContactInfo.phoneNumber attribute defined at extension core.
        Returns:
        the phoneNumber
      • setPhoneNumber

        @Accessor(qualifier="phoneNumber",
                  type=SETTER)
        public void setPhoneNumber​(java.lang.String value)
        Generated method - Setter of PhoneContactInfo.phoneNumber attribute defined at extension core.
        Parameters:
        value - the phoneNumber