public abstract class AnnotableMutableBeanImpl extends MutableBeanImpl implements AnnotableMutableBean
Constructor and Description |
---|
AnnotableMutableBeanImpl(AnnotableBean bean) |
AnnotableMutableBeanImpl(SDMX_STRUCTURE_TYPE structureType) |
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(AnnotationMutableBean annotation) |
AnnotationMutableBean |
addAnnotation(java.lang.String title,
java.lang.String type,
java.lang.String url)
Adds an annotation and returns it
|
java.util.List<AnnotationMutableBean> |
getAnnotations() |
void |
setAnnotations(java.util.List<AnnotationMutableBean> annotations) |
getStructureType
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStructureType
public AnnotableMutableBeanImpl(SDMX_STRUCTURE_TYPE structureType)
public AnnotableMutableBeanImpl(AnnotableBean bean)
public java.util.List<AnnotationMutableBean> getAnnotations()
getAnnotations
in interface AnnotableMutableBean
public void setAnnotations(java.util.List<AnnotationMutableBean> annotations)
setAnnotations
in interface AnnotableMutableBean
public void addAnnotation(AnnotationMutableBean annotation)
addAnnotation
in interface AnnotableMutableBean
public AnnotationMutableBean addAnnotation(java.lang.String title, java.lang.String type, java.lang.String url)
addAnnotation
in interface AnnotableMutableBean
title
- type
- url
-