Class AgreementSpecCharacteristicValue

java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementSpecCharacteristicValue

@Validated @Generated(value="de.hybris.platform.agreementtmfwebservices.swagger.AgreementsCodegen", date="2022-10-21T20:35:12.178Z") 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()
      The period of time for which a value is applicable
      Returns:
      validFor
    • setValidFor

      public void setValidFor(TimePeriod validFor)
    • value

    • getValue

      @Valid public Object getValue()
      A discrete value that the characteristic can take on
      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