public class AnnotationSetData extends BasicData implements LoggableData, java.io.Serializable
AnnotationSet
,
Developer documentation: Annotations,
Serialized FormModifier and Type | Field and Description |
---|---|
private java.util.Set<AnnotationData> |
annotations |
private java.lang.Integer |
itemId |
private int |
itemType |
private static long |
serialVersionUID |
Constructor and Description |
---|
AnnotationSetData() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<AnnotationData> |
getAnnotations()
The annotations in this annotation set.
|
java.lang.Integer |
getItemId()
The ID if the item this annotation set is associated with.
|
int |
getItemType()
Get the item type this annotation set is associated with.
|
(package private) void |
setAnnotations(java.util.Set<AnnotationData> annotations) |
void |
setItemId(java.lang.Integer itemId) |
void |
setItemType(int itemType) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
private static final long serialVersionUID
private transient int itemType
private transient java.lang.Integer itemId
private transient java.util.Set<AnnotationData> annotations
public int getItemType()
public void setItemType(int itemType)
@NotLoggable public java.lang.Integer getItemId()
public void setItemId(java.lang.Integer itemId)
@NotLoggable public java.util.Set<AnnotationData> getAnnotations()
AnnotationData.getAnnotationSet()
void setAnnotations(java.util.Set<AnnotationData> annotations)