@StableMinor(version="9.0", sinceVersion="4.2") public class ReportParameter extends Object
Report
.Constructor and Description |
---|
ReportParameter() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
Lumisportal 9.0.0.160603 - Copyright © 2006–2016 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.