public class Downloadable extends Object implements Serializable
Constructor and Description |
---|
Downloadable()
Deprecated.
default constructor
|
Downloadable(String objName,
String objFileName,
byte[] objBytes)
Deprecated.
Constructor from parameters.
|
Modifier and Type | Method and Description |
---|---|
Byte[] |
getObjByteArray()
Deprecated.
Get the content of the Downloadable object as a
Byte []. |
byte[] |
getObjBytes()
Deprecated.
Get the byte array content of the Downloadable object.
|
String |
getObjFileName()
Deprecated.
Get the file name of the Downloadable object.
|
String |
getObjName()
Deprecated.
Get the name of the Downloadable object.
|
void |
setObjByteArray(Byte[] byteArray)
Deprecated.
Sets the content of the Downloadable object as a
Byte []. |
void |
setObjBytes(byte[] objBytes)
Deprecated.
Sets the byte array content of the Downloadable object.
|
void |
setObjFileName(String objFileName)
Deprecated.
Sets the file name of the Downloadable object.
|
void |
setObjName(String objName)
Deprecated.
Sets the name of the Downloadable object.
|
String |
toString()
Deprecated.
|
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.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.