|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.dossier.bo.ConfiguredBIDocument
public class ConfiguredBIDocument
Store the information about single document configuration
Constructor Summary | |
---|---|
ConfiguredBIDocument()
|
Method Summary | |
---|---|
static ConfiguredBIDocument |
fromXml(it.eng.spago.base.SourceBean input)
From xml. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getLabel()
Gets the label. |
java.lang.String |
getLogicalName()
Gets the logical name. |
java.lang.String |
getName()
Gets the name. |
java.util.Map |
getParameters()
Gets the parameters. |
java.util.List |
getRoles()
Gets the roles. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setLabel(java.lang.String label)
Sets the label. |
void |
setLogicalName(java.lang.String logicalName)
Sets the logical name. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setParameters(java.util.Map parameters)
Sets the parameters. |
void |
setRoles(java.util.List roles)
Sets the roles. |
java.lang.String |
toXml()
To xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfiguredBIDocument()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new descriptionpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the new labelpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.util.List getRoles()
public void setRoles(java.util.List roles)
roles
- the new rolespublic java.util.Map getParameters()
public void setParameters(java.util.Map parameters)
parameters
- the new parameterspublic java.lang.String getLogicalName()
public void setLogicalName(java.lang.String logicalName)
logicalName
- the new logical namepublic java.lang.String toXml()
public static ConfiguredBIDocument fromXml(it.eng.spago.base.SourceBean input)
input
- the input
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |