public abstract class Column<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Column |
comparisonColumn |
protected String |
deytpedName |
protected boolean |
isVisible |
protected String |
label |
protected ColumnType |
type |
| Constructor and Description |
|---|
Column(ColumnType type,
String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Column |
getComparisonColumn() |
String |
getDeytpedName() |
String |
getLabel() |
ColumnType |
getType() |
int |
hashCode() |
boolean |
isBaseline() |
boolean |
isVisible() |
Column |
setBaseline(boolean b) |
Column |
setComparisonColumn(Column comparisonColumn) |
void |
setDeytpedName(String deytpedName) |
Column |
setVisible(boolean b) |
String |
toString() |
protected ColumnType type
protected String label
protected Column comparisonColumn
protected String deytpedName
protected boolean isVisible
public Column(ColumnType type, String label)
public String getDeytpedName()
public void setDeytpedName(String deytpedName)
public ColumnType getType()
public boolean isVisible()
public Column setVisible(boolean b)
public Column setBaseline(boolean b)
public boolean isBaseline()
public String getLabel()
public Column getComparisonColumn()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.