public class AnnotationSetData extends BasicData implements LoggableData, Serializable
AnnotationSet
,
Developer documentation: Annotations,
Serialized FormModifier and Type | Field and Description |
---|---|
private Set<AnnotationData> |
annotations |
private Integer |
itemId |
private int |
itemType |
private static long |
serialVersionUID |
Constructor and Description |
---|
AnnotationSetData() |
Modifier and Type | Method and Description |
---|---|
Set<AnnotationData> |
getAnnotations()
The annotations in this annotation set.
|
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(Set<AnnotationData> annotations) |
void |
setItemId(Integer itemId) |
void |
setItemType(int itemType) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
private static final long serialVersionUID
private transient int itemType
private transient Integer itemId
private transient Set<AnnotationData> annotations
public int getItemType()
public void setItemType(int itemType)
@NotLoggable public Integer getItemId()
public void setItemId(Integer itemId)
@NotLoggable public Set<AnnotationData> getAnnotations()
AnnotationData.getAnnotationSet()
void setAnnotations(Set<AnnotationData> annotations)