hudson.plugins.sfee.webservice
Class VersionInformationSoapRow

java.lang.Object
  extended by hudson.plugins.sfee.webservice.VersionInformationSoapRow
All Implemented Interfaces:
java.io.Serializable

public class VersionInformationSoapRow
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
VersionInformationSoapRow()
           
VersionInformationSoapRow(java.lang.String id, boolean isFolder, java.util.Calendar lastModifiedDate, int version)
           
 
Method Summary
 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
 java.lang.String getId()
          Gets the id value for this VersionInformationSoapRow.
 java.util.Calendar getLastModifiedDate()
          Gets the lastModifiedDate value for this VersionInformationSoapRow.
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 getVersion()
          Gets the version value for this VersionInformationSoapRow.
 int hashCode()
           
 boolean isIsFolder()
          Gets the isFolder value for this VersionInformationSoapRow.
 void setId(java.lang.String id)
          Sets the id value for this VersionInformationSoapRow.
 void setIsFolder(boolean isFolder)
          Sets the isFolder value for this VersionInformationSoapRow.
 void setLastModifiedDate(java.util.Calendar lastModifiedDate)
          Sets the lastModifiedDate value for this VersionInformationSoapRow.
 void setVersion(int version)
          Sets the version value for this VersionInformationSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionInformationSoapRow

public VersionInformationSoapRow()

VersionInformationSoapRow

public VersionInformationSoapRow(java.lang.String id,
                                 boolean isFolder,
                                 java.util.Calendar lastModifiedDate,
                                 int version)
Method Detail

getId

public java.lang.String getId()
Gets the id value for this VersionInformationSoapRow.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this VersionInformationSoapRow.

Parameters:
id -

isIsFolder

public boolean isIsFolder()
Gets the isFolder value for this VersionInformationSoapRow.

Returns:
isFolder

setIsFolder

public void setIsFolder(boolean isFolder)
Sets the isFolder value for this VersionInformationSoapRow.

Parameters:
isFolder -

getLastModifiedDate

public java.util.Calendar getLastModifiedDate()
Gets the lastModifiedDate value for this VersionInformationSoapRow.

Returns:
lastModifiedDate

setLastModifiedDate

public void setLastModifiedDate(java.util.Calendar lastModifiedDate)
Sets the lastModifiedDate value for this VersionInformationSoapRow.

Parameters:
lastModifiedDate -

getVersion

public int getVersion()
Gets the version value for this VersionInformationSoapRow.

Returns:
version

setVersion

public void setVersion(int version)
Sets the version value for this VersionInformationSoapRow.

Parameters:
version -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2008. All Rights Reserved.