Class CategoryInfo
java.lang.Object
com.nomagic.magicdraw.teamwork2.esi.CategoryInfo
- All Implemented Interfaces:
 Serializable
Project category information object. So far project categories are single level - no tree structure.
- See Also:
 
- 
Method Summary
 
- 
Method Details
- 
getParentID
Get category parent id- Returns:
 - parent category id
 
 - 
getNested
Get nested category id- Returns:
 - nested category ids
 
 - 
getID
Gets category identifier- Returns:
 - category identifier or null if it is unspecified
 
 - 
getName
Gets category name- Returns:
 - name of the category
 
 
 -