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

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

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

Defines a Parameter object.

Author:
sulis
See Also:
Serialized Form

Constructor Summary
Parameter()
           
 
Method Summary
 java.util.List getChecks()
          Gets the checks.
 java.lang.String getDefaultFormula()
           
 java.lang.String getDescription()
          Gets the description.
 java.lang.Integer getId()
          Gets the id.
 java.lang.String getLabel()
          Gets the label.
 java.lang.Integer getLength()
          Gets the length.
 java.lang.String getMask()
          Gets the mask.
 java.lang.String getModality()
          Gets the modality.
 ModalitiesValue getModalityValue()
          Gets the modality value.
 ModalitiesValue getModalityValueForDefault()
           
 java.lang.String getName()
          Gets the name.
 java.lang.String getType()
          Gets the type.
 java.lang.Integer getTypeId()
          Gets the type id.
 boolean isFunctional()
          Checks if is functional.
 boolean isTemporal()
          Checks if the parameter is temporal.
 void setChecks(java.util.List checks)
          Sets the checks.
 void setDefaultFormula(java.lang.String defaultFormula)
           
 void setDescription(java.lang.String description)
          Sets the description.
 void setId(java.lang.Integer id)
          Sets the id.
 void setIsFunctional(boolean isFunctional)
          Sets the checks if is functional.
 void setIsTemporal(boolean isTemporal)
          Sets the checks if the parameter is temporal.
 void setLabel(java.lang.String label)
          Sets the label.
 void setLength(java.lang.Integer length)
          Sets the length.
 void setMask(java.lang.String mask)
          Sets the mask.
 void setModality(java.lang.String modality)
          Sets the modality.
 void setModalityValue(ModalitiesValue modalityValue)
          Sets the modality value.
 void setModalityValueForDefault(ModalitiesValue modalityValueForDefault)
           
 void setName(java.lang.String name)
          Sets the name.
 void setType(java.lang.String type)
          Sets the type.
 void setTypeId(java.lang.Integer typeId)
          Sets the type id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

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

getLabel

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

Returns:
Returns the label.

setLabel

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

Parameters:
label - The label to set.

getLength

public java.lang.Integer getLength()
Gets the length.

Returns:
Returns the length.

setLength

public void setLength(java.lang.Integer length)
Sets the length.

Parameters:
length - The length to set.

getMask

public java.lang.String getMask()
Gets the mask.

Returns:
Returns the mask.

setMask

public void setMask(java.lang.String mask)
Sets the mask.

Parameters:
mask - The mask to set.

getType

public java.lang.String getType()
Gets the type.

Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Sets the type.

Parameters:
type - The type to set.

getTypeId

public java.lang.Integer getTypeId()
Gets the type id.

Returns:
Returns the typeId.

setTypeId

public void setTypeId(java.lang.Integer typeId)
Sets the type id.

Parameters:
typeId - The typeId to set.

getModalityValue

public ModalitiesValue getModalityValue()
Gets the modality value.

Returns:
Returns the modalityValue.

setModalityValue

public void setModalityValue(ModalitiesValue modalityValue)
Sets the modality value.

Parameters:
modalityValue - The modalityValue to set.

getModality

public java.lang.String getModality()
Gets the modality.

Returns:
Returns the modality.

setModality

public void setModality(java.lang.String modality)
Sets the modality.

Parameters:
modality - The modality to set.

getChecks

public java.util.List getChecks()
Gets the checks.

Returns:
Returns the checks.

setChecks

public void setChecks(java.util.List checks)
Sets the checks.

Parameters:
checks - The checks to set.

getName

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

Returns:
the name

setName

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

Parameters:
name - the new name

isFunctional

public boolean isFunctional()
Checks if is functional.

Returns:
true, if is functional

setIsFunctional

public void setIsFunctional(boolean isFunctional)
Sets the checks if is functional.

Parameters:
isFunctional - the new checks if is functional

isTemporal

public boolean isTemporal()
Checks if the parameter is temporal.

Returns:
true if the parameter is temporal

setIsTemporal

public void setIsTemporal(boolean isTemporal)
Sets the checks if the parameter is temporal.

Parameters:
isTemporal - the new checks if is temporal

getModalityValueForDefault

public ModalitiesValue getModalityValueForDefault()

setModalityValueForDefault

public void setModalityValueForDefault(ModalitiesValue modalityValueForDefault)

getDefaultFormula

public java.lang.String getDefaultFormula()

setDefaultFormula

public void setDefaultFormula(java.lang.String defaultFormula)