org.gcube.application.aquamaps.aquamapsservice.stubs
Class CustomQueryDescriptorStubs

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.CustomQueryDescriptorStubs
All Implemented Interfaces:
Serializable

public class CustomQueryDescriptorStubs
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CustomQueryDescriptorStubs()
           
CustomQueryDescriptorStubs(String actualTableName, long creationTime, String errorMsg, FieldArray fields, long lastAccess, String query, long rows, ExportStatus status, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getActualTableName()
          Gets the actualTableName value for this CustomQueryDescriptorStubs.
 long getCreationTime()
          Gets the creationTime value for this CustomQueryDescriptorStubs.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getErrorMsg()
          Gets the errorMsg value for this CustomQueryDescriptorStubs.
 FieldArray getFields()
          Gets the fields value for this CustomQueryDescriptorStubs.
 long getLastAccess()
          Gets the lastAccess value for this CustomQueryDescriptorStubs.
 String getQuery()
          Gets the query value for this CustomQueryDescriptorStubs.
 long getRows()
          Gets the rows value for this CustomQueryDescriptorStubs.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 ExportStatus getStatus()
          Gets the status value for this CustomQueryDescriptorStubs.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUser()
          Gets the user value for this CustomQueryDescriptorStubs.
 int hashCode()
           
 void setActualTableName(String actualTableName)
          Sets the actualTableName value for this CustomQueryDescriptorStubs.
 void setCreationTime(long creationTime)
          Sets the creationTime value for this CustomQueryDescriptorStubs.
 void setErrorMsg(String errorMsg)
          Sets the errorMsg value for this CustomQueryDescriptorStubs.
 void setFields(FieldArray fields)
          Sets the fields value for this CustomQueryDescriptorStubs.
 void setLastAccess(long lastAccess)
          Sets the lastAccess value for this CustomQueryDescriptorStubs.
 void setQuery(String query)
          Sets the query value for this CustomQueryDescriptorStubs.
 void setRows(long rows)
          Sets the rows value for this CustomQueryDescriptorStubs.
 void setStatus(ExportStatus status)
          Sets the status value for this CustomQueryDescriptorStubs.
 void setUser(String user)
          Sets the user value for this CustomQueryDescriptorStubs.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomQueryDescriptorStubs

public CustomQueryDescriptorStubs()

CustomQueryDescriptorStubs

public CustomQueryDescriptorStubs(String actualTableName,
                                  long creationTime,
                                  String errorMsg,
                                  FieldArray fields,
                                  long lastAccess,
                                  String query,
                                  long rows,
                                  ExportStatus status,
                                  String user)
Method Detail

getUser

public String getUser()
Gets the user value for this CustomQueryDescriptorStubs.

Returns:
user

setUser

public void setUser(String user)
Sets the user value for this CustomQueryDescriptorStubs.

Parameters:
user -

getRows

public long getRows()
Gets the rows value for this CustomQueryDescriptorStubs.

Returns:
rows

setRows

public void setRows(long rows)
Sets the rows value for this CustomQueryDescriptorStubs.

Parameters:
rows -

getFields

public FieldArray getFields()
Gets the fields value for this CustomQueryDescriptorStubs.

Returns:
fields

setFields

public void setFields(FieldArray fields)
Sets the fields value for this CustomQueryDescriptorStubs.

Parameters:
fields -

getStatus

public ExportStatus getStatus()
Gets the status value for this CustomQueryDescriptorStubs.

Returns:
status

setStatus

public void setStatus(ExportStatus status)
Sets the status value for this CustomQueryDescriptorStubs.

Parameters:
status -

getErrorMsg

public String getErrorMsg()
Gets the errorMsg value for this CustomQueryDescriptorStubs.

Returns:
errorMsg

setErrorMsg

public void setErrorMsg(String errorMsg)
Sets the errorMsg value for this CustomQueryDescriptorStubs.

Parameters:
errorMsg -

getActualTableName

public String getActualTableName()
Gets the actualTableName value for this CustomQueryDescriptorStubs.

Returns:
actualTableName

setActualTableName

public void setActualTableName(String actualTableName)
Sets the actualTableName value for this CustomQueryDescriptorStubs.

Parameters:
actualTableName -

getQuery

public String getQuery()
Gets the query value for this CustomQueryDescriptorStubs.

Returns:
query

setQuery

public void setQuery(String query)
Sets the query value for this CustomQueryDescriptorStubs.

Parameters:
query -

getCreationTime

public long getCreationTime()
Gets the creationTime value for this CustomQueryDescriptorStubs.

Returns:
creationTime

setCreationTime

public void setCreationTime(long creationTime)
Sets the creationTime value for this CustomQueryDescriptorStubs.

Parameters:
creationTime -

getLastAccess

public long getLastAccess()
Gets the lastAccess value for this CustomQueryDescriptorStubs.

Returns:
lastAccess

setLastAccess

public void setLastAccess(long lastAccess)
Sets the lastAccess value for this CustomQueryDescriptorStubs.

Parameters:
lastAccess -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2013. All Rights Reserved.