|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channel.dao.jpa.ChannelParameterImpl
public class ChannelParameterImpl
JPA implementation of the IChanenlParameter interface.
| Constructor Summary | |
|---|---|
ChannelParameterImpl()
Default constructor required by Hibernate |
|
ChannelParameterImpl(IChannelParameter param)
Construct a new ChannelParameterImpl from an IChannelParameter |
|
ChannelParameterImpl(String name,
String value,
boolean override)
Instantiate a ChannelParameter with a particular name, default value, and indication of whether it can be overridden. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getDescription()
Get a description of this channel parameter. |
String |
getName()
Get the name of the channel parameter. |
boolean |
getOverride()
Get whether the value of this channel parameter may be overridden. |
String |
getValue()
Get the default value of the channel parameter. |
int |
hashCode()
|
void |
setDescription(String descr)
Set the description of this channel parameter. |
void |
setName(String name)
Set the name of the channel parameter. |
void |
setOverride(boolean override)
Set whether this channel parameter may be overridden. |
void |
setValue(String value)
Set the default value for this channel parameter. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelParameterImpl()
public ChannelParameterImpl(String name,
String value,
boolean override)
name - name of the channel parameter.value - default value for the parameter.override - true if the default value may be overridden.public ChannelParameterImpl(IChannelParameter param)
param - | Method Detail |
|---|
public String getName()
IChannelParameter
getName in interface IChannelParameterpublic String getValue()
IChannelParameter
getValue in interface IChannelParameterpublic boolean getOverride()
IChannelParameter
getOverride in interface IChannelParameterpublic String getDescription()
IChannelParameter
getDescription in interface IChannelParameterpublic void setName(String name)
IChannelParameter
setName in interface IChannelParametername - the name of the channel parameterpublic void setValue(String value)
IChannelParameter
setValue in interface IChannelParametervalue - the default value for this channel parameter.public void setOverride(boolean override)
IChannelParameter
setOverride in interface IChannelParameteroverride - true if the channel parameter may be overridden.public void setDescription(String descr)
IChannelParameter
setDescription in interface IChannelParameterdescr - description of this channel parameter.public boolean equals(Object object)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||