Package networkTransfer.receive
Class BuoyStatusValue
java.lang.Object
networkTransfer.receive.BuoyStatusValue
- All Implemented Interfaces:
 Serializable,ManagedParameters
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBuoyStatusValue(long timeMillis, Serializable data) BuoyStatusValue(Serializable data)  - 
Method Summary
Modifier and TypeMethodDescriptiongetData()Get a set of data that describes all of the parameters in a classlongvoidsetData(Serializable data) toString() 
- 
Constructor Details
- 
BuoyStatusValue
 - 
BuoyStatusValue
 
 - 
 - 
Method Details
- 
getData
- Returns:
 - the data
 
 - 
setData
- Parameters:
 data- the data to set
 - 
getTimemillis
public long getTimemillis()- Returns:
 - the datetime
 
 - 
toString
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -