public class Document2SoapRow extends Object
Modifier and Type | Field and Description |
---|---|
static String |
VERSION_STATUS_DRAFT |
static String |
VERSION_STATUS_FINAL |
static String |
VERSION_STATUS_REVIEW |
Constructor and Description |
---|
Document2SoapRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowForceUnlock()
Returns 'allowForceUnlock'.
|
String |
getCreatedBy()
Returns 'createdBy'.
|
int |
getCurrentVersion()
Returns 'currentVersion'.
|
Date |
getDateCreated()
Returns 'dateCreated'.
|
Date |
getDateLastModified()
Returns 'dateLastModified'.
|
Date |
getDateVersionCreated()
Returns 'dateVersionCreated'.
|
String |
getDescription()
Returns 'description'.
|
boolean |
getDownloadRestricted()
Returns 'downloadRestricted'.
|
String |
getFileName()
Returns 'fileName'.
|
long |
getFileSize()
Returns 'fileSize'.
|
String |
getFileUrl()
Returns 'fileUrl'.
|
String |
getFolderId()
Returns 'folderId'.
|
String |
getFolderPathString()
Returns 'folderPathString'.
|
String |
getFolderTitle()
Returns 'folderTitle'.
|
String |
getId()
Returns 'id'.
|
String |
getLastModifiedBy()
Returns 'lastModifiedBy'.
|
String |
getLastModifiedByFullName()
Returns 'lastModifiedByFullName'.
|
String |
getLockedBy()
Returns 'lockedBy'.
|
String |
getMimeType()
Returns 'mimeType'.
|
String |
getProjectId()
Returns 'projectId'.
|
String |
getProjectPathString()
Returns 'projectPathString'.
|
String |
getProjectTitle()
Returns 'projectTitle'.
|
String |
getTitle()
Returns 'title'.
|
String |
getVersionComment()
Returns 'versionComment'.
|
String |
getVersionCreatedBy()
Returns 'versionCreatedBy'.
|
String |
getVersionCreatedByFullname()
Returns 'versionCreatedByFullname'.
|
String |
getVersionId()
Returns 'versionId'.
|
int |
getVersionNumber()
Returns 'versionNumber'.
|
String |
getVersionStatus()
Returns 'versionStatus'.
|
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setAllowForceUnlock(boolean allowForceUnlock)
Sets 'allowForceUnlock'.
|
void |
setCreatedBy(String createdBy)
Sets 'createdBy'.
|
void |
setCurrentVersion(int currentVersion)
Sets 'currentVersion'.
|
void |
setDateCreated(Date dateCreated)
Sets 'dateCreated'.
|
void |
setDateLastModified(Date dateLastModified)
Sets 'dateLastModified'.
|
void |
setDateVersionCreated(Date dateVersionCreated)
Sets 'dateVersionCreated'.
|
void |
setDescription(String description)
Sets 'description'.
|
void |
setDownloadRestricted(boolean downloadRestricted)
Sets 'downloadRestricted'.
|
void |
setFileName(String fileName)
Sets 'fileName'.
|
void |
setFileSize(long fileSize)
Sets 'fileSize'.
|
void |
setFileUrl(String fileUrl)
Sets 'fileUrl'.
|
void |
setFolderId(String folderId)
Sets 'folderId'.
|
void |
setFolderPathString(String folderPathString)
Sets 'folderPathString'.
|
void |
setFolderTitle(String folderTitle)
Sets 'folderTitle'.
|
void |
setId(String id)
Sets 'id'.
|
void |
setLastModifiedBy(String lastModifiedBy)
Sets 'lastModifiedBy'.
|
void |
setLastModifiedByFullName(String lastModifiedByFullName)
Sets 'lastModifiedByFullName'.
|
void |
setLockedBy(String lockedBy)
Sets 'lockedBy'.
|
void |
setMimeType(String mimeType)
Sets 'mimeType'.
|
void |
setProjectId(String projectId)
Sets 'projectId'.
|
void |
setProjectPathString(String projectPathString)
Sets 'projectPathString'.
|
void |
setProjectTitle(String projectTitle)
Sets 'projectTitle'.
|
void |
setTitle(String title)
Sets 'title'.
|
void |
setVersionComment(String versionComment)
Sets 'versionComment'.
|
void |
setVersionCreatedBy(String versionCreatedBy)
Sets 'versionCreatedBy'.
|
void |
setVersionCreatedByFullname(String versionCreatedByFullname)
Sets 'versionCreatedByFullname'.
|
void |
setVersionId(String versionId)
Sets 'versionId'.
|
void |
setVersionNumber(int versionNumber)
Sets 'versionNumber'.
|
void |
setVersionStatus(String versionStatus)
Sets 'versionStatus'.
|
public static final String VERSION_STATUS_DRAFT
public static final String VERSION_STATUS_REVIEW
public static final String VERSION_STATUS_FINAL
public String getId()
public void setId(String id)
id
- Value of 'id'.public String getVersionId()
public void setVersionId(String versionId)
versionId
- Value of 'versionId'.public int getVersionNumber()
public void setVersionNumber(int versionNumber)
versionNumber
- Value of 'versionNumber'.public String getProjectPathString()
public void setProjectPathString(String projectPathString)
projectPathString
- Value of 'projectPathString'.public String getProjectTitle()
public void setProjectTitle(String projectTitle)
projectTitle
- Value of 'projectTitle'.public String getProjectId()
public void setProjectId(String projectId)
projectId
- Value of 'projectId'.public String getFolderTitle()
public void setFolderTitle(String folderTitle)
folderTitle
- Value of 'folderTitle'.public String getFolderId()
public void setFolderId(String folderId)
folderId
- Value of 'folderId'.public String getFolderPathString()
public void setFolderPathString(String folderPathString)
folderPathString
- Value of 'folderPathString'.public String getTitle()
public void setTitle(String title)
title
- Value of 'title'.public String getDescription()
public void setDescription(String description)
description
- Value of 'description'.public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy
- Value of 'createdBy'.public Date getDateCreated()
public void setDateCreated(Date dateCreated)
dateCreated
- Value of 'dateCreated'.public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Value of 'lastModifiedBy'.public String getLastModifiedByFullName()
public void setLastModifiedByFullName(String lastModifiedByFullName)
lastModifiedByFullName
- Value of 'lastModifiedByFullName'.public Date getDateLastModified()
public void setDateLastModified(Date dateLastModified)
dateLastModified
- Value of 'dateLastModified'.public int getCurrentVersion()
public void setCurrentVersion(int currentVersion)
currentVersion
- Value of 'currentVersion'.public Date getDateVersionCreated()
public void setDateVersionCreated(Date dateVersionCreated)
dateVersionCreated
- Value of 'dateVersionCreated'.public String getVersionCreatedBy()
public void setVersionCreatedBy(String versionCreatedBy)
versionCreatedBy
- Value of 'versionCreatedBy'.public String getVersionStatus()
public void setVersionStatus(String versionStatus)
versionStatus
- Value of 'versionStatus'.public String getVersionComment()
public void setVersionComment(String versionComment)
versionComment
- Value of 'versionComment'.public String getVersionCreatedByFullname()
public void setVersionCreatedByFullname(String versionCreatedByFullname)
versionCreatedByFullname
- Value of 'versionCreatedByFullname'.public String getMimeType()
public void setMimeType(String mimeType)
mimeType
- Value of 'mimeType'.public String getFileName()
public void setFileName(String fileName)
fileName
- Value of 'fileName'.public long getFileSize()
public void setFileSize(long fileSize)
fileSize
- Value of 'fileSize'.public String getFileUrl()
public void setFileUrl(String fileUrl)
fileUrl
- Value of 'fileUrl'.public String getLockedBy()
public void setLockedBy(String lockedBy)
lockedBy
- Value of 'lockedBy'.public boolean getDownloadRestricted()
public void setDownloadRestricted(boolean downloadRestricted)
downloadRestricted
- Value of 'downloadRestricted'.public boolean getAllowForceUnlock()
public void setAllowForceUnlock(boolean allowForceUnlock)
allowForceUnlock
- Value of 'allowForceUnlock'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.