lumis.portal.channel.tree
Class GenericChannelChild

Package class diagram package GenericChannelChild
java.lang.Object
  extended by lumis.portal.channel.tree.GenericChannelChild
All Implemented Interfaces:
Comparable<IChannelChild>, IChannelChild

public class GenericChannelChild
extends Object
implements IChannelChild, Comparable<IChannelChild>


Constructor Summary
GenericChannelChild()
           
 
Method Summary
 int compareTo(IChannelChild pOther)
           
 String getChannelId()
           
 String getId()
           
 String getLocalizedName()
           
 String getName()
           
 int getPosition()
           
 boolean isHidden()
           
 boolean isTemplate()
           
 void setChannelId(String channelId)
           
 void setHidden(boolean hidden)
           
 void setId(String id)
           
 void setLocalizedName(String localizedName)
           
 void setName(String name)
           
 void setPosition(int position)
           
 void setTemplate(boolean template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericChannelChild

public GenericChannelChild()
Method Detail

compareTo

public int compareTo(IChannelChild pOther)
Specified by:
compareTo in interface Comparable<IChannelChild>

getChannelId

public String getChannelId()
Specified by:
getChannelId in interface IChannelChild

setChannelId

public void setChannelId(String channelId)

getId

public String getId()
Specified by:
getId in interface IChannelChild

setId

public void setId(String id)

getName

public String getName()
Specified by:
getName in interface IChannelChild

setName

public void setName(String name)

getLocalizedName

public String getLocalizedName()
Specified by:
getLocalizedName in interface IChannelChild

setLocalizedName

public void setLocalizedName(String localizedName)

getPosition

public int getPosition()
Specified by:
getPosition in interface IChannelChild

setPosition

public void setPosition(int position)

isTemplate

public boolean isTemplate()
Specified by:
isTemplate in interface IChannelChild

setTemplate

public void setTemplate(boolean template)

isHidden

public boolean isHidden()
Specified by:
isHidden in interface IChannelChild

setHidden

public void setHidden(boolean hidden)


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.