|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectData
Interface to be implemented for all project data types. Implementations must be XML serializable storage containers for the data.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description for the stored project data. |
JSCData[] |
getJSCData()
Gets the data that has been stored as a JSCData array. ´*
Implementation classes should document how the returned array is
assembled. |
ProjectDataTypes |
getProjectDataType()
Gets the type of the data that has been stored. |
void |
setDescription(java.lang.String dataDescription)
Sets the description for the stored project data. |
void |
setJSCData(JSCData[] dataArray)
Sets the data to be stored as a JSCData array. |
| Method Detail |
|---|
java.lang.String getDescription()
void setDescription(java.lang.String dataDescription)
dataDescription - description stringvoid setJSCData(JSCData[] dataArray)
JSCData array.
Implementation classes should document how the argument array should be
assembled.
dataArray - data to be storedJSCData[] getJSCData()
JSCData array. ´*
Implementation classes should document how the returned array is
assembled.
ProjectDataTypes getProjectDataType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||