|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.behaviouralmodel.check.bo.Check
public class Check
Defines a value constraint object.
Constructor Summary | |
---|---|
Check()
|
Method Summary | |
---|---|
java.lang.Integer |
getCheckId()
Gets the check id. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getFirstValue()
Gets the first value. |
java.lang.String |
getLabel()
Gets the label. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getSecondValue()
Gets the second value. |
java.lang.String |
getValueTypeCd()
Gets the value type cd. |
java.lang.Integer |
getValueTypeId()
Gets the value type id. |
void |
setCheckId(java.lang.Integer checkId)
Sets the check id. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setFirstValue(java.lang.String firstValue)
Sets the first value. |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setSecondValue(java.lang.String secondValue)
Sets the second value. |
void |
setValueTypeCd(java.lang.String valueTypeCd)
Sets the value type cd. |
void |
setValueTypeId(java.lang.Integer valueTypeId)
Sets the value type id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Check()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.String getFirstValue()
public void setFirstValue(java.lang.String firstValue)
firstValue
- The firstValue to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.lang.String getSecondValue()
public void setSecondValue(java.lang.String secondValue)
secondValue
- The secondValue to set.public java.lang.String getValueTypeCd()
public void setValueTypeCd(java.lang.String valueTypeCd)
valueTypeCd
- The valueTypeCd to set.public java.lang.Integer getCheckId()
public void setCheckId(java.lang.Integer checkId)
checkId
- The checkId to set.public java.lang.Integer getValueTypeId()
public void setValueTypeId(java.lang.Integer valueTypeId)
valueTypeId
- The valueTypeId to set.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the new label
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |