|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.behaviouralmodel.analyticaldriver.bo.ParameterUse
public class ParameterUse
Defines a ParameterUse
object.
Constructor Summary | |
---|---|
ParameterUse()
|
Method Summary | |
---|---|
java.util.List |
getAssociatedChecks()
Gets the associated checks. |
java.util.List |
getAssociatedRoles()
Gets the associated roles. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.Integer |
getId()
Gets the id. |
java.lang.Integer |
getIdLov()
Gets the id lov. |
java.lang.String |
getLabel()
Gets the label. |
java.lang.Integer |
getManualInput()
Gets the manual input. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getSelectionType()
Gets the selection type. |
java.lang.Integer |
getUseID()
Gets the use id. |
boolean |
isMaximizerEnabled()
|
boolean |
isMultivalue()
Checks if is multivalue. |
void |
setAssociatedChecks(java.util.List associatedChecks)
Sets the associated checks. |
void |
setAssociatedRoles(java.util.List listRoles)
Sets the associated roles. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setId(java.lang.Integer id)
Sets the id. |
void |
setIdLov(java.lang.Integer idLov)
Sets the id lov. |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setManualInput(java.lang.Integer manualInput)
Sets the manual input. |
void |
setMaximizerEnabled(boolean maximizerEnabled)
|
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. |
void |
setUseID(java.lang.Integer useID)
Sets the use id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterUse()
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.Integer getIdLov()
public void setIdLov(java.lang.Integer idLov)
idLov
- The idLov to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.util.List getAssociatedRoles()
public void setAssociatedRoles(java.util.List listRoles)
listRoles
- The associatedRoles to set.public java.lang.Integer getUseID()
public void setUseID(java.lang.Integer useID)
useID
- The UseID to set.public java.util.List getAssociatedChecks()
public void setAssociatedChecks(java.util.List associatedChecks)
associatedChecks
- The associatedChecks to set.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the new labelpublic java.lang.Integer getManualInput()
public void setManualInput(java.lang.Integer manualInput)
manualInput
- The manualInput to set.public java.lang.String getSelectionType()
public void setSelectionType(java.lang.String selectionType)
selectionType
- the new selection typepublic boolean isMultivalue()
public void setMultivalue(boolean multivalue)
multivalue
- the new multivaluepublic boolean isMaximizerEnabled()
public void setMaximizerEnabled(boolean maximizerEnabled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |