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()
ClassifiableContentIF
getIdentifier
in interface ClassifiableContentIF
public void setIdentifier(String identifier)
public byte[] getContent()
ClassifiableContentIF
getContent
in interface ClassifiableContentIF
public void setContent(byte[] content)