public class TabStatusSearchTerm extends DateRangeSearchTerm implements java.io.Serializable
| Constructor and Description |
|---|
TabStatusSearchTerm() |
TabStatusSearchTerm(boolean approved, long[] tabIDs, java.lang.String[] tabNames) |
| 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
|
long[] |
getTabIDs()
Gets the tabIDs value for this TabStatusSearchTerm.
|
java.lang.String[] |
getTabNames()
Gets the tabNames value for this TabStatusSearchTerm.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isApproved()
Gets the approved value for this TabStatusSearchTerm.
|
void |
setApproved(boolean approved)
Sets the approved value for this TabStatusSearchTerm.
|
void |
setTabIDs(long[] tabIDs)
Sets the tabIDs value for this TabStatusSearchTerm.
|
void |
setTabNames(java.lang.String[] tabNames)
Sets the tabNames value for this TabStatusSearchTerm.
|
getBeginDate, getBeginOperator, getDateField, getDateFormat, getEndDate, getEndOperator, setBeginDate, setBeginOperator, setDateField, setDateFormat, setEndDate, setEndOperatorgetKey, getOperator, getQualifier, getValue, getValues, getValueType, setKey, setOperator, setQualifier, setValue, setValues, setValueTypepublic TabStatusSearchTerm()
public TabStatusSearchTerm(boolean approved,
long[] tabIDs,
java.lang.String[] tabNames)
public boolean isApproved()
public void setApproved(boolean approved)
approved -public long[] getTabIDs()
public void setTabIDs(long[] tabIDs)
tabIDs -public java.lang.String[] getTabNames()
public void setTabNames(java.lang.String[] tabNames)
tabNames -public boolean equals(java.lang.Object obj)
equals in class DateRangeSearchTermpublic int hashCode()
hashCode in class DateRangeSearchTermpublic 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)