Package clickDetector
Class ClickJSONDataSource
- 
Field Summary
Fields inherited from class jsonStorage.JSONObjectDataSource
objectData - 
Constructor Summary
ConstructorsConstructorDescriptionCall the super constructor and then initialize the objectData object as a ClickJSONData class - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddClassSpecificFields(PamDataUnit pamDataUnit) Add fields specific to this subclassprotected voidsetObjectType(PamDataUnit pamDataUnit) Set the object type specific to this subclass.Methods inherited from class jsonStorage.JSONObjectDataSource
getPackedObject 
- 
Constructor Details
- 
ClickJSONDataSource
public ClickJSONDataSource()Call the super constructor and then initialize the objectData object as a ClickJSONData class 
 - 
 - 
Method Details
- 
addClassSpecificFields
Description copied from class:JSONObjectDataSourceAdd fields specific to this subclass- Specified by:
 addClassSpecificFieldsin classJSONObjectDataSource<ClickJSONData>
 - 
setObjectType
Description copied from class:JSONObjectDataSourceSet the object type specific to this subclass. This is typically the objectType field from the subclass' implementation of the BInaryObjectData class. BinaryObjectData is often created in the subclass' BinaryDataSource.getPackedData() method.- Specified by:
 setObjectTypein classJSONObjectDataSource<ClickJSONData>- Parameters:
 pamDataUnit-
 
 -