public class ArtifactSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
ArtifactSoapRow() |
ArtifactSoapRow(int actualHours,
String artifactGroup,
String assignedToFullname,
String assignedToUsername,
String category,
Calendar closeDate,
String customer,
String description,
int estimatedHours,
String folderId,
String folderPathString,
String folderTitle,
String id,
Calendar lastModifiedDate,
int priority,
String projectId,
String projectPathString,
String projectTitle,
String status,
String statusClass,
String submittedByFullname,
String submittedByUsername,
Calendar submittedDate,
String title) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getActualHours()
Gets the actualHours value for this ArtifactSoapRow.
|
String |
getArtifactGroup()
Gets the artifactGroup value for this ArtifactSoapRow.
|
String |
getAssignedToFullname()
Gets the assignedToFullname value for this ArtifactSoapRow.
|
String |
getAssignedToUsername()
Gets the assignedToUsername value for this ArtifactSoapRow.
|
String |
getCategory()
Gets the category value for this ArtifactSoapRow.
|
Calendar |
getCloseDate()
Gets the closeDate value for this ArtifactSoapRow.
|
String |
getCustomer()
Gets the customer value for this ArtifactSoapRow.
|
String |
getDescription()
Gets the description value for this ArtifactSoapRow.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getEstimatedHours()
Gets the estimatedHours value for this ArtifactSoapRow.
|
String |
getFolderId()
Gets the folderId value for this ArtifactSoapRow.
|
String |
getFolderPathString()
Gets the folderPathString value for this ArtifactSoapRow.
|
String |
getFolderTitle()
Gets the folderTitle value for this ArtifactSoapRow.
|
String |
getId()
Gets the id value for this ArtifactSoapRow.
|
Calendar |
getLastModifiedDate()
Gets the lastModifiedDate value for this ArtifactSoapRow.
|
int |
getPriority()
Gets the priority value for this ArtifactSoapRow.
|
String |
getProjectId()
Gets the projectId value for this ArtifactSoapRow.
|
String |
getProjectPathString()
Gets the projectPathString value for this ArtifactSoapRow.
|
String |
getProjectTitle()
Gets the projectTitle value for this ArtifactSoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this ArtifactSoapRow.
|
String |
getStatusClass()
Gets the statusClass value for this ArtifactSoapRow.
|
String |
getSubmittedByFullname()
Gets the submittedByFullname value for this ArtifactSoapRow.
|
String |
getSubmittedByUsername()
Gets the submittedByUsername value for this ArtifactSoapRow.
|
Calendar |
getSubmittedDate()
Gets the submittedDate value for this ArtifactSoapRow.
|
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(String artifactGroup)
Sets the artifactGroup value for this ArtifactSoapRow.
|
void |
setAssignedToFullname(String assignedToFullname)
Sets the assignedToFullname value for this ArtifactSoapRow.
|
void |
setAssignedToUsername(String assignedToUsername)
Sets the assignedToUsername value for this ArtifactSoapRow.
|
void |
setCategory(String category)
Sets the category value for this ArtifactSoapRow.
|
void |
setCloseDate(Calendar closeDate)
Sets the closeDate value for this ArtifactSoapRow.
|
void |
setCustomer(String customer)
Sets the customer value for this ArtifactSoapRow.
|
void |
setDescription(String description)
Sets the description value for this ArtifactSoapRow.
|
void |
setEstimatedHours(int estimatedHours)
Sets the estimatedHours value for this ArtifactSoapRow.
|
void |
setFolderId(String folderId)
Sets the folderId value for this ArtifactSoapRow.
|
void |
setFolderPathString(String folderPathString)
Sets the folderPathString value for this ArtifactSoapRow.
|
void |
setFolderTitle(String folderTitle)
Sets the folderTitle value for this ArtifactSoapRow.
|
void |
setId(String id)
Sets the id value for this ArtifactSoapRow.
|
void |
setLastModifiedDate(Calendar lastModifiedDate)
Sets the lastModifiedDate value for this ArtifactSoapRow.
|
void |
setPriority(int priority)
Sets the priority value for this ArtifactSoapRow.
|
void |
setProjectId(String projectId)
Sets the projectId value for this ArtifactSoapRow.
|
void |
setProjectPathString(String projectPathString)
Sets the projectPathString value for this ArtifactSoapRow.
|
void |
setProjectTitle(String projectTitle)
Sets the projectTitle value for this ArtifactSoapRow.
|
void |
setStatus(String status)
Sets the status value for this ArtifactSoapRow.
|
void |
setStatusClass(String statusClass)
Sets the statusClass value for this ArtifactSoapRow.
|
void |
setSubmittedByFullname(String submittedByFullname)
Sets the submittedByFullname value for this ArtifactSoapRow.
|
void |
setSubmittedByUsername(String submittedByUsername)
Sets the submittedByUsername value for this ArtifactSoapRow.
|
void |
setSubmittedDate(Calendar submittedDate)
Sets the submittedDate value for this ArtifactSoapRow.
|
void |
setTitle(String title)
Sets the title value for this ArtifactSoapRow.
|
public ArtifactSoapRow()
public ArtifactSoapRow(int actualHours,
String artifactGroup,
String assignedToFullname,
String assignedToUsername,
String category,
Calendar closeDate,
String customer,
String description,
int estimatedHours,
String folderId,
String folderPathString,
String folderTitle,
String id,
Calendar lastModifiedDate,
int priority,
String projectId,
String projectPathString,
String projectTitle,
String status,
String statusClass,
String submittedByFullname,
String submittedByUsername,
Calendar submittedDate,
String title)
public int getActualHours()
public void setActualHours(int actualHours)
actualHours - public String getArtifactGroup()
public void setArtifactGroup(String artifactGroup)
artifactGroup - public String getAssignedToFullname()
public void setAssignedToFullname(String assignedToFullname)
assignedToFullname - public String getAssignedToUsername()
public void setAssignedToUsername(String assignedToUsername)
assignedToUsername - public String getCategory()
public void setCategory(String category)
category - public Calendar getCloseDate()
public void setCloseDate(Calendar closeDate)
closeDate - public String getCustomer()
public void setCustomer(String customer)
customer - public String getDescription()
public void setDescription(String description)
description - public int getEstimatedHours()
public void setEstimatedHours(int estimatedHours)
estimatedHours - public String getFolderId()
public void setFolderId(String folderId)
folderId - public String getFolderPathString()
public void setFolderPathString(String folderPathString)
folderPathString - public String getFolderTitle()
public void setFolderTitle(String folderTitle)
folderTitle - public String getId()
public void setId(String id)
id - public Calendar getLastModifiedDate()
public void setLastModifiedDate(Calendar lastModifiedDate)
lastModifiedDate - public int getPriority()
public void setPriority(int priority)
priority - public String getProjectId()
public void setProjectId(String projectId)
projectId - public String getProjectPathString()
public void setProjectPathString(String projectPathString)
projectPathString - public String getProjectTitle()
public void setProjectTitle(String projectTitle)
projectTitle - public String getStatus()
public void setStatus(String status)
status - public String getStatusClass()
public void setStatusClass(String statusClass)
statusClass - public String getSubmittedByFullname()
public void setSubmittedByFullname(String submittedByFullname)
submittedByFullname - public String getSubmittedByUsername()
public void setSubmittedByUsername(String submittedByUsername)
submittedByUsername - public Calendar getSubmittedDate()
public void setSubmittedDate(Calendar submittedDate)
submittedDate - public String getTitle()
public void setTitle(String title)
title - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.