Package dataMap.filemaps
Class FileDataMapPoint
java.lang.Object
dataMap.OfflineDataMapPoint
dataMap.filemaps.FileDataMapPoint
- All Implemented Interfaces:
 Serializable,Cloneable,Comparable<OfflineDataMapPoint>,ManagedParameters
This was WavFileDataMapPoint, but can be used for any file types with OfflineFileServer. Won't rename
 or move though since it's often serialised so leave alone.
- Author:
 - dg50
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()Get a set of data that describes all of the parameters in a classvoidsetEndTime(long endTime) voidsetFileSubSection(FileSubSection fileSubSection) voidsetHighestUID(Long uid) voidsetLowestUID(Long uid) voidsetSoundFile(File soundFile) toString()Methods inherited from class dataMap.OfflineDataMapPoint
addMissingUID, addOneData, clone, coincides, compareTo, equals, getEndTime, getMatchedPoint, getMissingUIDs, getNDatas, getStartTime, setMatchedPoint, setMinMaxUID, setMissingUIDs, setNDatas, setStartTime 
- 
Constructor Details
- 
FileDataMapPoint
 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein classOfflineDataMapPoint- Returns:
 - a name for the map point
 
 - 
getSoundFile
- Returns:
 - the soundFile
 
 - 
setEndTime
public void setEndTime(long endTime) - Overrides:
 setEndTimein classOfflineDataMapPoint- Parameters:
 endTime- the endTime to set
 - 
setSoundFile
- Parameters:
 soundFile- the soundFile to set
 - 
getLowestUID
- Specified by:
 getLowestUIDin classOfflineDataMapPoint- Returns:
 - the lowestUId
 
 - 
setLowestUID
- Specified by:
 setLowestUIDin classOfflineDataMapPoint
 - 
getHighestUID
- Specified by:
 getHighestUIDin classOfflineDataMapPoint- Returns:
 - the highestUID
 
 - 
setHighestUID
- Specified by:
 setHighestUIDin classOfflineDataMapPoint
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Overrides:
 getParameterSetin classOfflineDataMapPoint- Returns:
 - description of the parameters in a class.
 
 - 
getFileSubSection
- Returns:
 - the fileSubSection
 
 - 
setFileSubSection
- Parameters:
 fileSubSection- the fileSubSection to set
 - 
toString
- Overrides:
 toStringin classOfflineDataMapPoint
 
 -