|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBinaryContent
Defines content used to describe associated binary content.
| Method Summary | |
|---|---|
long |
getByteCount()
Returns the number of bytes in the binary content. |
String |
getFilename()
Returns the original filename of the binary content. |
void |
setByteCount(long byteCount)
Sets the number of bytes in the binary content. |
void |
setFilename(String filename)
Sets the original filename of the binary content. |
| Methods inherited from interface com.binaryfantasy.murq.content.IContent |
|---|
getContentId, getCreationDate, getLastModifiedDate, getLocale, setContentId, setCreationDate, setLastModifiedDate, setLocale |
| Method Detail |
|---|
long getByteCount()
void setByteCount(long byteCount)
FOR INTERNAL USE ONLY.
byteCount - the number of bytes in the content.String getFilename()
void setFilename(String filename)
filename - the original filename of the binary content.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||