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)

Method Summary
 void addChild(CategoryIF child)
           
 String getDomain()
           
 CategoryIF getParent()
           
 void removeChild(CategoryIF child)
           
 void setDomain(String domain)
           
 void setParent(CategoryIF parent)
           
 
Methods inherited from interface de.nava.informa.core.WithIdMIF
getId, setId
 
Methods inherited from interface de.nava.informa.core.WithTitleMIF
getTitle, setTitle
 
Methods inherited from interface de.nava.informa.core.WithChildrenMIF
getChildren
 

Method Detail

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.