Method Summary |
|
protected void | generateIdString() |
public String | getDescription() |
public String | getIdString() return the id as a string. |
public String | getParamName() |
public Id | getReportDefParamId() |
public ReportDefinition | getReportDefinition() |
public String | getTitle() |
public String | getType() |
public String | getValue() |
public String | getValueType() |
public void | setDescription(String description) the setter for the description property. |
public void | setIdString(String idString) |
public void | setParamName(String paramName) the setter for the paramName property. |
public void | setReportDefParamId(Id reportDefParamId) the setter for the reportDefParamId property. |
public void | setReportDefinition(ReportDefinition reportDefinition) the setter for the ReportDefinition property. |
public void | setTitle(String title) the setter for the title property. |
public void | setType(String type) the setter for the type property. |
public void | setValue(String value) the setter for the value property. |
public void | setValueType(String valueType) the setter for the valueType property. |