public class AnnotationMutableSuperBeanImpl extends java.lang.Object implements AnnotationMutableSuperBean
Constructor and Description |
---|
AnnotationMutableSuperBeanImpl() |
AnnotationMutableSuperBeanImpl(AnnotationBean annotation) |
AnnotationMutableSuperBeanImpl(AnnotationSuperBean annotation) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TextTypeWrapperMutableBean> |
getTexts() |
java.lang.String |
getTitle()
Returns the title of the annotation
|
java.lang.String |
getType()
Returns the type of the annotation
|
java.lang.String |
getUrl()
Returns the URL of the annotation
|
void |
setTexts(java.util.List<TextTypeWrapperMutableBean> texts) |
void |
setTitle(java.lang.String title) |
void |
setType(java.lang.String type) |
void |
setUrl(java.lang.String url) |
public AnnotationMutableSuperBeanImpl(AnnotationSuperBean annotation)
public AnnotationMutableSuperBeanImpl(AnnotationBean annotation)
public AnnotationMutableSuperBeanImpl()
public java.lang.String getTitle()
AnnotationMutableSuperBean
getTitle
in interface AnnotationMutableSuperBean
public void setTitle(java.lang.String title)
public java.lang.String getUrl()
AnnotationMutableSuperBean
getUrl
in interface AnnotationMutableSuperBean
public void setUrl(java.lang.String url)
public java.lang.String getType()
AnnotationMutableSuperBean
getType
in interface AnnotationMutableSuperBean
public void setType(java.lang.String type)
public java.util.List<TextTypeWrapperMutableBean> getTexts()
getTexts
in interface AnnotationMutableSuperBean
public void setTexts(java.util.List<TextTypeWrapperMutableBean> texts)
setTexts
in interface AnnotationMutableSuperBean