hudson.plugins.sfee.webservice
Class ArtifactSoapRow

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

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

See Also:
Serialized Form

Constructor Summary
ArtifactSoapRow()
           
ArtifactSoapRow(int actualHours, java.lang.String artifactGroup, java.lang.String assignedToFullname, java.lang.String assignedToUsername, java.lang.String category, java.util.Calendar closeDate, java.lang.String customer, java.lang.String description, int estimatedHours, java.lang.String folderId, java.lang.String folderPathString, java.lang.String folderTitle, java.lang.String id, java.util.Calendar lastModifiedDate, int priority, java.lang.String projectId, java.lang.String projectPathString, java.lang.String projectTitle, java.lang.String status, java.lang.String statusClass, java.lang.String submittedByFullname, java.lang.String submittedByUsername, java.util.Calendar submittedDate, java.lang.String title)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getActualHours()
          Gets the actualHours value for this ArtifactSoapRow.
 java.lang.String getArtifactGroup()
          Gets the artifactGroup value for this ArtifactSoapRow.
 java.lang.String getAssignedToFullname()
          Gets the assignedToFullname value for this ArtifactSoapRow.
 java.lang.String getAssignedToUsername()
          Gets the assignedToUsername value for this ArtifactSoapRow.
 java.lang.String getCategory()
          Gets the category value for this ArtifactSoapRow.
 java.util.Calendar getCloseDate()
          Gets the closeDate value for this ArtifactSoapRow.
 java.lang.String getCustomer()
          Gets the customer value for this ArtifactSoapRow.
 java.lang.String getDescription()
          Gets the description value for this ArtifactSoapRow.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getEstimatedHours()
          Gets the estimatedHours value for this ArtifactSoapRow.
 java.lang.String getFolderId()
          Gets the folderId value for this ArtifactSoapRow.
 java.lang.String getFolderPathString()
          Gets the folderPathString value for this ArtifactSoapRow.
 java.lang.String getFolderTitle()
          Gets the folderTitle value for this ArtifactSoapRow.
 java.lang.String getId()
          Gets the id value for this ArtifactSoapRow.
 java.util.Calendar getLastModifiedDate()
          Gets the lastModifiedDate value for this ArtifactSoapRow.
 int getPriority()
          Gets the priority value for this ArtifactSoapRow.
 java.lang.String getProjectId()
          Gets the projectId value for this ArtifactSoapRow.
 java.lang.String getProjectPathString()
          Gets the projectPathString value for this ArtifactSoapRow.
 java.lang.String getProjectTitle()
          Gets the projectTitle value for this ArtifactSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
          Gets the status value for this ArtifactSoapRow.
 java.lang.String getStatusClass()
          Gets the statusClass value for this ArtifactSoapRow.
 java.lang.String getSubmittedByFullname()
          Gets the submittedByFullname value for this ArtifactSoapRow.
 java.lang.String getSubmittedByUsername()
          Gets the submittedByUsername value for this ArtifactSoapRow.
 java.util.Calendar getSubmittedDate()
          Gets the submittedDate value for this ArtifactSoapRow.
 java.lang.String getTitle()
          Gets the title value for this ArtifactSoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setActualHours(int actualHours)
          Sets the actualHours value for this ArtifactSoapRow.
 void setArtifactGroup(java.lang.String artifactGroup)
          Sets the artifactGroup value for this ArtifactSoapRow.
 void setAssignedToFullname(java.lang.String assignedToFullname)
          Sets the assignedToFullname value for this ArtifactSoapRow.
 void setAssignedToUsername(java.lang.String assignedToUsername)
          Sets the assignedToUsername value for this ArtifactSoapRow.
 void setCategory(java.lang.String category)
          Sets the category value for this ArtifactSoapRow.
 void setCloseDate(java.util.Calendar closeDate)
          Sets the closeDate value for this ArtifactSoapRow.
 void setCustomer(java.lang.String customer)
          Sets the customer value for this ArtifactSoapRow.
 void setDescription(java.lang.String description)
          Sets the description value for this ArtifactSoapRow.
 void setEstimatedHours(int estimatedHours)
          Sets the estimatedHours value for this ArtifactSoapRow.
 void setFolderId(java.lang.String folderId)
          Sets the folderId value for this ArtifactSoapRow.
 void setFolderPathString(java.lang.String folderPathString)
          Sets the folderPathString value for this ArtifactSoapRow.
 void setFolderTitle(java.lang.String folderTitle)
          Sets the folderTitle value for this ArtifactSoapRow.
 void setId(java.lang.String id)
          Sets the id value for this ArtifactSoapRow.
 void setLastModifiedDate(java.util.Calendar lastModifiedDate)
          Sets the lastModifiedDate value for this ArtifactSoapRow.
 void setPriority(int priority)
          Sets the priority value for this ArtifactSoapRow.
 void setProjectId(java.lang.String projectId)
          Sets the projectId value for this ArtifactSoapRow.
 void setProjectPathString(java.lang.String projectPathString)
          Sets the projectPathString value for this ArtifactSoapRow.
 void setProjectTitle(java.lang.String projectTitle)
          Sets the projectTitle value for this ArtifactSoapRow.
 void setStatus(java.lang.String status)
          Sets the status value for this ArtifactSoapRow.
 void setStatusClass(java.lang.String statusClass)
          Sets the statusClass value for this ArtifactSoapRow.
 void setSubmittedByFullname(java.lang.String submittedByFullname)
          Sets the submittedByFullname value for this ArtifactSoapRow.
 void setSubmittedByUsername(java.lang.String submittedByUsername)
          Sets the submittedByUsername value for this ArtifactSoapRow.
 void setSubmittedDate(java.util.Calendar submittedDate)
          Sets the submittedDate value for this ArtifactSoapRow.
 void setTitle(java.lang.String title)
          Sets the title value for this ArtifactSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactSoapRow

public ArtifactSoapRow()

ArtifactSoapRow

public ArtifactSoapRow(int actualHours,
                       java.lang.String artifactGroup,
                       java.lang.String assignedToFullname,
                       java.lang.String assignedToUsername,
                       java.lang.String category,
                       java.util.Calendar closeDate,
                       java.lang.String customer,
                       java.lang.String description,
                       int estimatedHours,
                       java.lang.String folderId,
                       java.lang.String folderPathString,
                       java.lang.String folderTitle,
                       java.lang.String id,
                       java.util.Calendar lastModifiedDate,
                       int priority,
                       java.lang.String projectId,
                       java.lang.String projectPathString,
                       java.lang.String projectTitle,
                       java.lang.String status,
                       java.lang.String statusClass,
                       java.lang.String submittedByFullname,
                       java.lang.String submittedByUsername,
                       java.util.Calendar submittedDate,
                       java.lang.String title)
Method Detail

getActualHours

public int getActualHours()
Gets the actualHours value for this ArtifactSoapRow.

Returns:
actualHours

setActualHours

public void setActualHours(int actualHours)
Sets the actualHours value for this ArtifactSoapRow.

Parameters:
actualHours -

getArtifactGroup

public java.lang.String getArtifactGroup()
Gets the artifactGroup value for this ArtifactSoapRow.

Returns:
artifactGroup

setArtifactGroup

public void setArtifactGroup(java.lang.String artifactGroup)
Sets the artifactGroup value for this ArtifactSoapRow.

Parameters:
artifactGroup -

getAssignedToFullname

public java.lang.String getAssignedToFullname()
Gets the assignedToFullname value for this ArtifactSoapRow.

Returns:
assignedToFullname

setAssignedToFullname

public void setAssignedToFullname(java.lang.String assignedToFullname)
Sets the assignedToFullname value for this ArtifactSoapRow.

Parameters:
assignedToFullname -

getAssignedToUsername

public java.lang.String getAssignedToUsername()
Gets the assignedToUsername value for this ArtifactSoapRow.

Returns:
assignedToUsername

setAssignedToUsername

public void setAssignedToUsername(java.lang.String assignedToUsername)
Sets the assignedToUsername value for this ArtifactSoapRow.

Parameters:
assignedToUsername -

getCategory

public java.lang.String getCategory()
Gets the category value for this ArtifactSoapRow.

Returns:
category

setCategory

public void setCategory(java.lang.String category)
Sets the category value for this ArtifactSoapRow.

Parameters:
category -

getCloseDate

public java.util.Calendar getCloseDate()
Gets the closeDate value for this ArtifactSoapRow.

Returns:
closeDate

setCloseDate

public void setCloseDate(java.util.Calendar closeDate)
Sets the closeDate value for this ArtifactSoapRow.

Parameters:
closeDate -

getCustomer

public java.lang.String getCustomer()
Gets the customer value for this ArtifactSoapRow.

Returns:
customer

setCustomer

public void setCustomer(java.lang.String customer)
Sets the customer value for this ArtifactSoapRow.

Parameters:
customer -

getDescription

public java.lang.String getDescription()
Gets the description value for this ArtifactSoapRow.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ArtifactSoapRow.

Parameters:
description -

getEstimatedHours

public int getEstimatedHours()
Gets the estimatedHours value for this ArtifactSoapRow.

Returns:
estimatedHours

setEstimatedHours

public void setEstimatedHours(int estimatedHours)
Sets the estimatedHours value for this ArtifactSoapRow.

Parameters:
estimatedHours -

getFolderId

public java.lang.String getFolderId()
Gets the folderId value for this ArtifactSoapRow.

Returns:
folderId

setFolderId

public void setFolderId(java.lang.String folderId)
Sets the folderId value for this ArtifactSoapRow.

Parameters:
folderId -

getFolderPathString

public java.lang.String getFolderPathString()
Gets the folderPathString value for this ArtifactSoapRow.

Returns:
folderPathString

setFolderPathString

public void setFolderPathString(java.lang.String folderPathString)
Sets the folderPathString value for this ArtifactSoapRow.

Parameters:
folderPathString -

getFolderTitle

public java.lang.String getFolderTitle()
Gets the folderTitle value for this ArtifactSoapRow.

Returns:
folderTitle

setFolderTitle

public void setFolderTitle(java.lang.String folderTitle)
Sets the folderTitle value for this ArtifactSoapRow.

Parameters:
folderTitle -

getId

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

Returns:
id

setId

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

Parameters:
id -

getLastModifiedDate

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

Returns:
lastModifiedDate

setLastModifiedDate

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

Parameters:
lastModifiedDate -

getPriority

public int getPriority()
Gets the priority value for this ArtifactSoapRow.

Returns:
priority

setPriority

public void setPriority(int priority)
Sets the priority value for this ArtifactSoapRow.

Parameters:
priority -

getProjectId

public java.lang.String getProjectId()
Gets the projectId value for this ArtifactSoapRow.

Returns:
projectId

setProjectId

public void setProjectId(java.lang.String projectId)
Sets the projectId value for this ArtifactSoapRow.

Parameters:
projectId -

getProjectPathString

public java.lang.String getProjectPathString()
Gets the projectPathString value for this ArtifactSoapRow.

Returns:
projectPathString

setProjectPathString

public void setProjectPathString(java.lang.String projectPathString)
Sets the projectPathString value for this ArtifactSoapRow.

Parameters:
projectPathString -

getProjectTitle

public java.lang.String getProjectTitle()
Gets the projectTitle value for this ArtifactSoapRow.

Returns:
projectTitle

setProjectTitle

public void setProjectTitle(java.lang.String projectTitle)
Sets the projectTitle value for this ArtifactSoapRow.

Parameters:
projectTitle -

getStatus

public java.lang.String getStatus()
Gets the status value for this ArtifactSoapRow.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this ArtifactSoapRow.

Parameters:
status -

getStatusClass

public java.lang.String getStatusClass()
Gets the statusClass value for this ArtifactSoapRow.

Returns:
statusClass

setStatusClass

public void setStatusClass(java.lang.String statusClass)
Sets the statusClass value for this ArtifactSoapRow.

Parameters:
statusClass -

getSubmittedByFullname

public java.lang.String getSubmittedByFullname()
Gets the submittedByFullname value for this ArtifactSoapRow.

Returns:
submittedByFullname

setSubmittedByFullname

public void setSubmittedByFullname(java.lang.String submittedByFullname)
Sets the submittedByFullname value for this ArtifactSoapRow.

Parameters:
submittedByFullname -

getSubmittedByUsername

public java.lang.String getSubmittedByUsername()
Gets the submittedByUsername value for this ArtifactSoapRow.

Returns:
submittedByUsername

setSubmittedByUsername

public void setSubmittedByUsername(java.lang.String submittedByUsername)
Sets the submittedByUsername value for this ArtifactSoapRow.

Parameters:
submittedByUsername -

getSubmittedDate

public java.util.Calendar getSubmittedDate()
Gets the submittedDate value for this ArtifactSoapRow.

Returns:
submittedDate

setSubmittedDate

public void setSubmittedDate(java.util.Calendar submittedDate)
Sets the submittedDate value for this ArtifactSoapRow.

Parameters:
submittedDate -

getTitle

public java.lang.String getTitle()
Gets the title value for this ArtifactSoapRow.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this ArtifactSoapRow.

Parameters:
title -

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.