Package org.ehrbase.webtemplate.model
Class WebtemplateCardinality
- java.lang.Object
-
- org.ehrbase.webtemplate.model.WebtemplateCardinality
-
- All Implemented Interfaces:
Serializable
public class WebtemplateCardinality extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebtemplateCardinality()WebtemplateCardinality(WebtemplateCardinality other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetExcludeFromWebTemplate()List<String>getIds()IntegergetMax()IntegergetMin()inthashCode()voidsetExcludeFromWebTemplate(Boolean excludeFromWebTemplate)voidsetMax(Integer max)voidsetMin(Integer min)
-
-
-
Constructor Detail
-
WebtemplateCardinality
public WebtemplateCardinality()
-
WebtemplateCardinality
public WebtemplateCardinality(WebtemplateCardinality other)
-
-
Method Detail
-
getMin
public Integer getMin()
-
setMin
public void setMin(Integer min)
-
getMax
public Integer getMax()
-
setMax
public void setMax(Integer max)
-
getExcludeFromWebTemplate
public Boolean getExcludeFromWebTemplate()
-
setExcludeFromWebTemplate
public void setExcludeFromWebTemplate(Boolean excludeFromWebTemplate)
-
-