hudson.plugins.sfee.webservice
Class PackageSoapDO

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ObjectSoapDO
      extended by hudson.plugins.sfee.webservice.FolderSoapDO
          extended by hudson.plugins.sfee.webservice.PackageSoapDO
All Implemented Interfaces:
Serializable

public class PackageSoapDO
extends FolderSoapDO
implements Serializable

See Also:
Serialized Form

Constructor Summary
PackageSoapDO()
           
PackageSoapDO(String createdBy, Calendar createdDate, String id, String lastModifiedBy, Calendar lastModifiedDate, int version, String description, String parentFolderId, String path, String projectId, String title, int downloaded, boolean isPublished)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getDownloaded()
          Gets the downloaded value for this PackageSoapDO.
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 hashCode()
           
 boolean isIsPublished()
          Gets the isPublished value for this PackageSoapDO.
 void setDownloaded(int downloaded)
          Sets the downloaded value for this PackageSoapDO.
 void setIsPublished(boolean isPublished)
          Sets the isPublished value for this PackageSoapDO.
 
Methods inherited from class hudson.plugins.sfee.webservice.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
 
Methods inherited from class hudson.plugins.sfee.webservice.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageSoapDO

public PackageSoapDO()

PackageSoapDO

public PackageSoapDO(String createdBy,
                     Calendar createdDate,
                     String id,
                     String lastModifiedBy,
                     Calendar lastModifiedDate,
                     int version,
                     String description,
                     String parentFolderId,
                     String path,
                     String projectId,
                     String title,
                     int downloaded,
                     boolean isPublished)
Method Detail

getDownloaded

public int getDownloaded()
Gets the downloaded value for this PackageSoapDO.

Returns:
downloaded

setDownloaded

public void setDownloaded(int downloaded)
Sets the downloaded value for this PackageSoapDO.

Parameters:
downloaded -

isIsPublished

public boolean isIsPublished()
Gets the isPublished value for this PackageSoapDO.

Returns:
isPublished

setIsPublished

public void setIsPublished(boolean isPublished)
Sets the isPublished value for this PackageSoapDO.

Parameters:
isPublished -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class FolderSoapDO

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.