Constructor and Description |
---|
RowDef() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsCategory(String name)
Checks whether this column/row def uses the given category.
|
boolean |
equals(Object o) |
List<Category> |
getCategories()
Returns the list of categories used by this column/row def.
|
Set<String> |
getCategoryNames()
Returns a set of category names used by this column/row def.
|
String |
getLabel()
Returns the label of this column/row def.
|
String |
getReportCategory()
Returns the report-category attribute of this column/row def.
|
int |
hashCode() |
void |
setLabel(String label)
Sets the label of this column/row def
|
void |
setReportCategory(String reportCategory)
Sets the report-category attribute of this column/row def
|
String |
toString() |
public String getLabel()
public void setLabel(String label)
public String getReportCategory()
getReportCategory
in interface Def
public void setReportCategory(String reportCategory)
Def
setReportCategory
in interface Def
reportCategory
- the report-category attribute to be usedpublic List<Category> getCategories()
getCategories
in interface Def
public Set<String> getCategoryNames()
getCategoryNames
in interface Def
public boolean containsCategory(String name)
containsCategory
in interface Def
name
- the nam eof the category to be checkedCopyright © 2017. All rights reserved.