|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.report.ReportParameter
@StableMinor(version="6.2", sinceVersion="4.2") public class ReportParameter
A parameter entry of a Report
.
Constructor Summary | |
---|---|
ReportParameter()
|
Method Summary | |
---|---|
void |
delete()
Deletes this parameter. |
String |
getId()
Returns the identifier of this parameter. |
String |
getName()
Returns the display name for this parameter. |
Report |
getReport()
Returns the report this parameter belongs to. |
String |
getValue()
Returns the value for this parameter. |
void |
setName(String name)
Sets the display name for this parameter. |
void |
setValue(String value)
Sets the value for this parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportParameter()
Method Detail |
---|
public String getId()
public String getName()
public void setName(String name)
name
- the display name.public String getValue()
public void setValue(String value)
value
- the value.public Report getReport()
public void delete() throws PortalException
Report.getParameters()
, for further consistency.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |