public static class AceAnnotation.MarkerAnnotation extends java.lang.Object implements TransportDoc.TransportableAs<TransportDoc.TransportMarkerAnnotation>, java.io.Serializable
| Constructor and Description |
|---|
MarkerAnnotation(java.lang.String markerId,
AceAnnotation ann) |
| Modifier and Type | Method and Description |
|---|---|
TransportDoc.TransportMarkerAnnotation |
asTransport() |
boolean |
equals(java.lang.Object o) |
AceAnnotation |
getAnnotation() |
java.lang.String |
getMarkerId() |
int |
hashCode() |
java.lang.String |
toString() |
public MarkerAnnotation(java.lang.String markerId,
AceAnnotation ann)
public java.lang.String getMarkerId()
public AceAnnotation getAnnotation()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic TransportDoc.TransportMarkerAnnotation asTransport()
asTransport in interface TransportDoc.TransportableAs<TransportDoc.TransportMarkerAnnotation>public java.lang.String toString()
toString in class java.lang.Object