public class AttachmentImpl extends Object implements Attachment
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel()
Returns the Channel on which the attachment was received.
|
Classification |
getClassification()
Returns the classification of the attachment.
|
Timestamp |
getCreated()
Returns the time when the attachment was created.
|
Map<String,Object> |
getCustomAttributes()
Returns the custom attributes of this attachment.
|
String |
getId()
Returns the current id of the attachment.
|
Timestamp |
getModified()
Returns the time when the attachment was last modified.
|
ObjectReference |
getObjectReference()
Returns the
primaryObjectReference of the attachment. |
String |
getPorCompany() |
String |
getPorSystem() |
String |
getPorSystemInstance() |
String |
getPorType() |
String |
getPorValue() |
Timestamp |
getReceived()
Returns the time when this attachment was received.
|
String |
getTaskId()
Returns the id of the associated task.
|
void |
setChannel(String channel)
Sets the Channel on which the attachment was received.
|
void |
setClassification(Classification classification)
Set the classification for this attachment.
|
void |
setCreated(Timestamp created) |
void |
setCustomAttributes(Map<String,Object> customAttributes)
Sets the custom attribute Map of the attachment.
|
void |
setId(String id) |
void |
setModified(Timestamp modified) |
void |
setObjectReference(ObjectReference objectReference)
Sets the
primaryObjectReference of the attachment. |
void |
setPorCompany(String porCompany) |
void |
setPorSystem(String porSystem) |
void |
setPorSystemInstance(String porSystemInstance) |
void |
setPorType(String porType) |
void |
setPorValue(String porValue) |
void |
setReceived(Timestamp received)
Sets the time when the attachment was received.
|
void |
setTaskId(String taskId) |
String |
toString() |
public String getId()
AttachmentgetId in interface Attachmentpublic void setId(String id)
public String getTaskId()
AttachmentgetTaskId in interface Attachmentpublic void setTaskId(String taskId)
public Timestamp getCreated()
AttachmentgetCreated in interface AttachmentTimestamppublic void setCreated(Timestamp created)
public Timestamp getModified()
AttachmentgetModified in interface AttachmentTimestamp of the attachmentpublic void setModified(Timestamp modified)
public Classification getClassification()
AttachmentgetClassification in interface AttachmentClassification of this attachmentpublic void setClassification(Classification classification)
AttachmentsetClassification in interface Attachmentclassification - the Classification for this attachmentpublic ObjectReference getObjectReference()
AttachmentprimaryObjectReference of the attachment.getObjectReference in interface AttachmentprimaryObjectReference of the attachmentpublic void setObjectReference(ObjectReference objectReference)
AttachmentprimaryObjectReference of the attachment.setObjectReference in interface AttachmentobjectReference - the primaryObjectReference of the attachmentpublic String getChannel()
AttachmentgetChannel in interface Attachmentpublic void setChannel(String channel)
AttachmentsetChannel in interface Attachmentchannel - the channel on which the attachment was receivedpublic Timestamp getReceived()
AttachmentgetReceived in interface AttachmentTimestamppublic void setReceived(Timestamp received)
AttachmentsetReceived in interface Attachmentreceived - the time as Timestamp when the attachment was receivedpublic Map<String,Object> getCustomAttributes()
AttachmentgetCustomAttributes in interface AttachmentMappublic void setCustomAttributes(Map<String,Object> customAttributes)
AttachmentsetCustomAttributes in interface AttachmentcustomAttributes - a Map that contains the custom attributes of the attachment as key, value pairspublic String getPorCompany()
public void setPorCompany(String porCompany)
public String getPorSystem()
public void setPorSystem(String porSystem)
public String getPorSystemInstance()
public void setPorSystemInstance(String porSystemInstance)
public String getPorType()
public void setPorType(String porType)
public String getPorValue()
public void setPorValue(String porValue)
Copyright © 2018. All rights reserved.