|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.metadata.SbiHibernateModel
it.eng.spagobi.behaviouralmodel.analyticaldriver.metadata.SbiParameters
public class SbiParameters
SbiParameters generated by hbm2java
Constructor Summary | |
---|---|
SbiParameters()
default constructor. |
|
SbiParameters(java.lang.Integer parId)
constructor with id. |
Method Summary | |
---|---|
java.lang.String |
getDescr()
Gets the descr. |
java.lang.Short |
getFunctionalFlag()
Gets the functional flag. |
java.lang.String |
getLabel()
Gets the label. |
java.lang.Short |
getLength()
Gets the length. |
java.lang.String |
getMask()
Gets the mask. |
java.lang.String |
getName()
Gets the name. |
SbiDomains |
getParameterType()
Gets the parameter type. |
java.lang.String |
getParameterTypeCode()
Gets the parameter type code. |
java.lang.Integer |
getParId()
Gets the par id. |
java.util.Set |
getSbiObjPars()
Gets the sbi obj pars. |
java.util.Set |
getSbiParuses()
Gets the sbi paruses. |
java.lang.Short |
getTemporalFlag()
|
void |
setDescr(java.lang.String descr)
Sets the descr. |
void |
setFunctionalFlag(java.lang.Short functionalFlag)
Sets the functional flag. |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setLength(java.lang.Short length)
Sets the length. |
void |
setMask(java.lang.String mask)
Sets the mask. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setParameterType(SbiDomains sbiDomains)
Sets the parameter type. |
void |
setParameterTypeCode(java.lang.String parTypeCd)
Sets the parameter type code. |
void |
setParId(java.lang.Integer parId)
Sets the par id. |
void |
setSbiObjPars(java.util.Set sbiObjPars)
Sets the sbi obj pars. |
void |
setSbiParuses(java.util.Set sbiParuses)
Sets the sbi paruses. |
void |
setTemporalFlag(java.lang.Short temporalFlag)
|
Methods inherited from class it.eng.spagobi.commons.metadata.SbiHibernateModel |
---|
getCommonInfo, setCommonInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiParameters()
public SbiParameters(java.lang.Integer parId)
parId
- the par idMethod Detail |
---|
public java.lang.Integer getParId()
public void setParId(java.lang.Integer parId)
parId
- the new par idpublic SbiDomains getParameterType()
public void setParameterType(SbiDomains sbiDomains)
sbiDomains
- the new parameter typepublic java.lang.Short getLength()
public void setLength(java.lang.Short length)
length
- the new lengthpublic java.lang.String getParameterTypeCode()
public void setParameterTypeCode(java.lang.String parTypeCd)
parTypeCd
- the new parameter type codepublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the new labelpublic java.lang.String getMask()
public void setMask(java.lang.String mask)
mask
- the new maskpublic java.lang.String getDescr()
public void setDescr(java.lang.String descr)
descr
- the new descrpublic java.util.Set getSbiParuses()
public void setSbiParuses(java.util.Set sbiParuses)
sbiParuses
- the new sbi parusespublic java.util.Set getSbiObjPars()
public void setSbiObjPars(java.util.Set sbiObjPars)
sbiObjPars
- the new sbi obj parspublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.Short getFunctionalFlag()
public void setFunctionalFlag(java.lang.Short functionalFlag)
functionalFlag
- the new functional flagpublic java.lang.Short getTemporalFlag()
public void setTemporalFlag(java.lang.Short temporalFlag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |