public class AttachmentDto extends LinkableDto
links
Constructor and Description |
---|
AttachmentDto() |
Modifier and Type | Method and Description |
---|---|
static AttachmentDto |
fromAttachment(Attachment attachment) |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getTaskId() |
String |
getType() |
String |
getUrl() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTaskId(String taskId) |
void |
setType(String type) |
void |
setUrl(String url) |
addLink, addReflexiveLink, generateLink, getLinks
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getTaskId()
public void setTaskId(String taskId)
public String getType()
public void setType(String type)
public String getUrl()
public void setUrl(String url)
public static AttachmentDto fromAttachment(Attachment attachment)
Copyright © 2018. All rights reserved.