Class AttachmentSoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.AttachmentSoapRow
AttachmentSoapList is used to get a list of attachments.
Change History
Release: 6.1
- Added transactionId, createdBy and createdByFullname information.
- Since:
- 4.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'attachmentId'.Returns 'createdBy'.Returns 'createdByFullname'.Returns 'dateCreated'.Returns 'fileName'.Returns 'fileSize'.Returns 'mimetype'.Returns 'rawFileId'.Returns 'storedFileId'.Returns 'transactionId'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setAttachmentId
(String attachmentId) Sets 'attachmentId'.void
setCreatedBy
(String createdBy) Sets 'createdBy'.void
setCreatedByFullname
(String createdByFullname) Sets 'createdByFullname'.void
setDateCreated
(Date dateCreated) Sets 'dateCreated'.void
setFileName
(String fileName) Sets 'fileName'.void
setFileSize
(String fileSize) Sets 'fileSize'.void
setMimetype
(String mimetype) Sets 'mimetype'.void
setRawFileId
(String rawFileId) Sets 'rawFileId'.void
setStoredFileId
(String storedFileId) Sets 'storedFileId'.void
setTransactionId
(String transactionId) Sets 'transactionId'.
-
Constructor Details
-
AttachmentSoapRow
public AttachmentSoapRow()
-
-
Method Details
-
getAttachmentId
Returns 'attachmentId'. Id of the attachment. This is what is displayed in the UI and used in APIs like deleteAttachment(). Should be used in conjunction with the object which it belongs.- Returns:
- Value of 'attachmentId'.
-
setAttachmentId
Sets 'attachmentId'. Id of the attachment. This is what is displayed in the UI and used in APIs like deleteAttachment(). Should be used in conjunction with the object which it belongs.- Parameters:
attachmentId
- Value of 'attachmentId'.
-
getStoredFileId
Returns 'storedFileId'. The id of the corresponding physical file- Returns:
- Value of 'storedFileId'.
-
setStoredFileId
Sets 'storedFileId'. The id of the corresponding physical file- Parameters:
storedFileId
- Value of 'storedFileId'.
-
getRawFileId
Returns 'rawFileId'. The raw file id of the corresponding physical file- Returns:
- Value of 'rawFileId'.
-
setRawFileId
Sets 'rawFileId'. The raw file id of the corresponding physical file- Parameters:
rawFileId
- Value of 'rawFileId'.
-
getFileName
Returns 'fileName'. The name of the attachment file- Returns:
- Value of 'fileName'.
-
setFileName
Sets 'fileName'. The name of the attachment file- Parameters:
fileName
- Value of 'fileName'.
-
getFileSize
Returns 'fileSize'. Size of the attachment file- Returns:
- Value of 'fileSize'.
-
setFileSize
Sets 'fileSize'. Size of the attachment file- Parameters:
fileSize
- Value of 'fileSize'.
-
getMimetype
Returns 'mimetype'. Mimetype of the attachment- Returns:
- Value of 'mimetype'.
-
setMimetype
Sets 'mimetype'. Mimetype of the attachment- Parameters:
mimetype
- Value of 'mimetype'.
-
getDateCreated
Returns 'dateCreated'. The date the attachment was created- Returns:
- Value of 'dateCreated'.
-
setDateCreated
Sets 'dateCreated'. The date the attachment was created- Parameters:
dateCreated
- Value of 'dateCreated'.
-
getCreatedBy
Returns 'createdBy'. The user who created the attachment- Returns:
- Value of 'createdBy'.
-
setCreatedBy
Sets 'createdBy'. The user who created the attachment- Parameters:
createdBy
- Value of 'createdBy'.
-
getCreatedByFullname
Returns 'createdByFullname'. The user's full name who created the attachment- Returns:
- Value of 'createdByFullname'.
-
setCreatedByFullname
Sets 'createdByFullname'. The user's full name who created the attachment- Parameters:
createdByFullname
- Value of 'createdByFullname'.
-
getTransactionId
Returns 'transactionId'. The transaction id associated with the attachment creation event- Returns:
- Value of 'transactionId'.
-
setTransactionId
Sets 'transactionId'. The transaction id associated with the attachment creation event- Parameters:
transactionId
- Value of 'transactionId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-