it.eng.spagobi.bo
Class Parameter
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameter
public Parameter()
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)