it.eng.spagobi.analiticalmodel.document.bo
Class BIObject

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.document.bo.BIObject
All Implemented Interfaces:
java.io.Serializable

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

Defines a Business Intelligence object.

See Also:
Serialized Form

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

BIObject

public BIObject()
Method Detail

getId

public java.lang.Integer getId()
Gets the id.

Returns:
Returns the id.

setId

public void setId(java.lang.Integer businessObjectID)
Sets the id.

Parameters:
businessObjectID - The id to set.

getBiObjectParameters

public java.util.List getBiObjectParameters()
Gets the bi object parameters.

Returns:
Returns the biObjectParameters.

setBiObjectParameters

public void setBiObjectParameters(java.util.List businessObjectParameters)
Sets the bi object parameters.

Parameters:
businessObjectParameters - The biObjectParameters to set.

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - The description to set.

getEncrypt

public java.lang.Integer getEncrypt()
Gets the encrypt.

Returns:
Returns the encrypt.

setEncrypt

public void setEncrypt(java.lang.Integer encrypt)
Sets the encrypt.

Parameters:
encrypt - The encrypt to set.

getVisible

public java.lang.Integer getVisible()
Gets the visible.

Returns:
the visible

setVisible

public void setVisible(java.lang.Integer visible)
Sets the visible.

Parameters:
visible - the new visible

getEngine

public Engine getEngine()
Gets the engine.

Returns:
Returns the engine.

setEngine

public void setEngine(Engine engine)
Sets the engine.

Parameters:
engine - The engine to set.

getDataSourceId

public java.lang.Integer getDataSourceId()
Gets the data source id.

Returns:
Returns the datasource.

setDataSourceId

public void setDataSourceId(java.lang.Integer dataSourceId)
Sets the data source id.

Parameters:
dataSourceId - the data source id

getLabel

public java.lang.String getLabel()
Gets the label.

Returns:
Returns the label.

setLabel

public void setLabel(java.lang.String label)
Sets the label.

Parameters:
label - The label to set.

getRelName

public java.lang.String getRelName()
Gets the rel name.

Returns:
Returns the relName.

setRelName

public void setRelName(java.lang.String relName)
Sets the rel name.

Parameters:
relName - The relName to set.

getBiObjectTypeCode

public java.lang.String getBiObjectTypeCode()
Gets the bi object type code.

Returns:
Returns the biObjectTypeCode.

setBiObjectTypeCode

public void setBiObjectTypeCode(java.lang.String businessObjectTypeCD)
Sets the bi object type code.

Parameters:
businessObjectTypeCD - The biObjectTypeCode to set.

getBiObjectTypeID

public java.lang.Integer getBiObjectTypeID()
Gets the bi object type id.

Returns:
Returns the biObjectTypeID.

setBiObjectTypeID

public void setBiObjectTypeID(java.lang.Integer biObjectTypeID)
Sets the bi object type id.

Parameters:
biObjectTypeID - The biObjectTypeID to set.

getStateCode

public java.lang.String getStateCode()
Gets the state code.

Returns:
Returns the stateCode.

setStateCode

public void setStateCode(java.lang.String stateCD)
Sets the state code.

Parameters:
stateCD - The stateCode to set.

getStateID

public java.lang.Integer getStateID()
Gets the state id.

Returns:
Returns the stateID.

setStateID

public void setStateID(java.lang.Integer stateID)
Sets the state id.

Parameters:
stateID - The stateID to set.

getPath

public java.lang.String getPath()
Gets the path.

Returns:
Returns the path.

setPath

public void setPath(java.lang.String path)
Sets the path.

Parameters:
path - The path to set.

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

getUuid

public java.lang.String getUuid()
Gets the uuid.

Returns:
the uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid.

Parameters:
uuid - the new uuid

getFunctionalities

public java.util.List getFunctionalities()
Gets the functionalities.

Returns:
the functionalities

setFunctionalities

public void setFunctionalities(java.util.List functionalities)
Sets the functionalities.

Parameters:
functionalities - the new functionalities

getActiveTemplate

public ObjTemplate getActiveTemplate()
Gets the active template.

Returns:
the active template

getTemplateList

public java.util.List getTemplateList()
Gets the template list.

Returns:
the template list

getExtendedDescription

public java.lang.String getExtendedDescription()
Gets the extended description.

Returns:
the extended description

setExtendedDescription

public void setExtendedDescription(java.lang.String extendedDescription)
Sets the extended description.

Parameters:
extendedDescription - the new extended description

getObjectve

public java.lang.String getObjectve()
Gets the objectve.

Returns:
the objectve

setObjectve

public void setObjectve(java.lang.String objectve)
Sets the objectve.

Parameters:
objectve - the new objectve

getLanguage

public java.lang.String getLanguage()
Gets the language.

Returns:
the language

setLanguage

public void setLanguage(java.lang.String language)
Sets the language.

Parameters:
language - the new language

getKeywords

public java.lang.String getKeywords()
Gets the keywords.

Returns:
the keywords

setKeywords

public void setKeywords(java.lang.String keywords)
Sets the keywords.

Parameters:
keywords - the new keywords

getCreationDate

public java.util.Date getCreationDate()
Gets the creation date.

Returns:
the creation date

setCreationDate

public void setCreationDate(java.util.Date creationDate)
Sets the creation date.

Parameters:
creationDate - the new creation date

getCreationUser

public java.lang.String getCreationUser()
Gets the creation user.

Returns:
the creation user

setCreationUser

public void setCreationUser(java.lang.String creationUser)
Sets the creation user.

Parameters:
creationUser - the new creation user

getDataSetId

public java.lang.Integer getDataSetId()
Gets the data set id.

Returns:
the data set id

setDataSetId

public void setDataSetId(java.lang.Integer dataSetId)
Sets the data set id.

Parameters:
dataSetId - the new data set id

getRefreshSeconds

public java.lang.Integer getRefreshSeconds()
Gets refresh Seconds.

Returns:
refresh Seconds

setRefreshSeconds

public void setRefreshSeconds(java.lang.Integer refreshSeconds)
Sets refresh Seconds.

Parameters:
refreshSeconds -

getProfiledVisibility

public java.lang.String getProfiledVisibility()

setProfiledVisibility

public void setProfiledVisibility(java.lang.String profiledVisibility)