org.openmdx.portal.servlet.reports
Class ReportDefinition.Parameter

java.lang.Object
  extended by org.openmdx.portal.servlet.reports.ReportDefinition.Parameter
All Implemented Interfaces:
Serializable
Enclosing class:
ReportDefinition

public static class ReportDefinition.Parameter
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ReportDefinition.Parameter(String name, String label, String toolTip, String dataType, String defaultValue)
           
 
Method Summary
 String getDataType()
           
 String getDefaultValue()
           
 String getLabel()
           
 String getName()
           
 String getToolTip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDefinition.Parameter

public ReportDefinition.Parameter(String name,
                                  String label,
                                  String toolTip,
                                  String dataType,
                                  String defaultValue)
Method Detail

getName

public String getName()

getDataType

public String getDataType()

getLabel

public String getLabel()

getToolTip

public String getToolTip()

getDefaultValue

public String getDefaultValue()


This software is published under the BSD license. Copyright © 2006-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.