|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.behaviouralmodel.check.metadata.SbiChecks
public class SbiChecks
SbiChecks generated by hbm2java
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 |
---|
public SbiChecks()
public SbiChecks(java.lang.Integer checkId)
checkId
- the check idMethod Detail |
---|
public java.lang.Integer getCheckId()
public void setCheckId(java.lang.Integer checkId)
checkId
- the new check idpublic SbiDomains getCheckType()
public void setCheckType(SbiDomains sbiDomains)
sbiDomains
- the new check typepublic java.lang.String getValueTypeCd()
public void setValueTypeCd(java.lang.String valueTypeCd)
valueTypeCd
- the new value type cdpublic java.lang.String getValue1()
public void setValue1(java.lang.String value1)
value1
- the new value1public java.lang.String getValue2()
public void setValue2(java.lang.String value2)
value2
- the new value2public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the new labelpublic java.lang.String getDescr()
public void setDescr(java.lang.String descr)
descr
- the new descrpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |