it.eng.spagobi.behaviouralmodel.check.bo
Class Check

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

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

Defines a value constraint object.

Author:
sulis
See Also:
Serialized Form

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

Check

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

getFirstValue

public java.lang.String getFirstValue()
Gets the first value.

Returns:
Returns the firstValue.

setFirstValue

public void setFirstValue(java.lang.String firstValue)
Sets the first value.

Parameters:
firstValue - The firstValue to set.

getName

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

Returns:
Returns the name.

setName

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

Parameters:
name - The name to set.

getSecondValue

public java.lang.String getSecondValue()
Gets the second value.

Returns:
Returns the secondValue.

setSecondValue

public void setSecondValue(java.lang.String secondValue)
Sets the second value.

Parameters:
secondValue - The secondValue to set.

getValueTypeCd

public java.lang.String getValueTypeCd()
Gets the value type cd.

Returns:
Returns the valueTypeCd.

setValueTypeCd

public void setValueTypeCd(java.lang.String valueTypeCd)
Sets the value type cd.

Parameters:
valueTypeCd - The valueTypeCd to set.

getCheckId

public java.lang.Integer getCheckId()
Gets the check id.

Returns:
Returns the CheckId.

setCheckId

public void setCheckId(java.lang.Integer checkId)
Sets the check id.

Parameters:
checkId - The checkId to set.

getValueTypeId

public java.lang.Integer getValueTypeId()
Gets the value type id.

Returns:
Returns the ValueTypeId.

setValueTypeId

public void setValueTypeId(java.lang.Integer valueTypeId)
Sets the value type id.

Parameters:
valueTypeId - The valueTypeId to set.

getLabel

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

Returns:
the label

setLabel

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

Parameters:
label - the new label