Class SeriesInfo
java.lang.Object
com.inet.taskplanner.server.api.common.AbstractInfo
com.inet.taskplanner.server.api.series.SeriesInfo
Contains information about how this kind of series is presented, which options it has, and how those options interact.
- Since:
- taskplanner 3.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractInfo
getDescription, getDisplayName, getExtensionName, getFields, getHelpKey, getIconURL
-
Constructor Details
-
SeriesInfo
public SeriesInfo(String extensionName, String displayName, String description, URL iconURL, String helpKey, List<Field> fields) Creates a new SeriesInfo instance with all optional fields.- Parameters:
extensionName- unique name of the series extension. There must be aSeriesFactorywith this name.displayName- localized display name of this seriesdescription- localized description of this seriesiconURL- URL to the icon for this serieshelpKey- key of the help page to open for this seriesfields- list of fields this series has- Since:
- taskplanner 3.0
-