Package tethys.tasks
Class TethysTaskParameters
java.lang.Object
tethys.tasks.TethysTaskParameters
- All Implemented Interfaces:
 Serializable
Hold settings for all Tethys tasks. These all should have unique names
 so should be OK. Many settings will be in the formed of a wrapped nilus object
 as a NilusSettingsWrapper.
- Author:
 - dg50
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetTaskSettings(TethysTask tethysTask) voidsetTaskSettings(TethysTask tethysTask, TethysTaskSettings object)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
TethysTaskParameters
public TethysTaskParameters() 
 - 
 - 
Method Details
- 
setTaskSettings
 - 
getTaskSettings
 
 -