public static class ReportInfo.Bron extends Object implements Comparable<ReportInfo.Bron>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportInfo.Bron.LAYOUT |
| Constructor and Description |
|---|
ReportInfo.Bron() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecord(ReportInfo.Record record) |
int |
compareTo(ReportInfo.Bron other) |
String[] |
getLabels() |
ReportInfo.Bron.LAYOUT |
getLayout() |
List<ReportInfo.Record> |
getRecords() |
String |
getTitel() |
void |
setLabels(String[] labels) |
void |
setLayout(ReportInfo.Bron.LAYOUT layout) |
void |
setRecords(List<ReportInfo.Record> records) |
void |
setTitel(String titel) |
public String getTitel()
public void setTitel(String titel)
public ReportInfo.Bron.LAYOUT getLayout()
public void setLayout(ReportInfo.Bron.LAYOUT layout)
public String[] getLabels()
public void setLabels(String[] labels)
public List<ReportInfo.Record> getRecords()
public void setRecords(List<ReportInfo.Record> records)
public void addRecord(ReportInfo.Record record)
public int compareTo(ReportInfo.Bron other)
compareTo in interface Comparable<ReportInfo.Bron>Copyright © 2016. All rights reserved.