public class FileUploadInfo extends Object implements Serializable, Comparable<FileUploadInfo>
| Modifier and Type | Field and Description |
|---|---|
IAttachmentRef |
attachmentRef |
| Constructor and Description |
|---|
FileUploadInfo(IAttachmentRef attachmentRef) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FileUploadInfo o) |
boolean |
equals(Object o) |
IAttachmentRef |
getAttachmentRef() |
int |
hashCode() |
org.json.JSONObject |
toJSON() |
String |
toString() |
public final IAttachmentRef attachmentRef
public FileUploadInfo(IAttachmentRef attachmentRef)
public org.json.JSONObject toJSON()
public IAttachmentRef getAttachmentRef()
public int compareTo(FileUploadInfo o)
compareTo in interface Comparable<FileUploadInfo>Copyright © 2017. All rights reserved.