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 Attachment
public String getName()
getName
in interface Attachment
public void setName(String name)
setName
in interface Attachment
public String getDescription()
getDescription
in interface Attachment
public void setDescription(String description)
setDescription
in interface Attachment
public String getType()
getType
in interface Attachment
public String getTaskId()
getTaskId
in interface Attachment
public String getProcessInstanceId()
getProcessInstanceId
in interface Attachment
public String getUrl()
getUrl
in interface Attachment
public String getUserId()
getUserId
in interface Attachment
public Date getTime()
getTime
in interface Attachment
public void setTime(Date time)
setTime
in interface Attachment
public String getContentId()
getContentId
in interface Attachment
public Attachment getRawObject()
Copyright © 2015 Alfresco. All rights reserved.