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

public class CategoryRef extends Object
Category reference. The category resource is used to group product offerings, service and resource candidates in logical containers. Categories can contain other categories and/or product offerings.
  • Constructor Details

    • CategoryRef

      public CategoryRef()
  • Method Details

    • id

      public CategoryRef id(String id)
    • getId

      public String getId()
      Unique reference of the category
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public CategoryRef href(String href)
    • getHref

      public String getHref()
      Not Sent.Unique reference of the category.
      Returns:
      href
    • setHref

      public void setHref(String href)
    • version

      public CategoryRef version(String version)
    • getVersion

      public String getVersion()
      Not Sent.Category version.
      Returns:
      version
    • setVersion

      public void setVersion(String version)
    • name

      public CategoryRef name(String name)
    • getName

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

      public void setName(String name)
    • type

      public CategoryRef type(String type)
    • getType

      public String getType()
      Category type, can be Category,VariantCategory or VariantValueCategory.
      Returns:
      type
    • setType

      public void setType(String type)
    • atReferredType

      public CategoryRef atReferredType(String atReferredType)
    • getAtReferredType

      public String getAtReferredType()
      The class type of the referred Category
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
    • 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