org.jasig.portal.tools.chanpub
Class ChannelPublisher.ChannelInfo

java.lang.Object
  extended by org.jasig.portal.tools.chanpub.ChannelPublisher.ChannelInfo
Enclosing class:
ChannelPublisher

private static class ChannelPublisher.ChannelInfo
extends java.lang.Object


Field Summary
(package private)  ChannelCategory[] categories
           
(package private)  ChannelDefinition chanDef
           
(package private)  boolean fNameAccessibleOnly
           
(package private)  IEntityGroup[] groups
           
(package private)  IEntity[] users
           
 
Constructor Summary
private ChannelPublisher.ChannelInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chanDef

ChannelDefinition chanDef

groups

IEntityGroup[] groups

categories

ChannelCategory[] categories

fNameAccessibleOnly

boolean fNameAccessibleOnly

users

IEntity[] users
Constructor Detail

ChannelPublisher.ChannelInfo

private ChannelPublisher.ChannelInfo()