it.eng.spagobi.bo
Class Parameter

java.lang.Object
  extended by it.eng.spagobi.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()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getLabel()
           
 java.lang.Integer getLength()
           
 java.lang.String getMask()
           
 java.lang.String getModality()
           
 ModalitiesValue getModalityValue()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.Integer getTypeId()
           
 boolean isFunctional()
           
 void setChecks(java.util.List checks)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Integer id)
           
 void setIsFunctional(boolean isFunctional)
           
 void setLabel(java.lang.String label)
           
 void setLength(java.lang.Integer length)
           
 void setMask(java.lang.String mask)
           
 void setModality(java.lang.String modality)
           
 void setModalityValue(ModalitiesValue modalityValue)
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 void setTypeId(java.lang.Integer typeId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter()
Method Detail

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getId

public java.lang.Integer getId()
Returns:
Returns the id.

setId

public void setId(java.lang.Integer id)
Parameters:
id - The id to set.

getLabel

public java.lang.String getLabel()
Returns:
Returns the label.

setLabel

public void setLabel(java.lang.String label)
Parameters:
label - The label to set.

getLength

public java.lang.Integer getLength()
Returns:
Returns the length.

setLength

public void setLength(java.lang.Integer length)
Parameters:
length - The length to set.

getMask

public java.lang.String getMask()
Returns:
Returns the mask.

setMask

public void setMask(java.lang.String mask)
Parameters:
mask - The mask to set.

getType

public java.lang.String getType()
Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Parameters:
type - The type to set.

getTypeId

public java.lang.Integer getTypeId()
Returns:
Returns the typeId.

setTypeId

public void setTypeId(java.lang.Integer typeId)
Parameters:
typeId - The typeId to set.

getModalityValue

public ModalitiesValue getModalityValue()
Returns:
Returns the modalityValue.

setModalityValue

public void setModalityValue(ModalitiesValue modalityValue)
Parameters:
modalityValue - The modalityValue to set.

getModality

public java.lang.String getModality()
Returns:
Returns the modality.

setModality

public void setModality(java.lang.String modality)
Parameters:
modality - The modality to set.

getChecks

public java.util.List getChecks()
Returns:
Returns the checks.

setChecks

public void setChecks(java.util.List checks)
Parameters:
checks - The checks to set.

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

isFunctional

public boolean isFunctional()

setIsFunctional

public void setIsFunctional(boolean isFunctional)