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 voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetAttachmentId(String attachmentId) Sets 'attachmentId'.voidsetCreatedBy(String createdBy) Sets 'createdBy'.voidsetCreatedByFullname(String createdByFullname) Sets 'createdByFullname'.voidsetDateCreated(Date dateCreated) Sets 'dateCreated'.voidsetFileName(String fileName) Sets 'fileName'.voidsetFileSize(String fileSize) Sets 'fileSize'.voidsetMimetype(String mimetype) Sets 'mimetype'.voidsetRawFileId(String rawFileId) Sets 'rawFileId'.voidsetStoredFileId(String storedFileId) Sets 'storedFileId'.voidsetTransactionId(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)
-