public class GatherTime extends RDBBase implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private long |
gatherDone |
private long |
gatherEnd |
private long |
gatherStart |
private long |
gatherTime |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
GatherTime() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getGatherDone() |
long |
getGatherEnd() |
long |
getGatherStart() |
long |
getGatherTime() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setGatherDone(long gatherDone) |
void |
setGatherEnd(long gatherEnd) |
void |
setGatherStart(long gatherStart) |
void |
setGatherTime(long gatherTime) |
private long gatherDone
private long gatherEnd
private long gatherStart
private long gatherTime
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public long getGatherDone()
public void setGatherDone(long gatherDone)
public long getGatherEnd()
public void setGatherEnd(long gatherEnd)
public long getGatherStart()
public void setGatherStart(long gatherStart)
public long getGatherTime()
public void setGatherTime(long gatherTime)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)