public class CategoryMutableBeanImpl extends ItemMutableBeanImpl implements CategoryMutableBean
Constructor and Description |
---|
CategoryMutableBeanImpl() |
CategoryMutableBeanImpl(CategoryBean bean) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(CategoryMutableBean item)
Adds an item
|
java.util.List<CategoryMutableBean> |
getItems()
Returns any child items, if non exist then an empty list is returned
|
void |
setItems(java.util.List<CategoryMutableBean> items)
Returns any child items, if non exist then an empty list is returned
|
addDescription, addName, getDescriptions, getName, getNames, setDescriptions, setNames
getId, getUri, getUrn, setId, setUri, setUrn
addAnnotation, addAnnotation, getAnnotations, setAnnotations
getStructureType
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addDescription, addName, getDescriptions, getName, getNames, setDescriptions, setNames
getId, getUri, getUrn, setId, setUri
addAnnotation, addAnnotation, getAnnotations, setAnnotations
getStructureType
public CategoryMutableBeanImpl()
public CategoryMutableBeanImpl(CategoryBean bean)
public java.util.List<CategoryMutableBean> getItems()
HierarchicalItemMutableBean
getItems
in interface HierarchicalItemMutableBean<CategoryMutableBean>
public void addItem(CategoryMutableBean item)
HierarchicalItemMutableBean
addItem
in interface HierarchicalItemMutableBean<CategoryMutableBean>
public void setItems(java.util.List<CategoryMutableBean> items)
HierarchicalItemMutableBean
setItems
in interface HierarchicalItemMutableBean<CategoryMutableBean>