public interface ITModel
Modifier and Type | Method and Description |
---|---|
ICategoryBag |
getCategoryBag()
Returns the
ICategoryBag of the tModel. |
java.lang.String |
getDescription()
Returns the description of the tModel.
|
java.lang.String |
getOverviewURL()
Returns the URL of the overview doc.
|
java.lang.String |
getTModelKey()
Returns the unique key of the tModel.
|
java.lang.String |
getTModelName()
Returns the name of the tModel.
|
void |
setDescription(java.lang.String value)
Sets the description of the tModel.
|
void |
setOverviewURL(java.lang.String value)
Sets the URL of the overview doc.
|
void |
setTModelKey(java.lang.String value)
Sets the unique key of the tModel.
|
void |
setTModelName(java.lang.String value)
Sets the name of the tModel.
|
java.lang.String getTModelKey()
void setTModelKey(java.lang.String value)
value
- the unique key
java.lang.String getTModelName()
void setTModelName(java.lang.String value)
value
- the tModel name
java.lang.String getDescription()
void setDescription(java.lang.String value)
value
- the description
java.lang.String getOverviewURL()
void setOverviewURL(java.lang.String value)
value
- the url of the overview doc.
ICategoryBag getCategoryBag()
ICategoryBag
of the tModel. This method must always return a category bag.