it.eng.spagobi.behaviouralmodel.analyticaldriver.bo
Class ParameterUse

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

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

Defines a ParameterUse object.

See Also:
Serialized Form

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 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 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

ParameterUse

public ParameterUse()
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.

getIdLov

public java.lang.Integer getIdLov()
Gets the id lov.

Returns:
Returns the idLov.

setIdLov

public void setIdLov(java.lang.Integer idLov)
Sets the id lov.

Parameters:
idLov - The idLov 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.

getAssociatedRoles

public java.util.List getAssociatedRoles()
Gets the associated roles.

Returns:
Returns the associatedRoles.

setAssociatedRoles

public void setAssociatedRoles(java.util.List listRoles)
Sets the associated roles.

Parameters:
listRoles - The associatedRoles to set.

getUseID

public java.lang.Integer getUseID()
Gets the use id.

Returns:
Returns the useID.

setUseID

public void setUseID(java.lang.Integer useID)
Sets the use id.

Parameters:
useID - The UseID to set.

getAssociatedChecks

public java.util.List getAssociatedChecks()
Gets the associated checks.

Returns:
Returns the associatedChecks.

setAssociatedChecks

public void setAssociatedChecks(java.util.List associatedChecks)
Sets the associated checks.

Parameters:
associatedChecks - The associatedChecks 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

getManualInput

public java.lang.Integer getManualInput()
Gets the manual input.

Returns:
Returns the manualInput.

setManualInput

public void setManualInput(java.lang.Integer manualInput)
Sets the manual input.

Parameters:
manualInput - The manualInput to set.

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

isMultivalue

public boolean isMultivalue()
Checks if is multivalue.

Returns:
true, if is multivalue

setMultivalue

public void setMultivalue(boolean multivalue)
Sets the multivalue.

Parameters:
multivalue - the new multivalue