|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.analiticalmodel.document.bo.BIObject
public class BIObject
Defines a Business Intelligence object.
Constructor Summary | |
---|---|
BIObject()
|
Method Summary | |
---|---|
ObjTemplate |
getActiveTemplate()
Gets the active template. |
java.util.List |
getBiObjectParameters()
Gets the bi object parameters. |
java.lang.String |
getBiObjectTypeCode()
Gets the bi object type code. |
java.lang.Integer |
getBiObjectTypeID()
Gets the bi object type id. |
java.util.Date |
getCreationDate()
Gets the creation date. |
java.lang.String |
getCreationUser()
Gets the creation user. |
java.lang.Integer |
getDataSetId()
Gets the data set id. |
java.lang.Integer |
getDataSourceId()
Gets the data source id. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.Integer |
getEncrypt()
Gets the encrypt. |
Engine |
getEngine()
Gets the engine. |
java.lang.String |
getExtendedDescription()
Gets the extended description. |
java.util.List |
getFunctionalities()
Gets the functionalities. |
java.lang.Integer |
getId()
Gets the id. |
java.lang.String |
getKeywords()
Gets the keywords. |
java.lang.String |
getLabel()
Gets the label. |
java.lang.String |
getLanguage()
Gets the language. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getObjectve()
Gets the objectve. |
java.lang.String |
getPath()
Gets the path. |
java.lang.String |
getProfiledVisibility()
|
java.lang.Integer |
getRefreshSeconds()
Gets refresh Seconds. |
java.lang.String |
getRelName()
Gets the rel name. |
java.lang.String |
getStateCode()
Gets the state code. |
java.lang.Integer |
getStateID()
Gets the state id. |
java.util.List |
getTemplateList()
Gets the template list. |
java.lang.String |
getUuid()
Gets the uuid. |
java.lang.Integer |
getVisible()
Gets the visible. |
void |
setBiObjectParameters(java.util.List businessObjectParameters)
Sets the bi object parameters. |
void |
setBiObjectTypeCode(java.lang.String businessObjectTypeCD)
Sets the bi object type code. |
void |
setBiObjectTypeID(java.lang.Integer biObjectTypeID)
Sets the bi object type id. |
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date. |
void |
setCreationUser(java.lang.String creationUser)
Sets the creation user. |
void |
setDataSetId(java.lang.Integer dataSetId)
Sets the data set id. |
void |
setDataSourceId(java.lang.Integer dataSourceId)
Sets the data source id. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setEncrypt(java.lang.Integer encrypt)
Sets the encrypt. |
void |
setEngine(Engine engine)
Sets the engine. |
void |
setExtendedDescription(java.lang.String extendedDescription)
Sets the extended description. |
void |
setFunctionalities(java.util.List functionalities)
Sets the functionalities. |
void |
setId(java.lang.Integer businessObjectID)
Sets the id. |
void |
setKeywords(java.lang.String keywords)
Sets the keywords. |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setLanguage(java.lang.String language)
Sets the language. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setObjectve(java.lang.String objectve)
Sets the objectve. |
void |
setPath(java.lang.String path)
Sets the path. |
void |
setProfiledVisibility(java.lang.String profiledVisibility)
|
void |
setRefreshSeconds(java.lang.Integer refreshSeconds)
Sets refresh Seconds. |
void |
setRelName(java.lang.String relName)
Sets the rel name. |
void |
setStateCode(java.lang.String stateCD)
Sets the state code. |
void |
setStateID(java.lang.Integer stateID)
Sets the state id. |
void |
setUuid(java.lang.String uuid)
Sets the uuid. |
void |
setVisible(java.lang.Integer 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 BIObject()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer businessObjectID)
businessObjectID
- The id to set.public java.util.List getBiObjectParameters()
public void setBiObjectParameters(java.util.List businessObjectParameters)
businessObjectParameters
- The biObjectParameters to set.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.Integer getEncrypt()
public void setEncrypt(java.lang.Integer encrypt)
encrypt
- The encrypt to set.public java.lang.Integer getVisible()
public void setVisible(java.lang.Integer visible)
visible
- the new visiblepublic Engine getEngine()
public void setEngine(Engine engine)
engine
- The engine to set.public java.lang.Integer getDataSourceId()
public void setDataSourceId(java.lang.Integer dataSourceId)
dataSourceId
- the data source idpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- The label to set.public java.lang.String getRelName()
public void setRelName(java.lang.String relName)
relName
- The relName to set.public java.lang.String getBiObjectTypeCode()
public void setBiObjectTypeCode(java.lang.String businessObjectTypeCD)
businessObjectTypeCD
- The biObjectTypeCode to set.public java.lang.Integer getBiObjectTypeID()
public void setBiObjectTypeID(java.lang.Integer biObjectTypeID)
biObjectTypeID
- The biObjectTypeID to set.public java.lang.String getStateCode()
public void setStateCode(java.lang.String stateCD)
stateCD
- The stateCode to set.public java.lang.Integer getStateID()
public void setStateID(java.lang.Integer stateID)
stateID
- The stateID to set.public java.lang.String getPath()
public void setPath(java.lang.String path)
path
- The path to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid
- the new uuidpublic java.util.List getFunctionalities()
public void setFunctionalities(java.util.List functionalities)
functionalities
- the new functionalitiespublic ObjTemplate getActiveTemplate()
public java.util.List getTemplateList()
public java.lang.String getExtendedDescription()
public void setExtendedDescription(java.lang.String extendedDescription)
extendedDescription
- the new extended descriptionpublic java.lang.String getObjectve()
public void setObjectve(java.lang.String objectve)
objectve
- the new objectvepublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- the new languagepublic java.lang.String getKeywords()
public void setKeywords(java.lang.String keywords)
keywords
- the new keywordspublic 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.Integer getDataSetId()
public void setDataSetId(java.lang.Integer dataSetId)
dataSetId
- the new data set idpublic java.lang.Integer getRefreshSeconds()
public void setRefreshSeconds(java.lang.Integer refreshSeconds)
refreshSeconds
- public 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 |