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)CombineItemgetCombineItem()StringgetHeader()Map<String,String>getProperties()Set<String>getTags()StringgetValue()inthashCode()booleanhasProperty(String property)booleanhasTag(String tag)voidsetProperties(Map<String,String> properties)voidsetTags(Set<String> tags)voidsetValue(String value)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)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
-