public class ColumnGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ascendingOrder |
protected String |
columnId |
protected boolean |
emptyIntervals |
protected DayOfWeek |
firstDayOfWeek |
protected Month |
firstMonthOfYear |
protected String |
intervalSize |
protected int |
maxIntervals |
protected String |
sourceId |
protected GroupStrategy |
strategy |
| Constructor and Description |
|---|
ColumnGroup() |
ColumnGroup(String columnId,
String newColumnId) |
ColumnGroup(String columnId,
String newColumnId,
GroupStrategy strategy) |
ColumnGroup(String columnId,
String newColumnId,
GroupStrategy strategy,
int maxIntervals,
String intervalSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areEmptyIntervalsAllowed() |
ColumnGroup |
cloneInstance() |
boolean |
equals(Object obj) |
String |
getColumnId() |
DayOfWeek |
getFirstDayOfWeek() |
Month |
getFirstMonthOfYear() |
String |
getIntervalSize() |
int |
getMaxIntervals() |
String |
getSourceId() |
GroupStrategy |
getStrategy() |
boolean |
isAscendingOrder() |
void |
setAscendingOrder(boolean ascending) |
void |
setColumnId(String columnId) |
void |
setEmptyIntervalsAllowed(boolean emptyIntervals) |
void |
setFirstDayOfWeek(DayOfWeek firstDayOfWeek) |
void |
setFirstMonthOfYear(Month firstMonthOfYear) |
void |
setIntervalSize(String intervalSize) |
void |
setMaxIntervals(int maxIntervals) |
void |
setSourceId(String sourceId) |
void |
setStrategy(GroupStrategy strategy) |
String |
toString() |
protected String sourceId
protected String columnId
protected GroupStrategy strategy
protected int maxIntervals
protected String intervalSize
protected boolean emptyIntervals
protected boolean ascendingOrder
protected Month firstMonthOfYear
protected DayOfWeek firstDayOfWeek
public ColumnGroup()
public ColumnGroup(String columnId, String newColumnId, GroupStrategy strategy)
public ColumnGroup(String columnId, String newColumnId, GroupStrategy strategy, int maxIntervals, String intervalSize)
public String getSourceId()
public void setSourceId(String sourceId)
public String getColumnId()
public void setColumnId(String columnId)
public GroupStrategy getStrategy()
public void setStrategy(GroupStrategy strategy)
public int getMaxIntervals()
public void setMaxIntervals(int maxIntervals)
public String getIntervalSize()
public void setIntervalSize(String intervalSize)
public boolean areEmptyIntervalsAllowed()
public void setEmptyIntervalsAllowed(boolean emptyIntervals)
public boolean isAscendingOrder()
public void setAscendingOrder(boolean ascending)
public Month getFirstMonthOfYear()
public void setFirstMonthOfYear(Month firstMonthOfYear)
public DayOfWeek getFirstDayOfWeek()
public void setFirstDayOfWeek(DayOfWeek firstDayOfWeek)
public ColumnGroup cloneInstance()
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.