Class ProductCharacteristic

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductCharacteristic

public class ProductCharacteristic extends Object
Characteristics of the product to instantiate or to modify.
  • Constructor Details

    • ProductCharacteristic

      public ProductCharacteristic()
  • Method Details

    • id

      public ProductCharacteristic id(String id)
    • getId

      public String getId()
      Id of the characteristic
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public ProductCharacteristic name(String name)
    • getName

      public String getName()
      Name of the characteristic
      Returns:
      name
    • setName

      public void setName(String name)
    • value

      public ProductCharacteristic value(String value)
    • getValue

      public String getValue()
      Value of the characteristic
      Returns:
      value
    • setValue

      public void setValue(String value)
    • atType

      public ProductCharacteristic atType(String atType)
    • getAtType

      public String getAtType()
      Indicates the (class) type of resource
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • atSchemaLocation

      public ProductCharacteristic atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      This field provided a link to the schema describing this REST resource.
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • 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