|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.messages.records.BaseRecord
org.gcube.messaging.common.messages.records.AnnotationRecord
public class AnnotationRecord
Nested Class Summary | |
---|---|
static class |
AnnotationRecord.AnnotationSubType
|
Field Summary |
---|
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord |
---|
date |
Constructor Summary | |
---|---|
AnnotationRecord()
|
Method Summary | |
---|---|
String |
getAnnotationName()
Get the annotation Name |
AnnotationRecord.AnnotationSubType |
getAnnotationSubType()
get the AnnotationSubType |
String |
getAnnotationType()
Get the Annotation type (TEXT, ASSOCIATION, BINARY) |
String |
getObjectID()
get the Annotated object ID |
String |
getObjectName()
Get the object name |
void |
setAnnotationName(String annotationName)
Set the annotation Name |
void |
setAnnotationSubType(AnnotationRecord.AnnotationSubType annotationSubType)
Set the AnnotationSubType |
void |
setAnnotationType(String annotationType)
Set the Annotation type |
void |
setObjectID(String objectID)
Set the object id |
void |
setObjectName(String objectName)
Set the object name |
Methods inherited from class org.gcube.messaging.common.messages.records.BaseRecord |
---|
getDate, setDate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationRecord()
Method Detail |
---|
public String getAnnotationType()
public void setAnnotationType(String annotationType)
annotationType
- public String getAnnotationName()
public void setAnnotationName(String annotationName)
annotationName
- public String getObjectID()
public void setObjectID(String objectID)
objectID
- public String getObjectName()
public void setObjectName(String objectName)
objectName
- public AnnotationRecord.AnnotationSubType getAnnotationSubType()
public void setAnnotationSubType(AnnotationRecord.AnnotationSubType annotationSubType)
annotationSubType
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |