public class TimestampFilterCriteria extends FilterCriteria implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.Long |
time |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
TimestampFilterCriteria() |
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
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.Long |
getTime() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setTime(java.lang.Long time) |
getField, getOperation, getWhereSqlPart, setField, setOperation, setWhereSqlPart
private java.lang.Long time
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.Long getTime()
public void setTime(java.lang.Long time)
public boolean equals(java.lang.Object obj)
equals
in class FilterCriteria
public int hashCode()
hashCode
in class FilterCriteria
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)