|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.Downloadable
public class Downloadable
POJO used to transfer across downloadable content (such as XDP, XML).
Used by the DownloadService APIs.
DownloadService,
Serialized Form| Constructor Summary | |
|---|---|
Downloadable()
default constructor |
|
Downloadable(String objName,
String objFileName,
byte[] objBytes)
Constructor from parameters. |
|
| Method Summary | |
|---|---|
Byte[] |
getObjByteArray()
Get the content of the Downloadable object as a Byte[]. |
byte[] |
getObjBytes()
Get the byte array content of the Downloadable object. |
String |
getObjFileName()
Get the file name of the Downloadable object. |
String |
getObjName()
Get the name of the Downloadable object. |
void |
setObjByteArray(Byte[] byteArray)
Sets the content of the Downloadable object as a Byte[]. |
void |
setObjBytes(byte[] objBytes)
Sets the byte array content of the Downloadable object. |
void |
setObjFileName(String objFileName)
Sets the file name of the Downloadable object. |
void |
setObjName(String objName)
Sets the name of the Downloadable object. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Downloadable()
public Downloadable(String objName,
String objFileName,
byte[] objBytes)
objName - name of downloadable objectobjFileName - filename which is to be downloadedobjBytes - content of the downloadable object| Method Detail |
|---|
public byte[] getObjBytes()
public void setObjBytes(byte[] objBytes)
objBytes - The byte array content of the Downloadable object.public Byte[] getObjByteArray()
Byte[].
Byte[].public void setObjByteArray(Byte[] byteArray)
Byte[].
byteArray - The content of the Downloadable object as a Byte[].public String getObjFileName()
public void setObjFileName(String objFileName)
objFileName - The file name of the Downloadable object.public String getObjName()
public void setObjName(String objName)
objName - The name of the Downloadable object.public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||