public class ClassifiableContent extends Object implements ClassifiableContentIF
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
content |
protected String |
identifier |
| Constructor and Description |
|---|
ClassifiableContent() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
INTERNAL: Returns the actual bytes in the content of the
classiable content.
|
String |
getIdentifier()
INTERNAL: Returns an identifier that identifies the classifiable
content.
|
void |
setContent(byte[] content) |
void |
setIdentifier(String identifier) |
protected String identifier
protected byte[] content
public String getIdentifier()
ClassifiableContentIFgetIdentifier in interface ClassifiableContentIFpublic void setIdentifier(String identifier)
public byte[] getContent()
ClassifiableContentIFgetContent in interface ClassifiableContentIFpublic void setContent(byte[] content)