Method Summary |
|
public void | connectToDefinition(List reportDefs) this is links this report to the report definition. |
public Date | getCreationDate() |
public String | getDescription() |
public boolean | getDisplay() |
public boolean | getIsLive() |
public boolean | getIsSaved() |
public String | getKeywords() |
public String | getReportDefIdMark() |
public ReportDefinition | getReportDefinition() |
public ReportDefinitionXmlFile | getReportDefitionXmlFile() |
public Id | getReportId() |
public List | getReportParams() |
public String | getTitle() |
public String | getType() |
public String | getUserId() |
public void | setCreationDate(Date creationDate) the setter for the creationDate property. |
public void | setDescription(String description) the setter for the description property. |
public void | setDisplay(boolean display) the setter for the active property. |
public void | setIsLive(boolean isLive) the setter for the isLive property. |
public void | setIsSaved(boolean isSaved) the setter for the isSaved property. |
public void | setKeywords(String keywords) the setter for the keywords property. |
public void | setReportDefIdMark(String reportDefIdMark) |
public void | setReportDefinition(ReportDefinition reportDefinition) the setter for the reportDefinition property. |
public void | setReportDefitionXmlFile(ReportDefinitionXmlFile reportDefitionXmlFile) |
public void | setReportId(Id reportId) the setter for the reportId property. |
public void | setReportParams(List reportParams) the setter for the reportParams 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 | setUserId(String userId) the setter for the userId property. |