com.jstatcom.project
Interface ProjectData
-
- All Known Implementing Classes:
- TSProjectData
public interface ProjectDataInterface to be implemented for all project data types. Implementations must be XML serializable storage containers for the data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.StringgetDescription()Gets the description for the stored project data.JSCData[]getJSCData()Gets the data that has been stored as aJSCDataarray.ProjectDataTypesgetProjectDataType()Gets the type of the data that has been stored.voidsetDescription(java.lang.String dataDescription)Sets the description for the stored project data.voidsetJSCData(JSCData[] dataArray)Sets the data to be stored as aJSCDataarray.
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
Gets the description for the stored project data.- Returns:
- description string
-
setDescription
void setDescription(java.lang.String dataDescription)
Sets the description for the stored project data.- Parameters:
dataDescription- description string
-
setJSCData
void setJSCData(JSCData[] dataArray)
Sets the data to be stored as aJSCDataarray. Implementation classes should document how the argument array should be assembled.- Parameters:
dataArray- data to be stored
-
getJSCData
JSCData[] getJSCData()
Gets the data that has been stored as aJSCDataarray. Implementation classes should document how the returned array is assembled.- Returns:
- data array
-
getProjectDataType
ProjectDataTypes getProjectDataType()
Gets the type of the data that has been stored.- Returns:
- project data type
-
-
DMelt 3.0 © DataMelt by jWork.ORG