|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.report.ReportParameter
@StableMinor(version="6.1", sinceVersion="4.2") public class ReportParameter
A parameter entry of a Report
.
Constructor Summary | |
---|---|
ReportParameter()
|
Method Summary | |
---|---|
void |
delete()
Deletes this parameter. |
java.lang.String |
getId()
Returns the identifier of this parameter. |
java.lang.String |
getName()
Returns the display name for this parameter. |
Report |
getReport()
Returns the report this parameter belongs to. |
java.lang.String |
getValue()
Returns the value for this parameter. |
void |
setName(java.lang.String name)
Sets the display name for this parameter. |
void |
setValue(java.lang.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 java.lang.String getId()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the display name.public java.lang.String getValue()
public void setValue(java.lang.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 |