org.jasig.portal.layout.dlm.remoting.registry
Class ChannelCategoryBean

java.lang.Object
  extended by org.jasig.portal.layout.dlm.remoting.registry.ChannelCategoryBean
All Implemented Interfaces:
Serializable

public class ChannelCategoryBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ChannelCategoryBean(ChannelCategory category)
           
 
Method Summary
 void addCategory(ChannelCategoryBean category)
           
 void addChannel(ChannelBean channel)
           
 List<ChannelCategoryBean> getCategories()
           
 List<ChannelBean> getChannels()
           
 String getDescription()
           
 String getId()
           
 String getName()
           
 void setCategories(List<ChannelCategoryBean> categories)
           
 void setChannels(List<ChannelBean> channels)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelCategoryBean

public ChannelCategoryBean(ChannelCategory category)
Method Detail

addCategory

public void addCategory(ChannelCategoryBean category)

addChannel

public void addChannel(ChannelBean channel)

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

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.