Package networkTransfer.receive
Class BuoyStatusValue
java.lang.Object
networkTransfer.receive.BuoyStatusValue
- All Implemented Interfaces:
Serializable
,ManagedParameters
- See Also:
-
Constructor Summary
ConstructorDescriptionBuoyStatusValue
(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 classlong
void
setData
(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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-