hudson.plugins.sfee.webservice
Class VersionInformationSoapRow

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

public class VersionInformationSoapRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
VersionInformationSoapRow()
           
VersionInformationSoapRow(String id, boolean isFolder, Calendar lastModifiedDate, int version)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this VersionInformationSoapRow.
 Calendar getLastModifiedDate()
          Gets the lastModifiedDate value for this VersionInformationSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, 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(String id)
          Sets the id value for this VersionInformationSoapRow.
 void setIsFolder(boolean isFolder)
          Sets the isFolder value for this VersionInformationSoapRow.
 void setLastModifiedDate(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(String id,
                                 boolean isFolder,
                                 Calendar lastModifiedDate,
                                 int version)
Method Detail

getId

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

Returns:
id

setId

public void setId(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 Calendar getLastModifiedDate()
Gets the lastModifiedDate value for this VersionInformationSoapRow.

Returns:
lastModifiedDate

setLastModifiedDate

public void setLastModifiedDate(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(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 © 2004-2012 Hudson. All Rights Reserved.