|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.sail.common.persistance.memory.MemoryAnnotation
public class MemoryAnnotation
Constructor Summary | |
---|---|
MemoryAnnotation()
|
Method Summary | |
---|---|
java.lang.String |
getContents()
The actual content of the annotation. |
java.lang.String |
getContentType()
The mime type for the content of the Annotation. |
java.lang.Object |
getSailEntity()
Return the entity that this is an annoation of. |
java.lang.String |
getSource()
This is a URI identifying the type of this annotation. |
void |
setContents(java.lang.String contents)
|
void |
setContentType(java.lang.String contentType)
|
void |
setSailEntity(java.lang.Object entity)
|
void |
setSource(java.lang.String source)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemoryAnnotation()
Method Detail |
---|
public java.lang.String getContentType()
IAnnotation
getContentType
in interface IAnnotation
public java.lang.String getContents()
IAnnotation
getContents
in interface IAnnotation
public java.lang.Object getSailEntity()
IAnnotation
getSailEntity
in interface IAnnotation
public java.lang.String getSource()
IAnnotation
getSource
in interface IAnnotation
public void setContentType(java.lang.String contentType)
setContentType
in interface IAnnotation
public void setContents(java.lang.String contents)
setContents
in interface IAnnotation
public void setSailEntity(java.lang.Object entity)
setSailEntity
in interface IAnnotation
public void setSource(java.lang.String source)
setSource
in interface IAnnotation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |