Package com.i2group.disco.audit
Interface IChartInfo
- All Known Subinterfaces:
IUploadChartInfo
public interface IChartInfo
Information about a chart that is involved in an operation that is under audit.
- Since:
- 11.2
-
Method Summary
Modifier and TypeMethodDescriptionGets a mandatoryStringthat contains the identifier of the chart that thisIChartInforepresents.Gets a mandatoryChartTypethat indicates the type of chart that thisIChartInforepresents.Gets an optionalLongthat contains the version of the chart that thisIChartInforepresents.
-
Method Details
-
getChartId
String getChartId()Gets a mandatoryStringthat contains the identifier of the chart that thisIChartInforepresents.- Returns:
- See above.
-
getChartVersion
Long getChartVersion()Gets an optionalLongthat contains the version of the chart that thisIChartInforepresents.- Returns:
- See above, or null if the chart version is not set.
-
getChartType
ChartType getChartType()Gets a mandatoryChartTypethat indicates the type of chart that thisIChartInforepresents.- Returns:
- See above.
- Since:
- 12.1
-