public class CreateDatabaseQueryTO
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
DBConfigKeyID |
private java.lang.String[] |
fields |
private int |
maxResults |
private boolean |
queriesAuditRecords |
private SqlOperation[] |
rules |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
CreateDatabaseQueryTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBConfigKeyID() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String[] |
getFields() |
int |
getMaxResults() |
SqlOperation[] |
getRules() |
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() |
boolean |
isQueriesAuditRecords() |
void |
setDBConfigKeyID(java.lang.String DBConfigKeyID) |
void |
setFields(java.lang.String[] fields) |
void |
setMaxResults(int maxResults) |
void |
setQueriesAuditRecords(boolean queriesAuditRecords) |
void |
setRules(SqlOperation[] rules) |
private java.lang.String DBConfigKeyID
private java.lang.String[] fields
private int maxResults
private boolean queriesAuditRecords
private SqlOperation[] rules
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String getDBConfigKeyID()
public void setDBConfigKeyID(java.lang.String DBConfigKeyID)
public java.lang.String[] getFields()
public void setFields(java.lang.String[] fields)
public int getMaxResults()
public void setMaxResults(int maxResults)
public boolean isQueriesAuditRecords()
public void setQueriesAuditRecords(boolean queriesAuditRecords)
public SqlOperation[] getRules()
public void setRules(SqlOperation[] rules)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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)