hudson.plugins.sfee.webservice
Class FolderSoapRow

java.lang.Object
  extended by hudson.plugins.sfee.webservice.FolderSoapRow
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentFolderSoapRow, ForumSoapRow, PackageSoapRow, ReleaseSoapRow, TopicSoapRow, TrackerSoapRow

public class FolderSoapRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FolderSoapRow()
           
FolderSoapRow(String createdBy, Calendar createdOn, String description, String id, String lastModifiedBy, Calendar lastModifiedOn, String parentFolderId, String path, String projectId, String title)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCreatedBy()
          Gets the createdBy value for this FolderSoapRow.
 Calendar getCreatedOn()
          Gets the createdOn value for this FolderSoapRow.
 String getDescription()
          Gets the description value for this FolderSoapRow.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this FolderSoapRow.
 String getLastModifiedBy()
          Gets the lastModifiedBy value for this FolderSoapRow.
 Calendar getLastModifiedOn()
          Gets the lastModifiedOn value for this FolderSoapRow.
 String getParentFolderId()
          Gets the parentFolderId value for this FolderSoapRow.
 String getPath()
          Gets the path value for this FolderSoapRow.
 String getProjectId()
          Gets the projectId value for this FolderSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTitle()
          Gets the title value for this FolderSoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCreatedBy(String createdBy)
          Sets the createdBy value for this FolderSoapRow.
 void setCreatedOn(Calendar createdOn)
          Sets the createdOn value for this FolderSoapRow.
 void setDescription(String description)
          Sets the description value for this FolderSoapRow.
 void setId(String id)
          Sets the id value for this FolderSoapRow.
 void setLastModifiedBy(String lastModifiedBy)
          Sets the lastModifiedBy value for this FolderSoapRow.
 void setLastModifiedOn(Calendar lastModifiedOn)
          Sets the lastModifiedOn value for this FolderSoapRow.
 void setParentFolderId(String parentFolderId)
          Sets the parentFolderId value for this FolderSoapRow.
 void setPath(String path)
          Sets the path value for this FolderSoapRow.
 void setProjectId(String projectId)
          Sets the projectId value for this FolderSoapRow.
 void setTitle(String title)
          Sets the title value for this FolderSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderSoapRow

public FolderSoapRow()

FolderSoapRow

public FolderSoapRow(String createdBy,
                     Calendar createdOn,
                     String description,
                     String id,
                     String lastModifiedBy,
                     Calendar lastModifiedOn,
                     String parentFolderId,
                     String path,
                     String projectId,
                     String title)
Method Detail

getCreatedBy

public String getCreatedBy()
Gets the createdBy value for this FolderSoapRow.

Returns:
createdBy

setCreatedBy

public void setCreatedBy(String createdBy)
Sets the createdBy value for this FolderSoapRow.

Parameters:
createdBy -

getCreatedOn

public Calendar getCreatedOn()
Gets the createdOn value for this FolderSoapRow.

Returns:
createdOn

setCreatedOn

public void setCreatedOn(Calendar createdOn)
Sets the createdOn value for this FolderSoapRow.

Parameters:
createdOn -

getDescription

public String getDescription()
Gets the description value for this FolderSoapRow.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this FolderSoapRow.

Parameters:
description -

getId

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

Returns:
id

setId

public void setId(String id)
Sets the id value for this FolderSoapRow.

Parameters:
id -

getLastModifiedBy

public String getLastModifiedBy()
Gets the lastModifiedBy value for this FolderSoapRow.

Returns:
lastModifiedBy

setLastModifiedBy

public void setLastModifiedBy(String lastModifiedBy)
Sets the lastModifiedBy value for this FolderSoapRow.

Parameters:
lastModifiedBy -

getLastModifiedOn

public Calendar getLastModifiedOn()
Gets the lastModifiedOn value for this FolderSoapRow.

Returns:
lastModifiedOn

setLastModifiedOn

public void setLastModifiedOn(Calendar lastModifiedOn)
Sets the lastModifiedOn value for this FolderSoapRow.

Parameters:
lastModifiedOn -

getParentFolderId

public String getParentFolderId()
Gets the parentFolderId value for this FolderSoapRow.

Returns:
parentFolderId

setParentFolderId

public void setParentFolderId(String parentFolderId)
Sets the parentFolderId value for this FolderSoapRow.

Parameters:
parentFolderId -

getPath

public String getPath()
Gets the path value for this FolderSoapRow.

Returns:
path

setPath

public void setPath(String path)
Sets the path value for this FolderSoapRow.

Parameters:
path -

getProjectId

public String getProjectId()
Gets the projectId value for this FolderSoapRow.

Returns:
projectId

setProjectId

public void setProjectId(String projectId)
Sets the projectId value for this FolderSoapRow.

Parameters:
projectId -

getTitle

public String getTitle()
Gets the title value for this FolderSoapRow.

Returns:
title

setTitle

public void setTitle(String title)
Sets the title value for this FolderSoapRow.

Parameters:
title -

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.