Class ProductSpecType

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

public class ProductSpecType extends Object
Product Specification type.
  • Constructor Details

    • ProductSpecType

      public ProductSpecType()
  • Method Details

    • id

      public ProductSpecType id(String id)
    • getId

      @NotNull public @NotNull String getId()
      Identifier of the Product Spec Type.
      Returns:
      id
    • setId

      public void setId(String id)
    • description

      public ProductSpecType description(String description)
    • getDescription

      @NotNull public @NotNull String getDescription()
      Description of the Product Spec Type.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • 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