js.dev.cam.sbig
Class GetLinkStatusResults

java.lang.Object
  extended by js.dev.Results
      extended by js.dev.cam.sbig.GetLinkStatusResults
All Implemented Interfaces:
java.io.Serializable

public class GetLinkStatusResults
extends Results
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetLinkStatusResults()
          Constructor.
GetLinkStatusResults(ERROR error)
          Constructor.
 
Method Summary
 int getBaseAddress()
           
 CAMERA_TYPE getCameraType()
           
 long getComFailed()
           
 long getComTotal()
           
static long getSerialVersionUID()
           
 boolean isLinkEstablished()
           
 void setBaseAddress(int baseAddress)
           
 void setCameraType(CAMERA_TYPE cameraType)
           
 void setCameraType(int value)
           
 void setComFailed(long comFailed)
           
 void setComTotal(long comTotal)
           
 void setLinkEstablished(boolean linkEstablished)
           
 
Methods inherited from class js.dev.Results
getError, setError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLinkStatusResults

public GetLinkStatusResults()
Constructor.


GetLinkStatusResults

public GetLinkStatusResults(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getBaseAddress

public int getBaseAddress()
Returns:
the baseAddress.

setBaseAddress

public void setBaseAddress(int baseAddress)
Parameters:
baseAddress - the baseAddress to set.

getCameraType

public CAMERA_TYPE getCameraType()
Returns:
the cameraType.

setCameraType

public void setCameraType(CAMERA_TYPE cameraType)
Parameters:
cameraType - the cameraType to set.

setCameraType

public void setCameraType(int value)
Parameters:
value - the integer value.

getComFailed

public long getComFailed()
Returns:
the comFailed.

setComFailed

public void setComFailed(long comFailed)
Parameters:
comFailed - the comFailed to set.

getComTotal

public long getComTotal()
Returns:
the comTotal.

setComTotal

public void setComTotal(long comTotal)
Parameters:
comTotal - the comTotal to set.

isLinkEstablished

public boolean isLinkEstablished()
Returns:
the linkEstablished.

setLinkEstablished

public void setLinkEstablished(boolean linkEstablished)
Parameters:
linkEstablished - the linkEstablished to set.