de.nava.informa.core
Interface CategoryIF
- All Superinterfaces:
- Serializable, WithChildrenMIF<CategoryIF>, WithIdMIF, WithTitleMIF
- All Known Implementing Classes:
- Category, Category
public interface CategoryIF
- extends WithIdMIF, WithTitleMIF, WithChildrenMIF<CategoryIF>
This interface is implemented by objects representing categories in
which channels could be organised in the news channel object model.
WithChildrenMIF.getChildren()
collection contains here nested
CategoryIF objects
- Author:
- Niko Schmuck (niko@nava.de)
getDomain
String getDomain()
setDomain
void setDomain(String domain)
getParent
CategoryIF getParent()
setParent
void setParent(CategoryIF parent)
addChild
void addChild(CategoryIF child)
removeChild
void removeChild(CategoryIF child)
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.