public class RemoteDocument extends Object implements Serializable
| Constructor and Description |
|---|
RemoteDocument() |
RemoteDocument(byte[] bytes,
MimeType mimeType,
String name) |
RemoteDocument(byte[] bytes,
MimeType mimeType,
String name,
String absolutePath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAbsolutePath() |
byte[] |
getBytes()
Returns the array of bytes representing the document.
|
MimeType |
getMimeType() |
String |
getName() |
int |
hashCode() |
void |
setAbsolutePath(String absolutePath) |
void |
setBytes(byte[] bytes) |
void |
setMimeType(MimeType mimeType) |
void |
setName(String name) |
String |
toString() |
public byte[] getBytes()
bytepublic void setBytes(byte[] bytes)
public String getName()
public void setName(String name)
public String getAbsolutePath()
public void setAbsolutePath(String absolutePath)
public MimeType getMimeType()
public void setMimeType(MimeType mimeType)
Copyright © 2018. All rights reserved.