|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.services.html.ReportPageParam
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
| 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 |
public ReportPageParam()
public ReportPageParam(String newCode,
String newDescrip,
String newType,
String newDefaultValue)
throws HtmlException
newCode - the new parameter codenewDescrip - the new descriptionnewType - the java typenewDefaultValue - the default value
HtmlException - upon error| Method Detail |
public String getCode()
public String getDefaultValue()
public String getDescrip()
public String getType()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||