Class AgreementSpecCharacteristicValue

java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AgreementSpecCharacteristicValue

public class AgreementSpecCharacteristicValue extends Object
A number or text that can be assigned to an agreement specification characteristic.
  • Constructor Details

    • AgreementSpecCharacteristicValue

      public AgreementSpecCharacteristicValue()
  • Method Details

    • _default

      public AgreementSpecCharacteristicValue _default(Boolean _default)
    • isDefault

      public Boolean isDefault()
      Indicates if the value is the default value for a characteristic
      Returns:
      _default
    • setDefault

      public void setDefault(Boolean _default)
    • unitOfMeasure

      public AgreementSpecCharacteristicValue unitOfMeasure(String unitOfMeasure)
    • getUnitOfMeasure

      public String getUnitOfMeasure()
      Unit of measure for the characteristic, such as minutes, gigabytes (GB) and so on.
      Returns:
      unitOfMeasure
    • setUnitOfMeasure

      public void setUnitOfMeasure(String unitOfMeasure)
    • valueFrom

      public AgreementSpecCharacteristicValue valueFrom(String valueFrom)
    • getValueFrom

      public String getValueFrom()
      The low range value that a characteristic can take on
      Returns:
      valueFrom
    • setValueFrom

      public void setValueFrom(String valueFrom)
    • valueTo

      public AgreementSpecCharacteristicValue valueTo(String valueTo)
    • getValueTo

      public String getValueTo()
      The upper range value that a characteristic can take on
      Returns:
      valueTo
    • setValueTo

      public void setValueTo(String valueTo)
    • valueType

      public AgreementSpecCharacteristicValue valueType(String valueType)
    • getValueType

      public String getValueType()
      A kind of value that the characteristic can take on, such as numeric, text, and so forth
      Returns:
      valueType
    • setValueType

      public void setValueType(String valueType)
    • validFor

      public AgreementSpecCharacteristicValue validFor(TimePeriod validFor)
    • getValidFor

      @Valid public @Valid TimePeriod getValidFor()
      Get validFor
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
    • value

    • getValue

      @Valid public @Valid Object getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(Object value)
    • atBaseType

      public AgreementSpecCharacteristicValue atBaseType(String atBaseType)
    • getAtBaseType

      public String getAtBaseType()
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
    • atSchemaLocation

      public AgreementSpecCharacteristicValue atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • atType

      public AgreementSpecCharacteristicValue atType(String atType)
    • getAtType

      public String getAtType()
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • 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