Class BuoyStatusData

java.lang.Object
networkTransfer.receive.BuoyStatusData
All Implemented Interfaces:
Serializable, ManagedParameters

public class BuoyStatusData extends Object implements Serializable, ManagedParameters
Separate out from BuoyStatusDataunit so that it can be serialized
Author:
dg50
See Also:
  • Constructor Details Link icon

    • BuoyStatusData Link icon

      public BuoyStatusData(int buoyId1, int buoyId2, int channelMap)
  • Method Details Link icon

    • getBuoyId1 Link icon

      public int getBuoyId1()
      Returns:
      the buoyId1
    • setBuoyId1 Link icon

      public void setBuoyId1(int buoyId1)
      Parameters:
      buoyId1 - the buoyId1 to set
    • getBuoyId2 Link icon

      public int getBuoyId2()
      Returns:
      the buoyId2
    • setBuoyId2 Link icon

      public void setBuoyId2(int buoyId2)
      Parameters:
      buoyId2 - the buoyId2 to set
    • getSerialversionuid Link icon

      public static long getSerialversionuid()
      Returns:
      the serialversionuid
    • getGenericStringPairs Link icon

      public Hashtable<String,BuoyStatusValue> getGenericStringPairs()
      Returns:
      the genericStringPairs
    • getChannelMap Link icon

      public int getChannelMap()
      Returns:
      the channelMap
    • setChannelMap Link icon

      public void setChannelMap(int channelMap)
      Parameters:
      channelMap - the channelMap to set
    • getLastDataTime Link icon

      public long getLastDataTime()
      Returns:
      the lastDataTime
    • setLastDataTime Link icon

      public void setLastDataTime(long lastDataTime)
      Parameters:
      lastDataTime - the lastDataTime to set
    • getIpAddr Link icon

      public String getIpAddr()
      Returns:
      the ipAddr
    • setIpAddr Link icon

      public void setIpAddr(String ipAddr)
      Parameters:
      ipAddr - the ipAddr to set
    • getCreationTime Link icon

      public long getCreationTime()
      Returns:
      the creationTime
    • setCreationTime Link icon

      public void setCreationTime(long creationTime)
      Parameters:
      creationTime - the creationTime to set
    • getParameterSet Link icon

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object