Class DocumentSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.docman.DocumentSoapRow
-
public class DocumentSoapRow extends Object
DocumentList class represents the list of documents.Change HistoryRelease: 4.2- Field 'fileSize' type changed from 'Long' to 'long'.
Release: 4.4- Added 'fileUrl'
- Since:
- 4.1
-
-
Field Summary
Fields Modifier and Type Field Description static StringVERSION_STATUS_DRAFTstatic StringVERSION_STATUS_FINALstatic StringVERSION_STATUS_REVIEW
-
Constructor Summary
Constructors Constructor Description DocumentSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedBy()Returns 'createdBy'.intgetCurrentVersion()Returns 'currentVersion'.DategetDateCreated()Returns 'dateCreated'.DategetDateLastModified()Returns 'dateLastModified'.DategetDateVersionCreated()Returns 'dateVersionCreated'.StringgetDescription()Returns 'description'.StringgetFileName()Returns 'fileName'.longgetFileSize()Returns 'fileSize'.StringgetFileUrl()Returns 'fileUrl'.StringgetFolderId()Returns 'folderId'.StringgetFolderPathString()Returns 'folderPathString'.StringgetFolderTitle()Returns 'folderTitle'.StringgetId()Returns 'id'.StringgetLastModifiedBy()Returns 'lastModifiedBy'.StringgetLastModifiedByFullName()Returns 'lastModifiedByFullName'.StringgetLockedBy()Returns 'lockedBy'.StringgetMimeType()Returns 'mimeType'.StringgetProjectId()Returns 'projectId'.StringgetProjectPathString()Returns 'projectPathString'.StringgetProjectTitle()Returns 'projectTitle'.StringgetTitle()Returns 'title'.StringgetVersionComment()Returns 'versionComment'.StringgetVersionCreatedBy()Returns 'versionCreatedBy'.StringgetVersionCreatedByFullname()Returns 'versionCreatedByFullname'.StringgetVersionId()Returns 'versionId'.intgetVersionNumber()Returns 'versionNumber'.StringgetVersionStatus()Returns 'versionStatus'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetCreatedBy(String createdBy)Sets 'createdBy'.voidsetCurrentVersion(int currentVersion)Sets 'currentVersion'.voidsetDateCreated(Date dateCreated)Sets 'dateCreated'.voidsetDateLastModified(Date dateLastModified)Sets 'dateLastModified'.voidsetDateVersionCreated(Date dateVersionCreated)Sets 'dateVersionCreated'.voidsetDescription(String description)Sets 'description'.voidsetFileName(String fileName)Sets 'fileName'.voidsetFileSize(long fileSize)Sets 'fileSize'.voidsetFileUrl(String fileUrl)Sets 'fileUrl'.voidsetFolderId(String folderId)Sets 'folderId'.voidsetFolderPathString(String folderPathString)Sets 'folderPathString'.voidsetFolderTitle(String folderTitle)Sets 'folderTitle'.voidsetId(String id)Sets 'id'.voidsetLastModifiedBy(String lastModifiedBy)Sets 'lastModifiedBy'.voidsetLastModifiedByFullName(String lastModifiedByFullName)Sets 'lastModifiedByFullName'.voidsetLockedBy(String lockedBy)Sets 'lockedBy'.voidsetMimeType(String mimeType)Sets 'mimeType'.voidsetProjectId(String projectId)Sets 'projectId'.voidsetProjectPathString(String projectPathString)Sets 'projectPathString'.voidsetProjectTitle(String projectTitle)Sets 'projectTitle'.voidsetTitle(String title)Sets 'title'.voidsetVersionComment(String versionComment)Sets 'versionComment'.voidsetVersionCreatedBy(String versionCreatedBy)Sets 'versionCreatedBy'.voidsetVersionCreatedByFullname(String versionCreatedByFullname)Sets 'versionCreatedByFullname'.voidsetVersionId(String versionId)Sets 'versionId'.voidsetVersionNumber(int versionNumber)Sets 'versionNumber'.voidsetVersionStatus(String versionStatus)Sets 'versionStatus'.
-
-
-
Field Detail
-
VERSION_STATUS_DRAFT
public static final String VERSION_STATUS_DRAFT
- See Also:
- Constant Field Values
-
VERSION_STATUS_REVIEW
public static final String VERSION_STATUS_REVIEW
- See Also:
- Constant Field Values
-
VERSION_STATUS_FINAL
public static final String VERSION_STATUS_FINAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public String getId()
Returns 'id'.- Returns:
- Value of 'id'.
-
setId
public void setId(String id)
Sets 'id'.- Parameters:
id- Value of 'id'.
-
getVersionId
public String getVersionId()
Returns 'versionId'. The id of the specified version of the document- Returns:
- Value of 'versionId'.
-
setVersionId
public void setVersionId(String versionId)
Sets 'versionId'. The id of the specified version of the document- Parameters:
versionId- Value of 'versionId'.
-
getVersionNumber
public int getVersionNumber()
Returns 'versionNumber'. The version number of the document- Returns:
- Value of 'versionNumber'.
-
setVersionNumber
public void setVersionNumber(int versionNumber)
Sets 'versionNumber'. The version number of the document- Parameters:
versionNumber- Value of 'versionNumber'.
-
getProjectPathString
public String getProjectPathString()
Returns 'projectPathString'. The path of the project containing the document- Returns:
- Value of 'projectPathString'.
-
setProjectPathString
public void setProjectPathString(String projectPathString)
Sets 'projectPathString'. The path of the project containing the document- Parameters:
projectPathString- Value of 'projectPathString'.
-
getProjectTitle
public String getProjectTitle()
Returns 'projectTitle'. The title of the project containing the document- Returns:
- Value of 'projectTitle'.
-
setProjectTitle
public void setProjectTitle(String projectTitle)
Sets 'projectTitle'. The title of the project containing the document- Parameters:
projectTitle- Value of 'projectTitle'.
-
getProjectId
public String getProjectId()
Returns 'projectId'. The id of the project containing the document- Returns:
- Value of 'projectId'.
-
setProjectId
public void setProjectId(String projectId)
Sets 'projectId'. The id of the project containing the document- Parameters:
projectId- Value of 'projectId'.
-
getFolderTitle
public String getFolderTitle()
Returns 'folderTitle'. The title of the document folder containing the document- Returns:
- Value of 'folderTitle'.
-
setFolderTitle
public void setFolderTitle(String folderTitle)
Sets 'folderTitle'. The title of the document folder containing the document- Parameters:
folderTitle- Value of 'folderTitle'.
-
getFolderId
public String getFolderId()
Returns 'folderId'. The id of the document folder containing the document- Returns:
- Value of 'folderId'.
-
setFolderId
public void setFolderId(String folderId)
Sets 'folderId'. The id of the document folder containing the document- Parameters:
folderId- Value of 'folderId'.
-
getFolderPathString
public String getFolderPathString()
Returns 'folderPathString'.- Returns:
- Value of 'folderPathString'.
-
setFolderPathString
public void setFolderPathString(String folderPathString)
Sets 'folderPathString'.- Parameters:
folderPathString- Value of 'folderPathString'.
-
getTitle
public String getTitle()
Returns 'title'. The title of the document- Returns:
- Value of 'title'.
-
setTitle
public void setTitle(String title)
Sets 'title'. The title of the document- Parameters:
title- Value of 'title'.
-
getDescription
public String getDescription()
Returns 'description'. The description of the document- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. The description of the document- Parameters:
description- Value of 'description'.
-
getCreatedBy
public String getCreatedBy()
Returns 'createdBy'. The username of the user who created the document- Returns:
- Value of 'createdBy'.
-
setCreatedBy
public void setCreatedBy(String createdBy)
Sets 'createdBy'. The username of the user who created the document- Parameters:
createdBy- Value of 'createdBy'.
-
getDateCreated
public Date getDateCreated()
Returns 'dateCreated'. The date the document was created- Returns:
- Value of 'dateCreated'.
-
setDateCreated
public void setDateCreated(Date dateCreated)
Sets 'dateCreated'. The date the document was created- Parameters:
dateCreated- Value of 'dateCreated'.
-
getLastModifiedBy
public String getLastModifiedBy()
Returns 'lastModifiedBy'. The username of the user who last modified the document details- Returns:
- Value of 'lastModifiedBy'.
-
setLastModifiedBy
public void setLastModifiedBy(String lastModifiedBy)
Sets 'lastModifiedBy'. The username of the user who last modified the document details- Parameters:
lastModifiedBy- Value of 'lastModifiedBy'.
-
getLastModifiedByFullName
public String getLastModifiedByFullName()
Returns 'lastModifiedByFullName'. The full name of the user who last modified the document details- Returns:
- Value of 'lastModifiedByFullName'.
-
setLastModifiedByFullName
public void setLastModifiedByFullName(String lastModifiedByFullName)
Sets 'lastModifiedByFullName'. The full name of the user who last modified the document details- Parameters:
lastModifiedByFullName- Value of 'lastModifiedByFullName'.
-
getDateLastModified
public Date getDateLastModified()
Returns 'dateLastModified'. The date the document details were last modified- Returns:
- Value of 'dateLastModified'.
-
setDateLastModified
public void setDateLastModified(Date dateLastModified)
Sets 'dateLastModified'. The date the document details were last modified- Parameters:
dateLastModified- Value of 'dateLastModified'.
-
getCurrentVersion
public int getCurrentVersion()
Returns 'currentVersion'. The number of the current version of the document- Returns:
- Value of 'currentVersion'.
-
setCurrentVersion
public void setCurrentVersion(int currentVersion)
Sets 'currentVersion'. The number of the current version of the document- Parameters:
currentVersion- Value of 'currentVersion'.
-
getDateVersionCreated
public Date getDateVersionCreated()
Returns 'dateVersionCreated'. The date the specified version was created- Returns:
- Value of 'dateVersionCreated'.
-
setDateVersionCreated
public void setDateVersionCreated(Date dateVersionCreated)
Sets 'dateVersionCreated'. The date the specified version was created- Parameters:
dateVersionCreated- Value of 'dateVersionCreated'.
-
getVersionCreatedBy
public String getVersionCreatedBy()
Returns 'versionCreatedBy'. The user name of the user who created this version of the file- Returns:
- Value of 'versionCreatedBy'.
-
setVersionCreatedBy
public void setVersionCreatedBy(String versionCreatedBy)
Sets 'versionCreatedBy'. The user name of the user who created this version of the file- Parameters:
versionCreatedBy- Value of 'versionCreatedBy'.
-
getVersionStatus
public String getVersionStatus()
Returns 'versionStatus'. The status of this version of the document. Can be one of VERSION_STATUS_DRAFT, VERSION_STATUS_REVIEW or VERSION_STATUS_FINAL- Returns:
- Value of 'versionStatus'.
-
setVersionStatus
public void setVersionStatus(String versionStatus)
Sets 'versionStatus'. The status of this version of the document. Can be one of VERSION_STATUS_DRAFT, VERSION_STATUS_REVIEW or VERSION_STATUS_FINAL- Parameters:
versionStatus- Value of 'versionStatus'.
-
getVersionComment
public String getVersionComment()
Returns 'versionComment'. The comment provided by the user when creating this version of the file- Returns:
- Value of 'versionComment'.
-
setVersionComment
public void setVersionComment(String versionComment)
Sets 'versionComment'. The comment provided by the user when creating this version of the file- Parameters:
versionComment- Value of 'versionComment'.
-
getVersionCreatedByFullname
public String getVersionCreatedByFullname()
Returns 'versionCreatedByFullname'. The full name of the user who created the file- Returns:
- Value of 'versionCreatedByFullname'.
-
setVersionCreatedByFullname
public void setVersionCreatedByFullname(String versionCreatedByFullname)
Sets 'versionCreatedByFullname'. The full name of the user who created the file- Parameters:
versionCreatedByFullname- Value of 'versionCreatedByFullname'.
-
getMimeType
public String getMimeType()
Returns 'mimeType'. The mime type of the file- Returns:
- Value of 'mimeType'.
-
setMimeType
public void setMimeType(String mimeType)
Sets 'mimeType'. The mime type of the file- Parameters:
mimeType- Value of 'mimeType'.
-
getFileName
public String getFileName()
Returns 'fileName'. The name of the file used for downloading- Returns:
- Value of 'fileName'.
-
setFileName
public void setFileName(String fileName)
Sets 'fileName'. The name of the file used for downloading- Parameters:
fileName- Value of 'fileName'.
-
getFileSize
public long getFileSize()
Returns 'fileSize'. The size of the file, in bytes- Returns:
- Value of 'fileSize'.
-
setFileSize
public void setFileSize(long fileSize)
Sets 'fileSize'. The size of the file, in bytes- Parameters:
fileSize- Value of 'fileSize'.
-
getFileUrl
public String getFileUrl()
Returns 'fileUrl'. The url of the file stored- Returns:
- Value of 'fileUrl'.
-
setFileUrl
public void setFileUrl(String fileUrl)
Sets 'fileUrl'. The url of the file stored- Parameters:
fileUrl- Value of 'fileUrl'.
-
getLockedBy
public String getLockedBy()
Returns 'lockedBy'. Id of the user with a lock on this document, if any. Null if document is not locked.- Returns:
- Value of 'lockedBy'.
-
setLockedBy
public void setLockedBy(String lockedBy)
Sets 'lockedBy'. Id of the user with a lock on this document, if any. Null if document is not locked.- Parameters:
lockedBy- Value of 'lockedBy'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-