Package de.gematik.combine.model
Class TableCell
- java.lang.Object
-
- de.gematik.combine.model.TableCell
-
public class TableCell extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableCell.TableCellBuilder
-
Constructor Summary
Constructors Constructor Description TableCell(String header, CombineItem combineItem)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableCell.TableCellBuilderbuilder()protected booleancanEqual(Object other)intcompareTo(CombineItem other)booleanequals(Object o)StringgetCheckExpression()StringgetCheckExpressionId()CombineItemgetCombineItem()Set<String>getGroups()StringgetHeader()Map<String,String>getProperties()Set<String>getTags()StringgetUrl()StringgetValue()inthashCode()booleanhasProperty(String property)booleanhasTag(String tag)StringproduceValueUrl()voidsetCheckExpression(String checkExpression)voidsetCheckExpressionId(String checkExpressionId)voidsetGroups(Set<String> groups)voidsetProperties(Map<String,String> properties)voidsetTags(Set<String> tags)voidsetUrl(String url)voidsetValue(String value)CombineItem.CombineItemBuildertoBuilder()StringtoString()
-
-
-
Constructor Detail
-
TableCell
public TableCell(String header, CombineItem combineItem)
-
-
Method Detail
-
builder
public static TableCell.TableCellBuilder builder()
-
getHeader
public String getHeader()
-
getCombineItem
public CombineItem getCombineItem()
-
canEqual
protected boolean canEqual(Object other)
-
hasTag
public boolean hasTag(String tag)
-
hasProperty
public boolean hasProperty(String property)
-
compareTo
public int compareTo(CombineItem other)
-
produceValueUrl
public String produceValueUrl()
-
toBuilder
public CombineItem.CombineItemBuilder toBuilder()
-
getValue
public String getValue()
-
getUrl
public String getUrl()
-
getCheckExpression
public String getCheckExpression()
-
getCheckExpressionId
public String getCheckExpressionId()
-
setValue
public void setValue(String value)
-
setUrl
public void setUrl(String url)
-
setCheckExpression
public void setCheckExpression(String checkExpression)
-
setCheckExpressionId
public void setCheckExpressionId(String checkExpressionId)
-
-