org.jasig.portal
Class ChannelCategory

java.lang.Object
  extended by org.jasig.portal.ChannelCategory

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class ChannelCategory
extends Object

A channel category.

Version:
$Revision: 19776 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
ChannelCategory(String id)
          Deprecated. Constructs a ChannelCategory
 
Method Summary
 String getCreatorId()
          Deprecated.  
 String getDescription()
          Deprecated.  
 String getId()
          Deprecated.  
 String getName()
          Deprecated.  
 void setCreatorId(String creatorId)
          Deprecated.  
 void setDescription(String descr)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelCategory

public ChannelCategory(String id)
Deprecated. 
Constructs a ChannelCategory

Method Detail

getId

public String getId()
Deprecated. 

getName

public String getName()
Deprecated. 

getDescription

public String getDescription()
Deprecated. 

getCreatorId

public String getCreatorId()
Deprecated. 

setName

public void setName(String name)
Deprecated. 

setDescription

public void setDescription(String descr)
Deprecated. 

setCreatorId

public void setCreatorId(String creatorId)
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2010 Jasig. All Rights Reserved.