|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlobObject
This interface represents an attribute data of BLOB/URL type.
Nested Class Summary | |
---|---|
static interface |
BlobObject.BlobAddress
This interface represent the address information of a corresponding BlobObject. |
Method Summary | |
---|---|
java.io.InputStream |
getBinaryStream()
retrieves the binary related to this Binary Object |
BlobObject.BlobAddress |
getBlobAddress()
Returns the db address for a given blob object. |
java.lang.String |
getFilename()
Gets the filename related to this binary object |
java.lang.String |
getFoldername()
Gets the foler name of the binary Object; the value returned is the absolute path of where the blob/binary is stored |
void |
setBinaryData(byte[] bytes)
sets the binary related to this Binary Object |
void |
setFilename(java.lang.String filename)
Sets the filename related to this binary object |
void |
setFoldername(java.lang.String foldername)
Sets the foler name of the binary Object; the value returned is the absolute path of where the blob/binary is stored |
Method Detail |
---|
java.lang.String getFilename()
void setFilename(java.lang.String filename)
filename
- the fileNamejava.lang.String getFoldername()
void setFoldername(java.lang.String foldername)
foldername
- folder namejava.io.InputStream getBinaryStream()
void setBinaryData(byte[] bytes)
bytes
- the binaryBlobObject.BlobAddress getBlobAddress()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |