|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.nava.informa.impl.basic.Channel de.nava.informa.utils.manager.memory.Channel
public class Channel
Local implementation of ChannelIF
.
Constructor Summary | |
---|---|
Channel(long id,
String title,
URL location)
Creates channel object. |
Method Summary | |
---|---|
void |
addParentGroup(ChannelGroupIF group)
Adds parent group to the list when channel is assigned to the new group. |
ChannelGroupIF[] |
getParentGroups()
Returns the list of parent groups. |
void |
removeParentGroup(ChannelGroupIF group)
Removes parent group from the list when channel is unassigned from it. |
Methods inherited from class de.nava.informa.impl.basic.Channel |
---|
addCategory, addItem, addObserver, equals, getAttributeValue, getAttributeValues, getCategories, getCloud, getCopyright, getCreator, getDescription, getDocs, getElementValue, getElementValues, getFormat, getGenerator, getId, getImage, getItem, getItems, getLanguage, getLastBuildDate, getLastUpdated, getLocation, getPubDate, getPublisher, getRating, getSite, getTextInput, getTitle, getTtl, getUpdateBase, getUpdateFrequency, getUpdatePeriod, hashCode, removeCategory, removeItem, removeObserver, setAllProperties, setCategories, setCloud, setCopyright, setCreator, setDescription, setDocs, setFormat, setGenerator, setId, setImage, setLanguage, setLastBuildDate, setLastUpdated, setLocation, setPubDate, setPublisher, setRating, setSite, setTextInput, setTitle, setTtl, setUpdateBase, setUpdateFrequency, setUpdatePeriod, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Channel(long id, String title, URL location)
id
- ID of the channel.title
- title of the channel.location
- URL of resource location.Method Detail |
---|
public final void addParentGroup(ChannelGroupIF group)
group
- group to add.public final void removeParentGroup(ChannelGroupIF group)
group
- group to remove.public final ChannelGroupIF[] getParentGroups()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |