it.eng.spagobi.behaviouralmodel.check.metadata
Class SbiChecks

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

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

SbiChecks generated by hbm2java

See Also:
Serialized Form

Constructor Summary
SbiChecks()
          default constructor.
SbiChecks(java.lang.Integer checkId)
          constructor with id.
 
Method Summary
 java.lang.Integer getCheckId()
          Gets the check id.
 SbiDomains getCheckType()
          Gets the check type.
 java.lang.String getDescr()
          Gets the descr.
 java.lang.String getLabel()
          Gets the label.
 java.lang.String getName()
          Gets the name.
 java.lang.String getValue1()
          Gets the value1.
 java.lang.String getValue2()
          Gets the value2.
 java.lang.String getValueTypeCd()
          Gets the value type cd.
 void setCheckId(java.lang.Integer checkId)
          Sets the check id.
 void setCheckType(SbiDomains sbiDomains)
          Sets the check type.
 void setDescr(java.lang.String descr)
          Sets the descr.
 void setLabel(java.lang.String label)
          Sets the label.
 void setName(java.lang.String name)
          Sets the name.
 void setValue1(java.lang.String value1)
          Sets the value1.
 void setValue2(java.lang.String value2)
          Sets the value2.
 void setValueTypeCd(java.lang.String valueTypeCd)
          Sets the value type cd.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiChecks

public SbiChecks()
default constructor.


SbiChecks

public SbiChecks(java.lang.Integer checkId)
constructor with id.

Parameters:
checkId - the check id
Method Detail

getCheckId

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

Returns:
the check id

setCheckId

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

Parameters:
checkId - the new check id

getCheckType

public SbiDomains getCheckType()
Gets the check type.

Returns:
the check type

setCheckType

public void setCheckType(SbiDomains sbiDomains)
Sets the check type.

Parameters:
sbiDomains - the new check type

getValueTypeCd

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

Returns:
the value type cd

setValueTypeCd

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

Parameters:
valueTypeCd - the new value type cd

getValue1

public java.lang.String getValue1()
Gets the value1.

Returns:
the value1

setValue1

public void setValue1(java.lang.String value1)
Sets the value1.

Parameters:
value1 - the new value1

getValue2

public java.lang.String getValue2()
Gets the value2.

Returns:
the value2

setValue2

public void setValue2(java.lang.String value2)
Sets the value2.

Parameters:
value2 - the new value2

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

getDescr

public java.lang.String getDescr()
Gets the descr.

Returns:
the descr

setDescr

public void setDescr(java.lang.String descr)
Sets the descr.

Parameters:
descr - the new descr

getName

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

Returns:
the name

setName

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

Parameters:
name - the new name