de.nava.informa.utils.manager.memory
Class ChannelGroup

java.lang.Object
  extended by de.nava.informa.impl.basic.ChannelGroup
      extended by de.nava.informa.utils.manager.memory.ChannelGroup
All Implemented Interfaces:
ChannelGroupIF, WithChildrenMIF, WithIdMIF, WithTitleMIF, Serializable

public class ChannelGroup
extends ChannelGroup

Local implementation of ChannelGroupIF.

Author:
Aleksey Gureev (spyromus@noizeramp.com)
See Also:
Serialized Form

Constructor Summary
ChannelGroup(long id, String title)
          Creates group object.
 
Method Summary
 
Methods inherited from class de.nava.informa.impl.basic.ChannelGroup
add, addChild, getAll, getById, getChildren, getId, getParent, getTitle, remove, removeChild, setId, setParent, setTitle, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelGroup

public ChannelGroup(long id,
                    String title)
Creates group object.

Parameters:
id - id to assign.
title - title of group.


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.