public class Activiti5AttachmentWrapper extends Object implements Attachment
Attachment.| Constructor and Description |
|---|
Activiti5AttachmentWrapper(Attachment activit5Attachment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentId() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getProcessInstanceId() |
Attachment |
getRawObject() |
String |
getTaskId() |
Date |
getTime() |
String |
getType() |
String |
getUrl() |
String |
getUserId() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setTime(Date time) |
public Activiti5AttachmentWrapper(Attachment activit5Attachment)
public String getId()
getId in interface Attachmentpublic String getName()
getName in interface Attachmentpublic void setName(String name)
setName in interface Attachmentpublic String getDescription()
getDescription in interface Attachmentpublic void setDescription(String description)
setDescription in interface Attachmentpublic String getType()
getType in interface Attachmentpublic String getTaskId()
getTaskId in interface Attachmentpublic String getProcessInstanceId()
getProcessInstanceId in interface Attachmentpublic String getUrl()
getUrl in interface Attachmentpublic String getUserId()
getUserId in interface Attachmentpublic Date getTime()
getTime in interface Attachmentpublic void setTime(Date time)
setTime in interface Attachmentpublic String getContentId()
getContentId in interface Attachmentpublic Attachment getRawObject()
Copyright © 2015 Alfresco. All rights reserved.