Expresso 5-6

com.jcorporate.expresso.services.html
Class ReportPageParam

java.lang.Object
  extended bycom.jcorporate.expresso.services.html.ReportPageParam

public class ReportPageParam
extends Object

ReportPage objects may have parameters that indicate the range of data or options they display. These correspond to the ReportParam class in the Reports Online package, but may be used with or without Reports Online to determine the parameters to a report

Version:
$Revision: 1.8 $ $Date: 2004/11/17 20:48:18 $
Author:
Michael Nash

Constructor Summary
ReportPageParam()
          Constructor
ReportPageParam(String newCode, String newDescrip, String newType, String newDefaultValue)
          Constructor that sets all the values
 
Method Summary
 String getCode()
          Return the code of this parameter
 String getDefaultValue()
          Return the default value for this parameter
 String getDescrip()
          Return the description of this parameter
 String getType()
          Return the type code for this parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportPageParam

public ReportPageParam()
Constructor


ReportPageParam

public ReportPageParam(String newCode,
                       String newDescrip,
                       String newType,
                       String newDefaultValue)
                throws HtmlException
Constructor that sets all the values

Parameters:
newCode - the new parameter code
newDescrip - the new description
newType - the java type
newDefaultValue - the default value
Throws:
HtmlException - upon error
Method Detail

getCode

public String getCode()
Return the code of this parameter

Returns:
A unique code that identifies this parameter

getDefaultValue

public String getDefaultValue()
Return the default value for this parameter

Returns:
A string with the default value of this parameter

getDescrip

public String getDescrip()
Return the description of this parameter

Returns:
A string describing this parameter

getType

public String getType()
Return the type code for this parameter

Returns:
(C)haracter, (D)ate or (N)umeric

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.