public class ReplyAttachmentModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Attachment |
attachment |
protected String |
label |
protected boolean |
original |
| Constructor and Description |
|---|
ReplyAttachmentModel(Attachment attachment,
boolean original,
String label) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
getAttachment() |
AttachmentFile |
getAttachmentFile() |
String |
getLabel() |
long |
getLength() |
boolean |
isOriginal() |
void |
setAttachment(Attachment attachment) |
void |
setLabel(String label) |
void |
setOriginal(boolean original) |
String |
toString() |
protected Attachment attachment
protected boolean original
protected String label
public ReplyAttachmentModel(Attachment attachment, boolean original, String label)
public Attachment getAttachment()
public void setAttachment(Attachment attachment)
public boolean isOriginal()
public void setOriginal(boolean original)
public String getLabel()
public void setLabel(String label)
public AttachmentFile getAttachmentFile()
public long getLength()
Copyright © 2014–2016 CodeLutin. All rights reserved.