public class CatalogGroupSystem extends AbstractValueObject
| Constructor and Description |
|---|
CatalogGroupSystem() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CatalogStructure> |
getCategories()
A Collection of
CatalogStructure |
String |
getDescription()
BMECat: CATALOG_GROUP_SYSTEM.GROUP_SYSTEM_DESCRIPTION or CATALOG_GROUP_SYSTEM.CATALOG_STRUCTURE.GROUP_DESCRIPTION
|
String |
getID()
BMECat: CATALOG_GROUP_SYSTEM.GROUP_SYSTEM_ID or CATALOG_GROUP_SYSTEM.CATALOG_STRUCTURE.GROUP_ID
|
String |
getName()
BMECat: CATALOG_GROUP_SYSTEM.GROUP_SYSTEM_NAME or CATALOG_GROUP_SYSTEM.CATALOG_STRUCTURE.GROUP_NAME
|
void |
setCategories(Collection<CatalogStructure> categories) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
getEndLineNumber, getStartLineNumber, getXML, setEndLineNumber, setStartLineNumber, setXML, toStringpublic String getDescription()
public void setDescription(String description)
description - The description to set.public String getID()
public void setId(String id)
id - The id to set.public String getName()
public void setName(String name)
name - The name to set.public Collection<CatalogStructure> getCategories()
CatalogStructurepublic void setCategories(Collection<CatalogStructure> categories)
categories - The categories to set.Copyright © 2017 SAP SE. All Rights Reserved.