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) |
AttachmentImpl |
copy()
Duplicates this AttachmentSummary without the id and taskId.
|
boolean |
equals(Object obj) |
Map<String,String> |
getCustomAttributeMap()
Returns the custom attributes of this attachment.
|
Map<String,String> |
getCustomAttributes() |
int |
hashCode() |
void |
setCustomAttributeMap(Map<String,String> customAttributes)
Sets the custom attribute Map of the attachment.
|
void |
setCustomAttributes(Map<String,String> customAttributes) |
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> getCustomAttributeMap()
AttachmentgetCustomAttributeMap in interface AttachmentMappublic void setCustomAttributeMap(Map<String,String> customAttributes)
AttachmentsetCustomAttributeMap in interface AttachmentcustomAttributes - a Map that contains the custom attributes of the attachment as
key, value pairspublic AttachmentSummary asSummary()
AttachmentasSummary in interface Attachmentpublic AttachmentImpl copy()
AttachmentSummarycopy in interface Attachmentcopy in interface AttachmentSummarycopy in class AttachmentSummaryImplprotected 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.