com.turtletech
Class EndpointInfo

java.lang.Object
  extended by com.turtletech.EndpointInfo
All Implemented Interfaces:
java.io.Serializable

public class EndpointInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EndpointInfo()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getConfigGroup()
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getDownstreamPercent()
           
 int getEndpointId()
           
 java.lang.String getFirmwareVersion()
           
 float getKH()
           
 java.util.Calendar getLastBillableLogDate()
           
 java.lang.String getModel()
           
 int getMomentaryEventCount()
           
 int getOutageCount()
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 double getSNR()
           
 java.lang.String getSPU()
           
 java.lang.String getStatusAndDays()
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setConfigGroup(java.lang.String configGroup)
           
 void setDownstreamPercent(int downstreamPercent)
           
 void setEndpointId(int endpointId)
           
 void setFirmwareVersion(java.lang.String firmwareVersion)
           
 void setKH(float kH)
           
 void setLastBillableLogDate(java.util.Calendar lastBillableLogDate)
           
 void setModel(java.lang.String model)
           
 void setMomentaryEventCount(int momentaryEventCount)
           
 void setOutageCount(int outageCount)
           
 void setSNR(double SNR)
           
 void setSPU(java.lang.String SPU)
           
 void setStatusAndDays(java.lang.String statusAndDays)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointInfo

public EndpointInfo()
Method Detail

getEndpointId

public int getEndpointId()

setEndpointId

public void setEndpointId(int endpointId)

getSNR

public double getSNR()

setSNR

public void setSNR(double SNR)

getFirmwareVersion

public java.lang.String getFirmwareVersion()

setFirmwareVersion

public void setFirmwareVersion(java.lang.String firmwareVersion)

getModel

public java.lang.String getModel()

setModel

public void setModel(java.lang.String model)

getKH

public float getKH()

setKH

public void setKH(float kH)

getDownstreamPercent

public int getDownstreamPercent()

setDownstreamPercent

public void setDownstreamPercent(int downstreamPercent)

getConfigGroup

public java.lang.String getConfigGroup()

setConfigGroup

public void setConfigGroup(java.lang.String configGroup)

getOutageCount

public int getOutageCount()

setOutageCount

public void setOutageCount(int outageCount)

getMomentaryEventCount

public int getMomentaryEventCount()

setMomentaryEventCount

public void setMomentaryEventCount(int momentaryEventCount)

getSPU

public java.lang.String getSPU()

setSPU

public void setSPU(java.lang.String SPU)

getLastBillableLogDate

public java.util.Calendar getLastBillableLogDate()

setLastBillableLogDate

public void setLastBillableLogDate(java.util.Calendar lastBillableLogDate)

getStatusAndDays

public java.lang.String getStatusAndDays()

setStatusAndDays

public void setStatusAndDays(java.lang.String statusAndDays)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer