org.gcube.contentmanagement.timeseriesservice.stubs
Class GetProgressResponse

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

public class GetProgressResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetProgressResponse()
           
GetProgressResponse(int lineCount, 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 GetProgressResponse.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 int getTotalLine()
          Gets the totalLine value for this GetProgressResponse.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setLineCount(int lineCount)
          Sets the lineCount value for this GetProgressResponse.
 void setTotalLine(int totalLine)
          Sets the totalLine value for this GetProgressResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetProgressResponse

public GetProgressResponse()

GetProgressResponse

public GetProgressResponse(int lineCount,
                           int totalLine)
Method Detail

getTotalLine

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

Returns:
totalLine

setTotalLine

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

Parameters:
totalLine -

getLineCount

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

Returns:
lineCount

setLineCount

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

Parameters:
lineCount -

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.