public class AttachmentImpl extends AttachmentSummaryImpl implements Attachment
channel, classificationSummary, created, id, modified, objectReference, received, taskId| Constructor and Description |
|---|
AttachmentImpl() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentSummary |
asSummary()
Return a summary of the current Attachment.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object obj) |
Map<String,String> |
getCustomAttributes()
Returns the custom attributes of this attachment.
|
int |
hashCode() |
void |
setCustomAttributes(Map<String,String> customAttributes)
Sets the custom attribute Map of the attachment.
|
String |
toString() |
getChannel, getClassificationSummary, getClassificationSummaryImpl, getCreated, getId, getModified, getObjectReference, getReceived, getTaskId, setChannel, setClassificationSummary, setClassificationSummaryImpl, setCreated, setId, setModified, setObjectReference, setReceived, setTaskIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetChannel, setClassificationSummary, setObjectReference, setReceivedgetChannel, getClassificationSummary, getCreated, getId, getModified, getObjectReference, getReceived, getTaskIdpublic Map<String,String> getCustomAttributes()
AttachmentgetCustomAttributes in interface AttachmentMappublic void setCustomAttributes(Map<String,String> customAttributes)
AttachmentsetCustomAttributes in interface AttachmentcustomAttributes - a Map that contains the custom attributes of the attachment as
key, value pairspublic AttachmentSummary asSummary()
AttachmentasSummary in interface Attachmentprotected boolean canEqual(Object other)
canEqual in class AttachmentSummaryImplpublic int hashCode()
hashCode in class AttachmentSummaryImplpublic boolean equals(Object obj)
equals in class AttachmentSummaryImplpublic String toString()
toString in class AttachmentSummaryImplCopyright © 2020. All rights reserved.