java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.dto.Characteristic

@Deprecated(since="2208") public class Characteristic extends Object
Deprecated.
Describes a given characteristic of an object or entity through a name/value pair.
  • Constructor Details

    • Characteristic

      public Characteristic()
      Deprecated.
  • Method Details

    • name

      public Characteristic name(String name)
      Deprecated.
    • getName

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

      public void setName(String name)
      Deprecated.
    • valueType

      public Characteristic valueType(String valueType)
      Deprecated.
    • getValueType

      public String getValueType()
      Deprecated.
      Data type of the value of the characteristic
      Returns:
      valueType
    • setValueType

      public void setValueType(String valueType)
      Deprecated.
    • value

      public Characteristic value(Object value)
      Deprecated.
    • getValue

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

      public void setValue(Object value)
      Deprecated.
    • atBaseType

      public Characteristic 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 Characteristic 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 Characteristic 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