|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Interface ICESCategory
|
| Class Hierarchy |
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESCategory
| Class Location |
| Class Description |
public interface ICESCategory
This is a custom interface that represents a Category(Class) in CES.
CES provides an Enterprise-wide Sourcing Catalog for items that may be used in a product design/lifecycle.
The catalog repository in CES is structured in a hierarchical manner such that common attributes of the item is captured at the top level and
more specific attributes are captured in the subsequent levels.
Each catalog grouping in CES is called a Category.
All Implemented Interfaces: ICESObject
| Field Summary |
| Constructor Summary |
| Method Summary |
| public String | get(String key)
Returns the value to which the specified key is mapped, for this Category. |
| public String | getDBName()
Returns the DataBase name of the Category. |
| public String | getLabel()
Returns the Label of the Category. |
| public void | setDBName(String dbName)
Sets the DataBase name of the Category. |
| public void | setLabel(String label)
Sets the Label of the Category. |
| Field Detail |
| Constructor Detail |
| Method Detail |
public String get(String key)
Returns the value to which the specified key is mapped, for this Category. Keys represent certain attributes
of the CES Category (like "escapedlabel", "hasChildren", "isbottomclass" etc.).
String
public String getDBName()
Returns the DataBase name of the Category.
public String getLabel()
Returns the Label of the Category.
public void setDBName(String dbName)
Sets the DataBase name of the Category.
dbName
public void setLabel(String label)
Sets the Label of the Category.
label