|
|||||||||
| 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(java.lang.String objName,
java.lang.String objFileName,
byte[] objBytes)
Constructor from parameters. |
|
| Method Summary | |
|---|---|
java.lang.Byte[] |
getObjByteArray()
Get the content of the Downloadable object as a Byte[]. |
byte[] |
getObjBytes()
Get the byte array content of the Downloadable object. |
java.lang.String |
getObjFileName()
Get the file name of the Downloadable object. |
java.lang.String |
getObjName()
Get the name of the Downloadable object. |
void |
setObjByteArray(java.lang.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(java.lang.String objFileName)
Sets the file name of the Downloadable object. |
void |
setObjName(java.lang.String objName)
Sets the name of the Downloadable object. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Downloadable()
public Downloadable(java.lang.String objName,
java.lang.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 java.lang.Byte[] getObjByteArray()
Byte[].
Byte[].public void setObjByteArray(java.lang.Byte[] byteArray)
Byte[].
byteArray - The content of the Downloadable object as a Byte[].public java.lang.String getObjFileName()
public void setObjFileName(java.lang.String objFileName)
objFileName - The file name of the Downloadable object.public java.lang.String getObjName()
public void setObjName(java.lang.String objName)
objName - The name of the Downloadable object.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||