org.gcube.contentmanagement.timeseriesservice.stubs
Class ImportStatusResponse

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.ImportStatusResponse
All Implemented Interfaces:
Serializable

public class ImportStatusResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ImportStatusResponse()
           
ImportStatusResponse(int lineCount, State status, int totalLine)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getLineCount()
          Gets the lineCount value for this ImportStatusResponse.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 State getStatus()
          Gets the status value for this ImportStatusResponse.
 int getTotalLine()
          Gets the totalLine value for this ImportStatusResponse.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setLineCount(int lineCount)
          Sets the lineCount value for this ImportStatusResponse.
 void setStatus(State status)
          Sets the status value for this ImportStatusResponse.
 void setTotalLine(int totalLine)
          Sets the totalLine value for this ImportStatusResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportStatusResponse

public ImportStatusResponse()

ImportStatusResponse

public ImportStatusResponse(int lineCount,
                            State status,
                            int totalLine)
Method Detail

getTotalLine

public int getTotalLine()
Gets the totalLine value for this ImportStatusResponse.

Returns:
totalLine

setTotalLine

public void setTotalLine(int totalLine)
Sets the totalLine value for this ImportStatusResponse.

Parameters:
totalLine -

getLineCount

public int getLineCount()
Gets the lineCount value for this ImportStatusResponse.

Returns:
lineCount

setLineCount

public void setLineCount(int lineCount)
Sets the lineCount value for this ImportStatusResponse.

Parameters:
lineCount -

getStatus

public State getStatus()
Gets the status value for this ImportStatusResponse.

Returns:
status

setStatus

public void setStatus(State status)
Sets the status value for this ImportStatusResponse.

Parameters:
status -

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 © 2012. All Rights Reserved.