Class AgreementSpecCharacteristic

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

@Deprecated(since="2208") public class AgreementSpecCharacteristic extends Object
Deprecated.
A characteristic quality or distinctive feature of an agreement.
  • Constructor Details

    • AgreementSpecCharacteristic

      public AgreementSpecCharacteristic()
      Deprecated.
  • Method Details

    • configurable

      public AgreementSpecCharacteristic configurable(Boolean configurable)
      Deprecated.
    • isConfigurable

      public Boolean isConfigurable()
      Deprecated.
      If true, the Boolean indicates that the characteristic is configurable
      Returns:
      configurable
    • setConfigurable

      public void setConfigurable(Boolean configurable)
      Deprecated.
    • description

      public AgreementSpecCharacteristic description(String description)
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
      A narrative that explains in detail what the characteristic is
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • name

      public AgreementSpecCharacteristic name(String name)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      Name of the characteristic being specified.
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • valueType

      public AgreementSpecCharacteristic valueType(String valueType)
      Deprecated.
    • getValueType

      public String getValueType()
      Deprecated.
      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)
      Deprecated.
    • specCharacteristicValue

      public AgreementSpecCharacteristic specCharacteristicValue(List<AgreementSpecCharacteristicValue> specCharacteristicValue)
      Deprecated.
    • addSpecCharacteristicValueItem

      public AgreementSpecCharacteristic addSpecCharacteristicValueItem(AgreementSpecCharacteristicValue specCharacteristicValueItem)
      Deprecated.
    • getSpecCharacteristicValue

      @Valid public @Valid List<AgreementSpecCharacteristicValue> getSpecCharacteristicValue()
      Deprecated.
      Get specCharacteristicValue
      Returns:
      specCharacteristicValue
    • setSpecCharacteristicValue

      public void setSpecCharacteristicValue(List<AgreementSpecCharacteristicValue> specCharacteristicValue)
      Deprecated.
    • validFor

      public AgreementSpecCharacteristic validFor(TimePeriod validFor)
      Deprecated.
    • getValidFor

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

      public void setValidFor(TimePeriod validFor)
      Deprecated.
    • atBaseType

      public AgreementSpecCharacteristic atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

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

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public AgreementSpecCharacteristic atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

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

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public AgreementSpecCharacteristic atType(String atType)
      Deprecated.
    • getAtType

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

      public void setAtType(String atType)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object