|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.behaviouralmodel.analyticaldriver.bo.Parameter
public class Parameter
Defines a Parameter
object.
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 |
---|
public Parameter()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- The id to set.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- The label to set.public java.lang.Integer getLength()
public void setLength(java.lang.Integer length)
length
- The length to set.public java.lang.String getMask()
public void setMask(java.lang.String mask)
mask
- The mask to set.public java.lang.String getType()
public void setType(java.lang.String type)
type
- The type to set.public java.lang.Integer getTypeId()
public void setTypeId(java.lang.Integer typeId)
typeId
- The typeId to set.public ModalitiesValue getModalityValue()
public void setModalityValue(ModalitiesValue modalityValue)
modalityValue
- The modalityValue to set.public java.lang.String getModality()
public void setModality(java.lang.String modality)
modality
- The modality to set.public java.util.List getChecks()
public void setChecks(java.util.List checks)
checks
- The checks to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic boolean isFunctional()
public void setIsFunctional(boolean isFunctional)
isFunctional
- the new checks if is functionalpublic boolean isTemporal()
public void setIsTemporal(boolean isTemporal)
isTemporal
- the new checks if is temporalpublic ModalitiesValue getModalityValueForDefault()
public void setModalityValueForDefault(ModalitiesValue modalityValueForDefault)
public java.lang.String getDefaultFormula()
public void setDefaultFormula(java.lang.String defaultFormula)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |