it.eng.spagobi.analiticalmodel.document.x
Class GetParametersForExecutionAction.ParameterForExecution

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.document.x.GetParametersForExecutionAction.ParameterForExecution
Enclosing class:
GetParametersForExecutionAction

public class GetParametersForExecutionAction.ParameterForExecution
extends java.lang.Object


Constructor Summary
GetParametersForExecutionAction.ParameterForExecution(BIObjectParameter biparam)
           
 
Method Summary
 java.util.List getDependencies()
           
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 Parameter getPar()
           
 java.lang.String getParType()
           
 java.lang.String getSelectionType()
           
 java.lang.String getTypeCode()
           
 java.lang.String getValue()
           
 int getValuesCount()
           
 boolean isMandatory()
           
 void setDependencies(java.util.List dependencies)
           
 void setId(java.lang.String id)
           
 void setLabel(java.lang.String label)
           
 void setMandatory(boolean mandatory)
           
 void setPar(Parameter par)
           
 void setParType(java.lang.String parType)
           
 void setSelectionType(java.lang.String selectionType)
           
 void setTypeCode(java.lang.String typeCode)
           
 void setValue(java.lang.String value)
           
 void setValuesCount(int valuesCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetParametersForExecutionAction.ParameterForExecution

public GetParametersForExecutionAction.ParameterForExecution(BIObjectParameter biparam)
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getTypeCode

public java.lang.String getTypeCode()

setTypeCode

public void setTypeCode(java.lang.String typeCode)

getPar

public Parameter getPar()

setPar

public void setPar(Parameter par)

getParType

public java.lang.String getParType()

setParType

public void setParType(java.lang.String parType)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

isMandatory

public boolean isMandatory()

setMandatory

public void setMandatory(boolean mandatory)

getSelectionType

public java.lang.String getSelectionType()

setSelectionType

public void setSelectionType(java.lang.String selectionType)

getValuesCount

public int getValuesCount()

setValuesCount

public void setValuesCount(int valuesCount)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getDependencies

public java.util.List getDependencies()

setDependencies

public void setDependencies(java.util.List dependencies)