|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.behaviouralmodel.lov.bo.FixedListItemDetail
public class FixedListItemDetail
Defines the LovDetail
objects. This object is used to store
Fixed Lov Selection Wizard detail information.
Constructor Summary | |
---|---|
FixedListItemDetail()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getValue()
Returns the value. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setValue(java.lang.String value)
Sets the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedListItemDetail()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |