it.eng.spagobi.engines.dossier.bo
Class ConfiguredBIDocument

java.lang.Object
  extended by it.eng.spagobi.engines.dossier.bo.ConfiguredBIDocument

public class ConfiguredBIDocument
extends java.lang.Object

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

ConfiguredBIDocument

public ConfiguredBIDocument()
Method Detail

getDescription

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

Returns:
the description

setDescription

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

Parameters:
description - the new description

getLabel

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

Returns:
the label

setLabel

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

Parameters:
label - the new label

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

getRoles

public java.util.List getRoles()
Gets the roles.

Returns:
the roles

setRoles

public void setRoles(java.util.List roles)
Sets the roles.

Parameters:
roles - the new roles

getParameters

public java.util.Map getParameters()
Gets the parameters.

Returns:
the parameters

setParameters

public void setParameters(java.util.Map parameters)
Sets the parameters.

Parameters:
parameters - the new parameters

getLogicalName

public java.lang.String getLogicalName()
Gets the logical name.

Returns:
the logical name

setLogicalName

public void setLogicalName(java.lang.String logicalName)
Sets the logical name.

Parameters:
logicalName - the new logical name

toXml

public java.lang.String toXml()
To xml.

Returns:
the string

fromXml

public static ConfiguredBIDocument fromXml(it.eng.spago.base.SourceBean input)
From xml.

Parameters:
input - the input
Returns:
the configured bi document