Class AttachmentSoapRow
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.AttachmentSoapRow
-
public class AttachmentSoapRow extends Object
AttachmentSoapList is used to get a list of attachments.Change HistoryRelease: 6.1- Added transactionId, createdBy and createdByFullname information.
- Since:
- 4.4
-
-
Constructor Summary
Constructors Constructor Description AttachmentSoapRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttachmentId()Returns 'attachmentId'.StringgetCreatedBy()Returns 'createdBy'.StringgetCreatedByFullname()Returns 'createdByFullname'.DategetDateCreated()Returns 'dateCreated'.StringgetFileName()Returns 'fileName'.StringgetFileSize()Returns 'fileSize'.StringgetMimetype()Returns 'mimetype'.StringgetRawFileId()Returns 'rawFileId'.StringgetStoredFileId()Returns 'storedFileId'.StringgetTransactionId()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'.
-
-
-
Method Detail
-
getAttachmentId
public String 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
public void setAttachmentId(String attachmentId)
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
public String getStoredFileId()
Returns 'storedFileId'. The id of the corresponding physical file- Returns:
- Value of 'storedFileId'.
-
setStoredFileId
public void setStoredFileId(String storedFileId)
Sets 'storedFileId'. The id of the corresponding physical file- Parameters:
storedFileId- Value of 'storedFileId'.
-
getRawFileId
public String getRawFileId()
Returns 'rawFileId'. The raw file id of the corresponding physical file- Returns:
- Value of 'rawFileId'.
-
setRawFileId
public void setRawFileId(String rawFileId)
Sets 'rawFileId'. The raw file id of the corresponding physical file- Parameters:
rawFileId- Value of 'rawFileId'.
-
getFileName
public String getFileName()
Returns 'fileName'. The name of the attachment file- Returns:
- Value of 'fileName'.
-
setFileName
public void setFileName(String fileName)
Sets 'fileName'. The name of the attachment file- Parameters:
fileName- Value of 'fileName'.
-
getFileSize
public String getFileSize()
Returns 'fileSize'. Size of the attachment file- Returns:
- Value of 'fileSize'.
-
setFileSize
public void setFileSize(String fileSize)
Sets 'fileSize'. Size of the attachment file- Parameters:
fileSize- Value of 'fileSize'.
-
getMimetype
public String getMimetype()
Returns 'mimetype'. Mimetype of the attachment- Returns:
- Value of 'mimetype'.
-
setMimetype
public void setMimetype(String mimetype)
Sets 'mimetype'. Mimetype of the attachment- Parameters:
mimetype- Value of 'mimetype'.
-
getDateCreated
public Date getDateCreated()
Returns 'dateCreated'. The date the attachment was created- Returns:
- Value of 'dateCreated'.
-
setDateCreated
public void setDateCreated(Date dateCreated)
Sets 'dateCreated'. The date the attachment was created- Parameters:
dateCreated- Value of 'dateCreated'.
-
getCreatedBy
public String getCreatedBy()
Returns 'createdBy'. The user who created the attachment- Returns:
- Value of 'createdBy'.
-
setCreatedBy
public void setCreatedBy(String createdBy)
Sets 'createdBy'. The user who created the attachment- Parameters:
createdBy- Value of 'createdBy'.
-
getCreatedByFullname
public String getCreatedByFullname()
Returns 'createdByFullname'. The user's full name who created the attachment- Returns:
- Value of 'createdByFullname'.
-
setCreatedByFullname
public void setCreatedByFullname(String createdByFullname)
Sets 'createdByFullname'. The user's full name who created the attachment- Parameters:
createdByFullname- Value of 'createdByFullname'.
-
getTransactionId
public String getTransactionId()
Returns 'transactionId'. The transaction id associated with the attachment creation event- Returns:
- Value of 'transactionId'.
-
setTransactionId
public void setTransactionId(String transactionId)
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)
-
-