net.ontopia.topicmaps.classify
Class ClassifiableContent
java.lang.Object
net.ontopia.topicmaps.classify.ClassifiableContent
- All Implemented Interfaces:
- ClassifiableContentIF
public class ClassifiableContent
- extends java.lang.Object
- implements ClassifiableContentIF
INTERNAL:
Method Summary |
byte[] |
getContent()
INTERNAL: Returns the actual bytes in the content of the
classiable content. |
java.lang.String |
getIdentifier()
INTERNAL: Returns an identifier that identifies the classifiable
content. |
void |
setContent(byte[] content)
|
void |
setIdentifier(java.lang.String identifier)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identifier
protected java.lang.String identifier
content
protected byte[] content
ClassifiableContent
public ClassifiableContent()
getIdentifier
public java.lang.String getIdentifier()
- Description copied from interface:
ClassifiableContentIF
- INTERNAL: Returns an identifier that identifies the classifiable
content. This could e.g. be the absolute filename or an URI of
the resource.
- Specified by:
getIdentifier
in interface ClassifiableContentIF
setIdentifier
public void setIdentifier(java.lang.String identifier)
getContent
public byte[] getContent()
- Description copied from interface:
ClassifiableContentIF
- INTERNAL: Returns the actual bytes in the content of the
classiable content.
- Specified by:
getContent
in interface ClassifiableContentIF
setContent
public void setContent(byte[] content)
Copyright © 2000-2012 Ontopia.