|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.metadata.SbiObjects
public class SbiObjects
SbiObjects generated by hbm2java
Constructor Summary | |
---|---|
SbiObjects()
default constructor. |
|
SbiObjects(java.lang.Integer biobjId)
constructor with id. |
Method Summary | |
---|---|
java.lang.Integer |
getBiobjId()
Gets the biobj id. |
java.util.Date |
getCreationDate()
Gets the creation date. |
java.lang.String |
getCreationUser()
Gets the creation user. |
SbiDataSetConfig |
getDataSet()
Gets the data set. |
SbiDataSource |
getDataSource()
Gets the data source. |
java.lang.String |
getDescr()
Gets the descr. |
java.lang.Short |
getEncrypt()
Gets the encrypt. |
SbiDomains |
getExecMode()
Gets the exec mode. |
java.lang.String |
getExecModeCode()
Gets the exec mode code. |
java.lang.String |
getLabel()
Gets the label. |
java.lang.String |
getName()
Gets the name. |
SbiDomains |
getObjectType()
Gets the object type. |
java.lang.String |
getObjectTypeCode()
Gets the object type code. |
java.lang.String |
getPath()
Gets the path. |
java.lang.String |
getProfiledVisibility()
|
java.lang.Integer |
getRefreshSeconds()
Gets the refresh Seconds. |
java.lang.String |
getRelName()
Gets the rel name. |
SbiEngines |
getSbiEngines()
Gets the sbi engines. |
java.util.Set |
getSbiObjFuncs()
Gets the sbi obj funcs. |
java.util.Set |
getSbiObjPars()
Gets the sbi obj pars. |
java.util.Set |
getSbiObjStates()
Gets the sbi obj states. |
java.lang.Short |
getSchedFl()
Gets the sched fl. |
SbiDomains |
getState()
Gets the state. |
java.lang.String |
getStateCode()
Gets the state code. |
SbiDomains |
getStateConsideration()
Gets the state consideration. |
java.lang.String |
getStateConsiderationCode()
Gets the state consideration code. |
java.lang.String |
getUuid()
Gets the uuid. |
java.lang.Short |
getVisible()
Gets the visible. |
void |
setBiobjId(java.lang.Integer biobjId)
Sets the biobj id. |
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date. |
void |
setCreationUser(java.lang.String creationUser)
Sets the creation user. |
void |
setDataSet(SbiDataSetConfig dataSet)
Sets the data set. |
void |
setDataSource(SbiDataSource sbiDataSource)
Sets the data source. |
void |
setDescr(java.lang.String descr)
Sets the descr. |
void |
setEncrypt(java.lang.Short encrypt)
Sets the encrypt. |
void |
setExecMode(SbiDomains sbiDomains_2)
Sets the exec mode. |
void |
setExecModeCode(java.lang.String execModeCd)
Sets the exec mode code. |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setObjectType(SbiDomains sbiDomains_3)
Sets the object type. |
void |
setObjectTypeCode(java.lang.String biobjTypeCd)
Sets the object type code. |
void |
setPath(java.lang.String path)
Sets the path. |
void |
setProfiledVisibility(java.lang.String profiledVisibility)
|
void |
setRefreshSeconds(java.lang.Integer refreshSeconds)
Sets the refresh Seconds. |
void |
setRelName(java.lang.String relName)
Sets the rel name. |
void |
setSbiEngines(SbiEngines sbiEngines)
Sets the sbi engines. |
void |
setSbiObjFuncs(java.util.Set sbiObjFuncs)
Sets the sbi obj funcs. |
void |
setSbiObjPars(java.util.Set sbiObjPars)
Sets the sbi obj pars. |
void |
setSbiObjStates(java.util.Set sbiObjStates)
Sets the sbi obj states. |
void |
setSchedFl(java.lang.Short schedFl)
Sets the sched fl. |
void |
setState(SbiDomains sbiDomains_1)
Sets the state. |
void |
setStateCode(java.lang.String stateCd)
Sets the state code. |
void |
setStateConsideration(SbiDomains sbiDomains)
Sets the state consideration. |
void |
setStateConsiderationCode(java.lang.String stateConsCd)
Sets the state consideration code. |
void |
setUuid(java.lang.String uuid)
Sets the uuid. |
void |
setVisible(java.lang.Short visible)
Sets the visible. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiObjects()
public SbiObjects(java.lang.Integer biobjId)
biobjId
- the biobj idMethod Detail |
---|
public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate
- the new creation datepublic java.lang.String getCreationUser()
public void setCreationUser(java.lang.String creationUser)
creationUser
- the new creation userpublic java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid
- the new uuidpublic java.lang.Integer getBiobjId()
public void setBiobjId(java.lang.Integer biobjId)
biobjId
- the new biobj idpublic SbiEngines getSbiEngines()
public void setSbiEngines(SbiEngines sbiEngines)
sbiEngines
- the new sbi enginespublic SbiDomains getStateConsideration()
public void setStateConsideration(SbiDomains sbiDomains)
sbiDomains
- the new state considerationpublic SbiDomains getState()
public void setState(SbiDomains sbiDomains_1)
sbiDomains_1
- the new statepublic SbiDomains getExecMode()
public void setExecMode(SbiDomains sbiDomains_2)
sbiDomains_2
- the new exec modepublic SbiDomains getObjectType()
public void setObjectType(SbiDomains sbiDomains_3)
sbiDomains_3
- the new object typepublic java.lang.String getObjectTypeCode()
public void setObjectTypeCode(java.lang.String biobjTypeCd)
biobjTypeCd
- the new object type codepublic java.lang.Short getEncrypt()
public void setEncrypt(java.lang.Short encrypt)
encrypt
- the new encryptpublic java.lang.Short getVisible()
public void setVisible(java.lang.Short visible)
visible
- the new visiblepublic java.lang.String getStateCode()
public void setStateCode(java.lang.String stateCd)
stateCd
- the new state codepublic java.lang.Short getSchedFl()
public void setSchedFl(java.lang.Short schedFl)
schedFl
- the new sched flpublic java.lang.String getExecModeCode()
public void setExecModeCode(java.lang.String execModeCd)
execModeCd
- the new exec mode codepublic java.lang.String getStateConsiderationCode()
public void setStateConsiderationCode(java.lang.String stateConsCd)
stateConsCd
- the new state consideration codepublic 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 getPath()
public void setPath(java.lang.String path)
path
- the new pathpublic java.lang.String getRelName()
public void setRelName(java.lang.String relName)
relName
- the new rel namepublic java.util.Set getSbiObjPars()
public void setSbiObjPars(java.util.Set sbiObjPars)
sbiObjPars
- the new sbi obj parspublic java.util.Set getSbiObjFuncs()
public void setSbiObjFuncs(java.util.Set sbiObjFuncs)
sbiObjFuncs
- the new sbi obj funcspublic java.util.Set getSbiObjStates()
public void setSbiObjStates(java.util.Set sbiObjStates)
sbiObjStates
- the new sbi obj statespublic SbiDataSource getDataSource()
public void setDataSource(SbiDataSource sbiDataSource)
sbiDataSource
- the new data sourcepublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic SbiDataSetConfig getDataSet()
public void setDataSet(SbiDataSetConfig dataSet)
dataSet
- the new data setpublic java.lang.Integer getRefreshSeconds()
public void setRefreshSeconds(java.lang.Integer refreshSeconds)
Integer
- the refreshSecondspublic java.lang.String getProfiledVisibility()
public void setProfiledVisibility(java.lang.String profiledVisibility)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |