public class CategorySchemeMutableBeanImpl extends ItemSchemeMutableBeanImpl<CategoryMutableBean> implements CategorySchemeMutableBean
Constructor and Description |
---|
CategorySchemeMutableBeanImpl() |
CategorySchemeMutableBeanImpl(CategorySchemeBean bean) |
Modifier and Type | Method and Description |
---|---|
CategoryMutableBean |
createItem(java.lang.String id,
java.lang.String name)
Creates an item and adds it to the scheme
|
CategorySchemeBean |
getImmutableInstance()
Returns a representation of itself in a bean which can not be modified, modifications to the mutable bean
are not reflected in the returned instance of the MaintainableBean.
|
boolean |
removeItem(java.lang.String id)
removes the item with the given id, if it exists
|
addItem, getItems, isPartial, setItems, setPartial
compareTo, getAgencyId, getEndDate, getExternalReference, getFinalStructure, getServiceURL, getStartDate, getStructureURL, getVersion, isStub, setAgencyId, setEndDate, setExternalReference, setFinalStructure, setServiceURL, setStartDate, setStructureURL, setStub, setVersion
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
addItem, getItems, isPartial, setItems, setPartial
getAgencyId, getEndDate, getExternalReference, getFinalStructure, getServiceURL, getStartDate, getStructureURL, getVersion, isStub, setAgencyId, setEndDate, setExternalReference, setFinalStructure, setServiceURL, setStartDate, setStructureURL, setStub, setVersion
addDescription, addName, getDescriptions, getName, getNames, setDescriptions, setNames
getId, getUri, getUrn, setId, setUri
addAnnotation, addAnnotation, getAnnotations, setAnnotations
getStructureType
public CategorySchemeMutableBeanImpl()
public CategorySchemeMutableBeanImpl(CategorySchemeBean bean)
public CategorySchemeBean getImmutableInstance()
CategorySchemeMutableBean
getImmutableInstance
in interface MaintainableMutableBean
getImmutableInstance
in interface CategorySchemeMutableBean
public CategoryMutableBean createItem(java.lang.String id, java.lang.String name)
ItemSchemeMutableBean
createItem
in interface ItemSchemeMutableBean<CategoryMutableBean>
public boolean removeItem(java.lang.String id)
ItemSchemeMutableBean
removeItem
in interface ItemSchemeMutableBean<CategoryMutableBean>
removeItem
in class ItemSchemeMutableBeanImpl<CategoryMutableBean>