public class FrsFileSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
FrsFileSoapRow() |
FrsFileSoapRow(String contentId,
Calendar dateCreated,
String description,
long fileSize,
String filename,
String folderPathString,
String id,
String mimeType,
String packageId,
String packageTitle,
String projectId,
String projectPathString,
String projectTitle,
String releaseId,
String releaseTitle,
String title) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContentId()
Gets the contentId value for this FrsFileSoapRow.
|
Calendar |
getDateCreated()
Gets the dateCreated value for this FrsFileSoapRow.
|
String |
getDescription()
Gets the description value for this FrsFileSoapRow.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFilename()
Gets the filename value for this FrsFileSoapRow.
|
long |
getFileSize()
Gets the fileSize value for this FrsFileSoapRow.
|
String |
getFolderPathString()
Gets the folderPathString value for this FrsFileSoapRow.
|
String |
getId()
Gets the id value for this FrsFileSoapRow.
|
String |
getMimeType()
Gets the mimeType value for this FrsFileSoapRow.
|
String |
getPackageId()
Gets the packageId value for this FrsFileSoapRow.
|
String |
getPackageTitle()
Gets the packageTitle value for this FrsFileSoapRow.
|
String |
getProjectId()
Gets the projectId value for this FrsFileSoapRow.
|
String |
getProjectPathString()
Gets the projectPathString value for this FrsFileSoapRow.
|
String |
getProjectTitle()
Gets the projectTitle value for this FrsFileSoapRow.
|
String |
getReleaseId()
Gets the releaseId value for this FrsFileSoapRow.
|
String |
getReleaseTitle()
Gets the releaseTitle value for this FrsFileSoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this FrsFileSoapRow.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setContentId(String contentId)
Sets the contentId value for this FrsFileSoapRow.
|
void |
setDateCreated(Calendar dateCreated)
Sets the dateCreated value for this FrsFileSoapRow.
|
void |
setDescription(String description)
Sets the description value for this FrsFileSoapRow.
|
void |
setFilename(String filename)
Sets the filename value for this FrsFileSoapRow.
|
void |
setFileSize(long fileSize)
Sets the fileSize value for this FrsFileSoapRow.
|
void |
setFolderPathString(String folderPathString)
Sets the folderPathString value for this FrsFileSoapRow.
|
void |
setId(String id)
Sets the id value for this FrsFileSoapRow.
|
void |
setMimeType(String mimeType)
Sets the mimeType value for this FrsFileSoapRow.
|
void |
setPackageId(String packageId)
Sets the packageId value for this FrsFileSoapRow.
|
void |
setPackageTitle(String packageTitle)
Sets the packageTitle value for this FrsFileSoapRow.
|
void |
setProjectId(String projectId)
Sets the projectId value for this FrsFileSoapRow.
|
void |
setProjectPathString(String projectPathString)
Sets the projectPathString value for this FrsFileSoapRow.
|
void |
setProjectTitle(String projectTitle)
Sets the projectTitle value for this FrsFileSoapRow.
|
void |
setReleaseId(String releaseId)
Sets the releaseId value for this FrsFileSoapRow.
|
void |
setReleaseTitle(String releaseTitle)
Sets the releaseTitle value for this FrsFileSoapRow.
|
void |
setTitle(String title)
Sets the title value for this FrsFileSoapRow.
|
public FrsFileSoapRow()
public FrsFileSoapRow(String contentId, Calendar dateCreated, String description, long fileSize, String filename, String folderPathString, String id, String mimeType, String packageId, String packageTitle, String projectId, String projectPathString, String projectTitle, String releaseId, String releaseTitle, String title)
public String getContentId()
public void setContentId(String contentId)
contentId - public Calendar getDateCreated()
public void setDateCreated(Calendar dateCreated)
dateCreated - public String getDescription()
public void setDescription(String description)
description - public long getFileSize()
public void setFileSize(long fileSize)
fileSize - public String getFilename()
public void setFilename(String filename)
filename - public String getFolderPathString()
public void setFolderPathString(String folderPathString)
folderPathString - public String getId()
public void setId(String id)
id - public String getMimeType()
public void setMimeType(String mimeType)
mimeType - public String getPackageId()
public void setPackageId(String packageId)
packageId - public String getPackageTitle()
public void setPackageTitle(String packageTitle)
packageTitle - 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 getReleaseId()
public void setReleaseId(String releaseId)
releaseId - public String getReleaseTitle()
public void setReleaseTitle(String releaseTitle)
releaseTitle - 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.