public class AnnotationRecord extends BaseRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationRecord.AnnotationSubType |
date| Constructor and Description |
|---|
AnnotationRecord() |
| Modifier and Type | Method and Description |
|---|---|
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
|
getDate, setDatepublic 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 - Copyright © 2016. All Rights Reserved.