org.jasig.portal.layout.dlm.remoting.registry
Class ChannelRegistryBean
java.lang.Object
org.jasig.portal.layout.dlm.remoting.registry.ChannelRegistryBean
- All Implemented Interfaces:
- Serializable
public class ChannelRegistryBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelRegistryBean
public ChannelRegistryBean()
addCategory
public void addCategory(ChannelCategoryBean category)
addChannel
public void addChannel(ChannelBean channel)
getCategories
public List<ChannelCategoryBean> getCategories()
setCategories
public void setCategories(List<ChannelCategoryBean> categories)
getChannels
public List<ChannelBean> getChannels()
setChannels
public void setChannels(List<ChannelBean> channels)
Copyright © 2010 Jasig. All Rights Reserved.