|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.SubCategory
public class SubCategory
Can be set on an asset to further categorize the asset. Category schemas contain categories, and categories contain subcategories.
| Constructor Summary | |
|---|---|
SubCategory()
Constructor |
|
SubCategory(java.lang.String name)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getCategorization()
|
java.lang.String |
getFullPath()
The Full path to the sub category in the form... |
java.lang.String |
getId()
The Unique ID of the Sub Category with in the Category Schema |
java.lang.String |
getName()
|
SubCategory[] |
getSubCategories()
|
SubCategory |
getSubCategory(java.lang.String name)
Returns a category by fName |
boolean |
isSet()
This method is used when a sub category is only applied to an asset. |
void |
setCategorization(java.lang.String categorization)
|
void |
setFullPath(java.lang.String fullPath)
|
void |
setId(java.lang.String id)
Set the Unique ID of a Sub Category from within the Category Schema |
void |
setName(java.lang.String name)
|
void |
setSet(boolean set)
This method is used when a sub category is only applied to an asset. |
void |
setSubCategories(SubCategory[] categories)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubCategory()
public SubCategory(java.lang.String name)
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - public java.lang.String getCategorization()
public void setCategorization(java.lang.String categorization)
public java.lang.String getName()
public void setName(java.lang.String name)
fName - The fName of the sub category.public SubCategory[] getSubCategories()
public void setSubCategories(SubCategory[] categories)
categories - The list of sub categories.public void setFullPath(java.lang.String fullPath)
fullPath - The fullPath to set.public java.lang.String getFullPath()
public SubCategory getSubCategory(java.lang.String name)
public boolean isSet()
public void setSet(boolean set)
set - The set to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||