Class TuaMediumCharacteristicModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaMediumCharacteristicModel
All Implemented Interfaces:
Serializable

public class TuaMediumCharacteristicModel extends ItemModel
Generated model class for type TuaMediumCharacteristic first defined at extension tuadatamodel.

Medium Characteristic.

See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.city attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.contactType attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.country attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.emailAddress attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.externalIdentifiers attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.faxNumber attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.id attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.phoneNumber attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.postCode attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.socialNetworkId attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.stateOrProvince attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.street1 attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaMediumCharacteristic.street2 attribute defined at extension tuadatamodel.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    TuaMediumCharacteristicModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TuaMediumCharacteristic.city attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.contactType attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.country attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.emailAddress attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.externalIdentifiers attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.faxNumber attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.id attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.phoneNumber attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.postCode attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.socialNetworkId attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.stateOrProvince attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.street1 attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaMediumCharacteristic.street2 attribute defined at extension tuadatamodel.
    void
    setCity(String value)
    Generated method - Setter of TuaMediumCharacteristic.city attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.contactType attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.country attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.emailAddress attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.externalIdentifiers attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.faxNumber attribute defined at extension tuadatamodel.
    void
    setId(String value)
    Generated method - Setter of TuaMediumCharacteristic.id attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.phoneNumber attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.postCode attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.socialNetworkId attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.stateOrProvince attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.street1 attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaMediumCharacteristic.street2 attribute defined at extension tuadatamodel.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of TuaMediumCharacteristic.id attribute defined at extension tuadatamodel.
      See Also:
    • CONTACTTYPE

      public static final String CONTACTTYPE
      Generated constant - Attribute key of TuaMediumCharacteristic.contactType attribute defined at extension tuadatamodel.
      See Also:
    • CITY

      public static final String CITY
      Generated constant - Attribute key of TuaMediumCharacteristic.city attribute defined at extension tuadatamodel.
      See Also:
    • COUNTRY

      public static final String COUNTRY
      Generated constant - Attribute key of TuaMediumCharacteristic.country attribute defined at extension tuadatamodel.
      See Also:
    • EMAILADDRESS

      public static final String EMAILADDRESS
      Generated constant - Attribute key of TuaMediumCharacteristic.emailAddress attribute defined at extension tuadatamodel.
      See Also:
    • FAXNUMBER

      public static final String FAXNUMBER
      Generated constant - Attribute key of TuaMediumCharacteristic.faxNumber attribute defined at extension tuadatamodel.
      See Also:
    • PHONENUMBER

      public static final String PHONENUMBER
      Generated constant - Attribute key of TuaMediumCharacteristic.phoneNumber attribute defined at extension tuadatamodel.
      See Also:
    • POSTCODE

      public static final String POSTCODE
      Generated constant - Attribute key of TuaMediumCharacteristic.postCode attribute defined at extension tuadatamodel.
      See Also:
    • SOCIALNETWORKID

      public static final String SOCIALNETWORKID
      Generated constant - Attribute key of TuaMediumCharacteristic.socialNetworkId attribute defined at extension tuadatamodel.
      See Also:
    • STATEORPROVINCE

      public static final String STATEORPROVINCE
      Generated constant - Attribute key of TuaMediumCharacteristic.stateOrProvince attribute defined at extension tuadatamodel.
      See Also:
    • STREET1

      public static final String STREET1
      Generated constant - Attribute key of TuaMediumCharacteristic.street1 attribute defined at extension tuadatamodel.
      See Also:
    • STREET2

      public static final String STREET2
      Generated constant - Attribute key of TuaMediumCharacteristic.street2 attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERS

      public static final String EXTERNALIDENTIFIERS
      Generated constant - Attribute key of TuaMediumCharacteristic.externalIdentifiers attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaMediumCharacteristicModel

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

      public TuaMediumCharacteristicModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • TuaMediumCharacteristicModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaMediumCharacteristicModel(String _id)
      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:
      _id - initial attribute declared by type TuaMediumCharacteristic at extension tuadatamodel
    • TuaMediumCharacteristicModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaMediumCharacteristicModel(String _id, ItemModel _owner)
      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:
      _id - initial attribute declared by type TuaMediumCharacteristic at extension tuadatamodel
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCity

      @Accessor(qualifier="city", type=GETTER) public String getCity()
      Generated method - Getter of the TuaMediumCharacteristic.city attribute defined at extension tuadatamodel.
      Returns:
      the city - City
    • getContactType

      @Accessor(qualifier="contactType", type=GETTER) public TuaMediumCharacContactType getContactType()
      Generated method - Getter of the TuaMediumCharacteristic.contactType attribute defined at extension tuadatamodel.
      Returns:
      the contactType - Medium characteristic contact type
    • getCountry

      @Accessor(qualifier="country", type=GETTER) public String getCountry()
      Generated method - Getter of the TuaMediumCharacteristic.country attribute defined at extension tuadatamodel.
      Returns:
      the country - Country
    • getEmailAddress

      @Accessor(qualifier="emailAddress", type=GETTER) public String getEmailAddress()
      Generated method - Getter of the TuaMediumCharacteristic.emailAddress attribute defined at extension tuadatamodel.
      Returns:
      the emailAddress - Email address
    • getExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()
      Generated method - Getter of the TuaMediumCharacteristic.externalIdentifiers attribute defined at extension tuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getFaxNumber

      @Accessor(qualifier="faxNumber", type=GETTER) public String getFaxNumber()
      Generated method - Getter of the TuaMediumCharacteristic.faxNumber attribute defined at extension tuadatamodel.
      Returns:
      the faxNumber - Fax number
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the TuaMediumCharacteristic.id attribute defined at extension tuadatamodel.
      Returns:
      the id - Unique Identifier
    • getPhoneNumber

      @Accessor(qualifier="phoneNumber", type=GETTER) public String getPhoneNumber()
      Generated method - Getter of the TuaMediumCharacteristic.phoneNumber attribute defined at extension tuadatamodel.
      Returns:
      the phoneNumber - Phone number
    • getPostCode

      @Accessor(qualifier="postCode", type=GETTER) public String getPostCode()
      Generated method - Getter of the TuaMediumCharacteristic.postCode attribute defined at extension tuadatamodel.
      Returns:
      the postCode - Postcode
    • getSocialNetworkId

      @Accessor(qualifier="socialNetworkId", type=GETTER) public String getSocialNetworkId()
      Generated method - Getter of the TuaMediumCharacteristic.socialNetworkId attribute defined at extension tuadatamodel.
      Returns:
      the socialNetworkId - Social network id
    • getStateOrProvince

      @Accessor(qualifier="stateOrProvince", type=GETTER) public String getStateOrProvince()
      Generated method - Getter of the TuaMediumCharacteristic.stateOrProvince attribute defined at extension tuadatamodel.
      Returns:
      the stateOrProvince - State of province
    • getStreet1

      @Accessor(qualifier="street1", type=GETTER) public String getStreet1()
      Generated method - Getter of the TuaMediumCharacteristic.street1 attribute defined at extension tuadatamodel.
      Returns:
      the street1 - Street 1
    • getStreet2

      @Accessor(qualifier="street2", type=GETTER) public String getStreet2()
      Generated method - Getter of the TuaMediumCharacteristic.street2 attribute defined at extension tuadatamodel.
      Returns:
      the street2 - Street 2
    • setCity

      @Accessor(qualifier="city", type=SETTER) public void setCity(String value)
      Generated method - Setter of TuaMediumCharacteristic.city attribute defined at extension tuadatamodel.
      Parameters:
      value - the city - City
    • setContactType

      @Accessor(qualifier="contactType", type=SETTER) public void setContactType(TuaMediumCharacContactType value)
      Generated method - Setter of TuaMediumCharacteristic.contactType attribute defined at extension tuadatamodel.
      Parameters:
      value - the contactType - Medium characteristic contact type
    • setCountry

      @Accessor(qualifier="country", type=SETTER) public void setCountry(String value)
      Generated method - Setter of TuaMediumCharacteristic.country attribute defined at extension tuadatamodel.
      Parameters:
      value - the country - Country
    • setEmailAddress

      @Accessor(qualifier="emailAddress", type=SETTER) public void setEmailAddress(String value)
      Generated method - Setter of TuaMediumCharacteristic.emailAddress attribute defined at extension tuadatamodel.
      Parameters:
      value - the emailAddress - Email address
    • setExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value)
      Generated method - Setter of TuaMediumCharacteristic.externalIdentifiers attribute defined at extension tuadatamodel.
      Parameters:
      value - the externalIdentifiers
    • setFaxNumber

      @Accessor(qualifier="faxNumber", type=SETTER) public void setFaxNumber(String value)
      Generated method - Setter of TuaMediumCharacteristic.faxNumber attribute defined at extension tuadatamodel.
      Parameters:
      value - the faxNumber - Fax number
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of TuaMediumCharacteristic.id attribute defined at extension tuadatamodel.
      Parameters:
      value - the id - Unique Identifier
    • setPhoneNumber

      @Accessor(qualifier="phoneNumber", type=SETTER) public void setPhoneNumber(String value)
      Generated method - Setter of TuaMediumCharacteristic.phoneNumber attribute defined at extension tuadatamodel.
      Parameters:
      value - the phoneNumber - Phone number
    • setPostCode

      @Accessor(qualifier="postCode", type=SETTER) public void setPostCode(String value)
      Generated method - Setter of TuaMediumCharacteristic.postCode attribute defined at extension tuadatamodel.
      Parameters:
      value - the postCode - Postcode
    • setSocialNetworkId

      @Accessor(qualifier="socialNetworkId", type=SETTER) public void setSocialNetworkId(String value)
      Generated method - Setter of TuaMediumCharacteristic.socialNetworkId attribute defined at extension tuadatamodel.
      Parameters:
      value - the socialNetworkId - Social network id
    • setStateOrProvince

      @Accessor(qualifier="stateOrProvince", type=SETTER) public void setStateOrProvince(String value)
      Generated method - Setter of TuaMediumCharacteristic.stateOrProvince attribute defined at extension tuadatamodel.
      Parameters:
      value - the stateOrProvince - State of province
    • setStreet1

      @Accessor(qualifier="street1", type=SETTER) public void setStreet1(String value)
      Generated method - Setter of TuaMediumCharacteristic.street1 attribute defined at extension tuadatamodel.
      Parameters:
      value - the street1 - Street 1
    • setStreet2

      @Accessor(qualifier="street2", type=SETTER) public void setStreet2(String value)
      Generated method - Setter of TuaMediumCharacteristic.street2 attribute defined at extension tuadatamodel.
      Parameters:
      value - the street2 - Street 2