it.eng.spagobi.bo.lov
Class FixedListItemDetail

java.lang.Object
  extended by it.eng.spagobi.bo.lov.FixedListItemDetail
All Implemented Interfaces:
java.io.Serializable

public class FixedListItemDetail
extends java.lang.Object
implements java.io.Serializable

Defines the LovDetail objects. This object is used to store Fixed Lov Selection Wizard detail information.

See Also:
Serialized Form

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedListItemDetail

public FixedListItemDetail()
Method Detail

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
the description.

setDescription

public void setDescription(java.lang.String description)
Sets the description

Parameters:
description - The description to set.

getValue

public java.lang.String getValue()
Returns the value.

Returns:
the value.

setValue

public void setValue(java.lang.String value)
Sets the name

Parameters:
name - The name to set.