it.eng.spagobi.behaviouralmodel.lov.bo
Class ModalitiesValue

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

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

Defines a Value object for the Predefined LOV

Author:
sulis
See Also:
Serialized Form

Constructor Summary
ModalitiesValue()
           
 
Method Summary
 SbiDataSet getDataset()
           
 java.lang.Integer getDatasetID()
           
 java.lang.String getDescription()
          Gets the description.
 java.lang.Integer getId()
          Gets the id.
 java.lang.String getITypeCd()
          Gets the i type cd.
 java.lang.String getITypeId()
          Gets the i type id.
 java.lang.String getLabel()
          Gets the label.
 java.lang.String getLovProvider()
          Gets the lov provider.
 java.lang.String getName()
          Gets the name.
 java.lang.String getSelectionType()
          Gets the selection type.
 void setDataset(SbiDataSet dataset)
           
 void setDatasetID(java.lang.Integer datasetId)
           
 void setDescription(java.lang.String description)
          Sets the description.
 void setId(java.lang.Integer id)
          Sets the id.
 void setITypeCd(java.lang.String typeCd)
          Sets the i type cd.
 void setITypeId(java.lang.String typeId)
          Sets the i type id.
 void setLabel(java.lang.String label)
          Sets the label.
 void setLovProvider(java.lang.String lovProvider)
          Sets the lov provider.
 void setMultivalue(boolean multivalue)
          Sets the multivalue.
 void setName(java.lang.String name)
          Sets the name.
 void setSelectionType(java.lang.String selectionType)
          Sets the selection type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModalitiesValue

public ModalitiesValue()
Method Detail

getDescription

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

Returns:
Returns the description.

setDescription

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

Parameters:
description - The description to set.

getId

public java.lang.Integer getId()
Gets the id.

Returns:
Returns the id.

setId

public void setId(java.lang.Integer id)
Sets the id.

Parameters:
id - The id to set.

getITypeCd

public java.lang.String getITypeCd()
Gets the i type cd.

Returns:
Returns the iTypeCd.

setITypeCd

public void setITypeCd(java.lang.String typeCd)
Sets the i type cd.

Parameters:
typeCd - The iTypeCd to set.

getLovProvider

public java.lang.String getLovProvider()
Gets the lov provider.

Returns:
Returns the lovProvider.

setLovProvider

public void setLovProvider(java.lang.String lovProvider)
Sets the lov provider.

Parameters:
lovProvider - The lovProvider to set.

getName

public java.lang.String getName()
Gets the name.

Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - The name to set.

getITypeId

public java.lang.String getITypeId()
Gets the i type id.

Returns:
Returns the iTypeId.

setITypeId

public void setITypeId(java.lang.String typeId)
Sets the i type id.

Parameters:
typeId - The iTypeId to set.

getLabel

public java.lang.String getLabel()
Gets the label.

Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Sets the label.

Parameters:
label - the new label

getSelectionType

public java.lang.String getSelectionType()
Gets the selection type.

Returns:
the selection type

setSelectionType

public void setSelectionType(java.lang.String selectionType)
Sets the selection type.

Parameters:
selectionType - the new selection type

setMultivalue

public void setMultivalue(boolean multivalue)
Sets the multivalue.

Parameters:
multivalue - the new multivalue

getDatasetID

public java.lang.Integer getDatasetID()
Returns:
the datasetID

setDatasetID

public void setDatasetID(java.lang.Integer datasetId)
Parameters:
datasetId - the datasetID to set

getDataset

public SbiDataSet getDataset()
Returns:
the dataset

setDataset

public void setDataset(SbiDataSet dataset)
Parameters:
dataset - the dataset to set