|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.behaviouralmodel.lov.bo.ModalitiesValue
public class ModalitiesValue
Defines a Value object for the Predefined LOV
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 |
---|
public ModalitiesValue()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- The id to set.public java.lang.String getITypeCd()
public void setITypeCd(java.lang.String typeCd)
typeCd
- The iTypeCd to set.public java.lang.String getLovProvider()
public void setLovProvider(java.lang.String lovProvider)
lovProvider
- The lovProvider to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.lang.String getITypeId()
public void setITypeId(java.lang.String typeId)
typeId
- The iTypeId to set.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the new labelpublic java.lang.String getSelectionType()
public void setSelectionType(java.lang.String selectionType)
selectionType
- the new selection typepublic void setMultivalue(boolean multivalue)
multivalue
- the new multivaluepublic java.lang.Integer getDatasetID()
public void setDatasetID(java.lang.Integer datasetId)
datasetId
- the datasetID to setpublic SbiDataSet getDataset()
public void setDataset(SbiDataSet dataset)
dataset
- the dataset to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |