Class CategoryRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CategoryRef
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatReferredType(String atReferredType) booleanThe class type of the referred CategorygetHref()Not Sent.Unique reference of the category.getId()Unique reference of the categorygetName()Name of the categorygetType()Category type, can be Category,VariantCategory or VariantValueCategory.Not Sent.Category version.inthashCode()voidsetAtReferredType(String atReferredType) voidvoidvoidvoidvoidsetVersion(String version) toString()
-
Constructor Details
-
CategoryRef
public CategoryRef()
-
-
Method Details
-
id
-
getId
Unique reference of the category- Returns:
- id
-
setId
-
href
-
getHref
Not Sent.Unique reference of the category.- Returns:
- href
-
setHref
-
version
-
getVersion
Not Sent.Category version.- Returns:
- version
-
setVersion
-
name
-
getName
Name of the category- Returns:
- name
-
setName
-
type
-
getType
Category type, can be Category,VariantCategory or VariantValueCategory.- Returns:
- type
-
setType
-
atReferredType
-
getAtReferredType
The class type of the referred Category- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-