public class CategoryDTO extends ItemDTO
| Constructor and Description |
|---|
CategoryDTO()
Generated constructor - for generic creation.
|
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic Collection<AgentDTO> getAgent()
public List<PrincipalDTO> getAllowedPrincipals()
public Collection<CategoryDTO> getAllSubcategories()
public Collection<CategoryDTO> getAllSupercategories()
public List<YFormDefinitionDTO> getAllYFormDefinitions()
public CatalogVersionDTO getCatalogVersion()
public List<CategoryDTO> getCategories()
public List<CategoryFeatureComponentDTO> getCategoryFeatureComponents()
public String getCode()
public List<ContentBlockDTO> getContentBlocks()
public Collection<MediaDTO> getData_sheet()
public String getDescription()
public Collection<MediaDTO> getDetail()
public List<KeywordDTO> getKeywords()
public List<CMSLinkComponentDTO> getLinkComponents()
public Collection<MediaDTO> getLogo()
public String getName()
public Collection<MediaDTO> getNormal()
public Integer getOrder()
public Collection<MediaDTO> getOthers()
public MediaDTO getPicture()
public Collection<ProductCarouselComponentDTO> getProductCarouselComponents()
public List<ProductListComponentDTO> getProductListComponents()
public List<ProductDTO> getProducts()
public Collection<ProductPromotionDTO> getPromotions()
public Collection<CMSCategoryRestrictionDTO> getRestrictions()
public Integer getStockLevelThreshold()
public List<CategoryDTO> getSupercategories()
public MediaDTO getThumbnail()
public Collection<MediaDTO> getThumbnails()
public Set<YFormDefinitionDTO> getYFormDefinitions()
public void setAgent(Collection<AgentDTO> value)
public void setAllowedPrincipals(List<PrincipalDTO> value)
public void setAllSubcategories(Collection<CategoryDTO> value)
public void setAllSupercategories(Collection<CategoryDTO> value)
public void setAllYFormDefinitions(List<YFormDefinitionDTO> value)
public void setCatalogVersion(CatalogVersionDTO value)
public void setCategories(List<CategoryDTO> value)
public void setCategoryFeatureComponents(List<CategoryFeatureComponentDTO> value)
public void setCode(String value)
public void setContentBlocks(List<ContentBlockDTO> value)
public void setData_sheet(Collection<MediaDTO> value)
public void setDescription(String value)
public void setDetail(Collection<MediaDTO> value)
public void setKeywords(List<KeywordDTO> value)
public void setLinkComponents(List<CMSLinkComponentDTO> value)
public void setLogo(Collection<MediaDTO> value)
public void setName(String value)
public void setNormal(Collection<MediaDTO> value)
public void setOrder(Integer value)
public void setOthers(Collection<MediaDTO> value)
public void setPicture(MediaDTO value)
public void setProductCarouselComponents(Collection<ProductCarouselComponentDTO> value)
public void setProductListComponents(List<ProductListComponentDTO> value)
public void setProducts(List<ProductDTO> value)
public void setPromotions(Collection<ProductPromotionDTO> value)
public void setRestrictions(Collection<CMSCategoryRestrictionDTO> value)
public void setStockLevelThreshold(Integer value)
public void setSupercategories(List<CategoryDTO> value)
public void setThumbnail(MediaDTO value)
public void setThumbnails(Collection<MediaDTO> value)
public void setYFormDefinitions(Set<YFormDefinitionDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.