Class TuaAgreementSpecCharacteristicValueModel

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

public class TuaAgreementSpecCharacteristicValueModel extends ItemModel
Generated model class for type TuaAgreementSpecCharacteristicValue first defined at extension tuadatamodel.

Agreement specification characteristics value.

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 relation code constant for relation TuaAgreementSpecCharacteristic2TuaAgreementSpecCharacteristicValue defining source attribute agreementSpecCharacteristic in extension tuadatamodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.agreementSpecCharacteristic attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.default attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.endDateTime attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.externalIdentifiers attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.id attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.startDateTime attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.unitOfMeasure attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.value attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.valueFrom attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.valueTo attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.valueType 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.
    TuaAgreementSpecCharacteristicValueModel(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 TuaAgreementSpecCharacteristicValue.agreementSpecCharacteristic attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAgreementSpecCharacteristicValue.default attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAgreementSpecCharacteristicValue.endDateTime attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAgreementSpecCharacteristicValue.externalIdentifiers attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAgreementSpecCharacteristicValue.id attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAgreementSpecCharacteristicValue.startDateTime attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAgreementSpecCharacteristicValue.unitOfMeasure attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAgreementSpecCharacteristicValue.value attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAgreementSpecCharacteristicValue.valueFrom attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAgreementSpecCharacteristicValue.valueTo attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaAgreementSpecCharacteristicValue.valueType attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.agreementSpecCharacteristic attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.default attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.endDateTime attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.externalIdentifiers attribute defined at extension tuadatamodel.
    void
    setId(String value)
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.id attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.startDateTime attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.unitOfMeasure attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.value attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.valueFrom attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.valueTo attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaAgreementSpecCharacteristicValue.valueType 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:
    • _TUAAGREEMENTSPECCHARACTERISTIC2TUAAGREEMENTSPECCHARACTERISTICVALUE

      public static final String _TUAAGREEMENTSPECCHARACTERISTIC2TUAAGREEMENTSPECCHARACTERISTICVALUE
      Generated relation code constant for relation TuaAgreementSpecCharacteristic2TuaAgreementSpecCharacteristicValue defining source attribute agreementSpecCharacteristic in extension tuadatamodel.
      See Also:
    • ID

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

      public static final String VALUE
      Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.value attribute defined at extension tuadatamodel.
      See Also:
    • VALUETYPE

      public static final String VALUETYPE
      Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.valueType attribute defined at extension tuadatamodel.
      See Also:
    • VALUETO

      public static final String VALUETO
      Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.valueTo attribute defined at extension tuadatamodel.
      See Also:
    • VALUEFROM

      public static final String VALUEFROM
      Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.valueFrom attribute defined at extension tuadatamodel.
      See Also:
    • STARTDATETIME

      public static final String STARTDATETIME
      Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.startDateTime attribute defined at extension tuadatamodel.
      See Also:
    • ENDDATETIME

      public static final String ENDDATETIME
      Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.endDateTime attribute defined at extension tuadatamodel.
      See Also:
    • UNITOFMEASURE

      public static final String UNITOFMEASURE
      Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.unitOfMeasure attribute defined at extension tuadatamodel.
      See Also:
    • DEFAULT

      public static final String DEFAULT
      Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.default attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERS

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

      public static final String AGREEMENTSPECCHARACTERISTIC
      Generated constant - Attribute key of TuaAgreementSpecCharacteristicValue.agreementSpecCharacteristic attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaAgreementSpecCharacteristicValueModel

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

      public TuaAgreementSpecCharacteristicValueModel(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
    • TuaAgreementSpecCharacteristicValueModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaAgreementSpecCharacteristicValueModel(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 TuaAgreementSpecCharacteristicValue at extension tuadatamodel
    • TuaAgreementSpecCharacteristicValueModel

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

    • getAgreementSpecCharacteristic

      @Accessor(qualifier="agreementSpecCharacteristic", type=GETTER) public TuaAgreementSpecCharacteristicModel getAgreementSpecCharacteristic()
      Generated method - Getter of the TuaAgreementSpecCharacteristicValue.agreementSpecCharacteristic attribute defined at extension tuadatamodel.
      Returns:
      the agreementSpecCharacteristic - Agreement Spec Characteristic
    • getDefault

      @Accessor(qualifier="default", type=GETTER) public Boolean getDefault()
      Generated method - Getter of the TuaAgreementSpecCharacteristicValue.default attribute defined at extension tuadatamodel.
      Returns:
      the default - Indicates if the value is the default value for a characteristic.
    • getEndDateTime

      @Accessor(qualifier="endDateTime", type=GETTER) public Date getEndDateTime()
      Generated method - Getter of the TuaAgreementSpecCharacteristicValue.endDateTime attribute defined at extension tuadatamodel.
      Returns:
      the endDateTime - End date for which a Agreement specification characteristics value is applicable
    • getExternalIdentifiers

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

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the TuaAgreementSpecCharacteristicValue.id attribute defined at extension tuadatamodel.
      Returns:
      the id - Identifier of Agreement specification characteristics value
    • getStartDateTime

      @Accessor(qualifier="startDateTime", type=GETTER) public Date getStartDateTime()
      Generated method - Getter of the TuaAgreementSpecCharacteristicValue.startDateTime attribute defined at extension tuadatamodel.
      Returns:
      the startDateTime - Start date for which a Agreement specification characteristics value is applicable
    • getUnitOfMeasure

      @Accessor(qualifier="unitOfMeasure", type=GETTER) public String getUnitOfMeasure()
      Generated method - Getter of the TuaAgreementSpecCharacteristicValue.unitOfMeasure attribute defined at extension tuadatamodel.
      Returns:
      the unitOfMeasure - Unit of measure for the characteristic
    • getValue

      @Accessor(qualifier="value", type=GETTER) public String getValue()
      Generated method - Getter of the TuaAgreementSpecCharacteristicValue.value attribute defined at extension tuadatamodel.
      Returns:
      the value - Value of Agreement specification characteristics
    • getValueFrom

      @Accessor(qualifier="valueFrom", type=GETTER) public String getValueFrom()
      Generated method - Getter of the TuaAgreementSpecCharacteristicValue.valueFrom attribute defined at extension tuadatamodel.
      Returns:
      the valueFrom - The low range value that a characteristic can take on.
    • getValueTo

      @Accessor(qualifier="valueTo", type=GETTER) public String getValueTo()
      Generated method - Getter of the TuaAgreementSpecCharacteristicValue.valueTo attribute defined at extension tuadatamodel.
      Returns:
      the valueTo - The upper range value that a characteristic can take on.
    • getValueType

      @Accessor(qualifier="valueType", type=GETTER) public TuaAgreementSpecCharValueType getValueType()
      Generated method - Getter of the TuaAgreementSpecCharacteristicValue.valueType attribute defined at extension tuadatamodel.
      Returns:
      the valueType - A kind of value that the characteristic can take on
    • setAgreementSpecCharacteristic

      @Accessor(qualifier="agreementSpecCharacteristic", type=SETTER) public void setAgreementSpecCharacteristic(TuaAgreementSpecCharacteristicModel value)
      Generated method - Setter of TuaAgreementSpecCharacteristicValue.agreementSpecCharacteristic attribute defined at extension tuadatamodel.
      Parameters:
      value - the agreementSpecCharacteristic - Agreement Spec Characteristic
    • setDefault

      @Accessor(qualifier="default", type=SETTER) public void setDefault(Boolean value)
      Generated method - Setter of TuaAgreementSpecCharacteristicValue.default attribute defined at extension tuadatamodel.
      Parameters:
      value - the default - Indicates if the value is the default value for a characteristic.
    • setEndDateTime

      @Accessor(qualifier="endDateTime", type=SETTER) public void setEndDateTime(Date value)
      Generated method - Setter of TuaAgreementSpecCharacteristicValue.endDateTime attribute defined at extension tuadatamodel.
      Parameters:
      value - the endDateTime - End date for which a Agreement specification characteristics value is applicable
    • setExternalIdentifiers

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

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

      @Accessor(qualifier="startDateTime", type=SETTER) public void setStartDateTime(Date value)
      Generated method - Setter of TuaAgreementSpecCharacteristicValue.startDateTime attribute defined at extension tuadatamodel.
      Parameters:
      value - the startDateTime - Start date for which a Agreement specification characteristics value is applicable
    • setUnitOfMeasure

      @Accessor(qualifier="unitOfMeasure", type=SETTER) public void setUnitOfMeasure(String value)
      Generated method - Setter of TuaAgreementSpecCharacteristicValue.unitOfMeasure attribute defined at extension tuadatamodel.
      Parameters:
      value - the unitOfMeasure - Unit of measure for the characteristic
    • setValue

      @Accessor(qualifier="value", type=SETTER) public void setValue(String value)
      Generated method - Setter of TuaAgreementSpecCharacteristicValue.value attribute defined at extension tuadatamodel.
      Parameters:
      value - the value - Value of Agreement specification characteristics
    • setValueFrom

      @Accessor(qualifier="valueFrom", type=SETTER) public void setValueFrom(String value)
      Generated method - Setter of TuaAgreementSpecCharacteristicValue.valueFrom attribute defined at extension tuadatamodel.
      Parameters:
      value - the valueFrom - The low range value that a characteristic can take on.
    • setValueTo

      @Accessor(qualifier="valueTo", type=SETTER) public void setValueTo(String value)
      Generated method - Setter of TuaAgreementSpecCharacteristicValue.valueTo attribute defined at extension tuadatamodel.
      Parameters:
      value - the valueTo - The upper range value that a characteristic can take on.
    • setValueType

      @Accessor(qualifier="valueType", type=SETTER) public void setValueType(TuaAgreementSpecCharValueType value)
      Generated method - Setter of TuaAgreementSpecCharacteristicValue.valueType attribute defined at extension tuadatamodel.
      Parameters:
      value - the valueType - A kind of value that the characteristic can take on