Package org.ehrbase.webtemplate.model
Class WebTemplateAnnotation
- java.lang.Object
-
- org.ehrbase.webtemplate.model.WebTemplateAnnotation
-
- All Implemented Interfaces:
Serializable
public class WebTemplateAnnotation extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebTemplateAnnotation()WebTemplateAnnotation(WebTemplateAnnotation other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetComment()Map<String,String>getOther()inthashCode()voidsetComment(String comment)StringtoString()
-
-
-
Constructor Detail
-
WebTemplateAnnotation
public WebTemplateAnnotation()
-
WebTemplateAnnotation
public WebTemplateAnnotation(WebTemplateAnnotation other)
-
-