Class CategoryUnderscoreUpdate
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.CategoryUnderscoreUpdate
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class CategoryUnderscoreUpdate
extends Object
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,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 statusgetName()Name of the categoryUnique identifier of the parent category@Valid List<ProductOfferingRef>Get productOffering@Valid List<CategoryRef>Get subCategory@Valid TimePeriodThe period for which the category is validCategory 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
-
CategoryUnderscoreUpdate
public CategoryUnderscoreUpdate()
-
-
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
The period for which the category is valid- 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
-