Class CategoryUnderscoreCreate
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CategoryUnderscoreCreate
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, resource or service candidates. Skipped properties: id,href
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProductOfferingItem(ProductOfferingRef productOfferingItem) addSubCategoryItem(CategoryRef subCategoryItem) atBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) description(String description) booleanthe base class type of the categorylink to the schema describing this categorythe class type of the CategoryDescription of the category@Valid DateDate and time of the last updateUsed to indicate the current lifecycle status@NotNull StringgetName()Name of the categoryUnique identifier of the parent category@Valid List<ProductOfferingRef>Get productOffering@Valid List<CategoryRef>Get subCategory@Valid TimePeriodGet validForCategory versioninthashCode()isIsRoot()If true, this Boolean indicates that the category is a root of categorieslastUpdate(Date lastUpdate) lifecycleStatus(String lifecycleStatus) productOffering(List<ProductOfferingRef> productOffering) voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetDescription(String description) voidvoidsetLastUpdate(Date lastUpdate) voidsetLifecycleStatus(String lifecycleStatus) voidvoidsetParentId(String parentId) voidsetProductOffering(List<ProductOfferingRef> productOffering) voidsetSubCategory(List<CategoryRef> subCategory) voidsetValidFor(TimePeriod validFor) voidsetVersion(String version) subCategory(List<CategoryRef> subCategory) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
CategoryUnderscoreCreate
public CategoryUnderscoreCreate()
-
-
Method Details
-
lastUpdate
-
getLastUpdate
Date and time of the last update- Returns:
- lastUpdate
-
setLastUpdate
-
version
-
getVersion
Category version- Returns:
- version
-
setVersion
-
lifecycleStatus
-
getLifecycleStatus
Used to indicate the current lifecycle status- Returns:
- lifecycleStatus
-
setLifecycleStatus
-
validFor
-
getValidFor
Get validFor- Returns:
- validFor
-
setValidFor
-
parentId
-
getParentId
Unique identifier of the parent category- Returns:
- parentId
-
setParentId
-
isRoot
-
isIsRoot
If true, this Boolean indicates that the category is a root of categories- Returns:
- isRoot
-
setIsRoot
-
name
-
getName
Name of the category- Returns:
- name
-
setName
-
description
-
getDescription
Description of the category- Returns:
- description
-
setDescription
-
atType
-
getAtType
the class type of the Category- Returns:
- atType
-
setAtType
-
atBaseType
-
getAtBaseType
the base class type of the category- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
link to the schema describing this category- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
subCategory
-
addSubCategoryItem
-
getSubCategory
Get subCategory- Returns:
- subCategory
-
setSubCategory
-
productOffering
-
addProductOfferingItem
-
getProductOffering
Get productOffering- Returns:
- productOffering
-
setProductOffering
-
equals
-
hashCode
public int hashCode() -
toString
-