it.eng.spagobi.engines.documentcomposition.configuration
Class DocumentCompositionConfiguration.Document

java.lang.Object
  extended by it.eng.spagobi.engines.documentcomposition.configuration.DocumentCompositionConfiguration.Document
Enclosing class:
DocumentCompositionConfiguration

public static class DocumentCompositionConfiguration.Document
extends java.lang.Object


Constructor Summary
DocumentCompositionConfiguration.Document()
           
 
Method Summary
 java.lang.String getDefaultValue()
          Gets the default value.
 java.lang.String getNamePar()
          Gets the name par.
 int getNumOrder()
          Gets the num order.
 java.util.Properties getParams()
          Gets the params.
 java.lang.String getSbiObjLabel()
          Gets the sbi obj label.
 java.lang.String getSbiParName()
          Gets the sbi par name.
 java.lang.String getStyle()
          Gets the style.
 java.lang.String getTitle()
           
 java.lang.String getType()
          Gets the type.
 java.lang.Integer[] getVideoHeight()
          Gets the video height.
 java.lang.Integer[] getVideoWidth()
          Gets the video width.
 void setDefaultValue(java.lang.String defaultValue)
          Sets the default value.
 void setNamePar(java.lang.String namePar)
          Sets the name par.
 void setNumOrder(int numOrder)
          Sets the num order.
 void setParams(java.util.Properties params)
          Sets the params.
 void setSbiObjLabel(java.lang.String sbiObjLabel)
          Sets the sbi obj label.
 void setSbiParName(java.lang.String sbiParName)
          Sets the sbi par name.
 void setStyle(java.lang.String style)
          Sets the style.
 void setTitle(java.lang.String title)
           
 void setType(java.lang.String type)
          Sets the type.
 void setVideoHeight(java.lang.Integer[] videoHeight)
          Sets the video height.
 void setVideoWidth(java.lang.Integer[] videoWidth)
          Sets the video width.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentCompositionConfiguration.Document

public DocumentCompositionConfiguration.Document()
Method Detail

getSbiObjLabel

public java.lang.String getSbiObjLabel()
Gets the sbi obj label.

Returns:
the sbi obj label

setSbiObjLabel

public void setSbiObjLabel(java.lang.String sbiObjLabel)
Sets the sbi obj label.

Parameters:
sbiObjLabel - the new sbi obj label

getNamePar

public java.lang.String getNamePar()
Gets the name par.

Returns:
the name par

setNamePar

public void setNamePar(java.lang.String namePar)
Sets the name par.

Parameters:
namePar - the new name par

getSbiParName

public java.lang.String getSbiParName()
Gets the sbi par name.

Returns:
the sbi par name

setSbiParName

public void setSbiParName(java.lang.String sbiParName)
Sets the sbi par name.

Parameters:
sbiParName - the new sbi par name

getType

public java.lang.String getType()
Gets the type.

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the type.

Parameters:
type - the new type

getDefaultValue

public java.lang.String getDefaultValue()
Gets the default value.

Returns:
the default value

setDefaultValue

public void setDefaultValue(java.lang.String defaultValue)
Sets the default value.

Parameters:
defaultValue - the new default value

getParams

public java.util.Properties getParams()
Gets the params.

Returns:
the params

setParams

public void setParams(java.util.Properties params)
Sets the params.

Parameters:
params - the new params

getStyle

public java.lang.String getStyle()
Gets the style.

Returns:
the style

getTitle

public java.lang.String getTitle()
Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Parameters:
title - the title to set

setStyle

public void setStyle(java.lang.String style)
Sets the style.

Parameters:
style - the new style

getNumOrder

public int getNumOrder()
Gets the num order.

Returns:
the num order

setNumOrder

public void setNumOrder(int numOrder)
Sets the num order.

Parameters:
numOrder - the new num order

getVideoWidth

public java.lang.Integer[] getVideoWidth()
Gets the video width.

Returns:
the video width

setVideoWidth

public void setVideoWidth(java.lang.Integer[] videoWidth)
Sets the video width.

Parameters:
videoWidth - the new video width

getVideoHeight

public java.lang.Integer[] getVideoHeight()
Gets the video height.

Returns:
the video height

setVideoHeight

public void setVideoHeight(java.lang.Integer[] videoHeight)
Sets the video height.

Parameters:
videoHeight - the new video height