All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
clearModified() |
boolean |
equals(java.lang.Object obj) |
AggregateFunctionDto |
getAggregateFunction() |
static PropertyAccessor<ColumnDto,AggregateFunctionDto> |
getAggregateFunctionPropertyAccessor() |
java.lang.String |
getAlias() |
static PropertyAccessor<ColumnDto,java.lang.String> |
getAliasPropertyAccessor() |
java.lang.String |
getDefaultAlias() |
static PropertyAccessor<ColumnDto,java.lang.String> |
getDefaultAliasPropertyAccessor() |
java.lang.String |
getDefaultPreviewWidth() |
static PropertyAccessor<ColumnDto,java.lang.String> |
getDefaultPreviewWidthPropertyAccessor() |
java.lang.String |
getDescription() |
static PropertyAccessor<ColumnDto,java.lang.String> |
getDescriptionPropertyAccessor() |
java.lang.String |
getDimension() |
static PropertyAccessor<ColumnDto,java.lang.String> |
getDimensionPropertyAccessor() |
java.lang.Object |
getDtoId() |
static PropertyAccessor<ColumnDto,java.lang.Boolean> |
getExportNullAsStringPropertyAccessor() |
FilterDto |
getFilter() |
static PropertyAccessor<ColumnDto,FilterDto> |
getFilterPropertyAccessor() |
ColumnFormatDto |
getFormat() |
static PropertyAccessor<ColumnDto,ColumnFormatDto> |
getFormatPropertyAccessor() |
static PropertyAccessor<ColumnDto,java.lang.Boolean> |
getHiddenPropertyAccessor() |
java.lang.Long |
getId() |
static PropertyAccessor<ColumnDto,java.lang.Long> |
getIdPropertyAccessor() |
static PropertyAccessor<ColumnDto,java.lang.Boolean> |
getIndexColumnPropertyAccessor() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.lang.String |
getName() |
static PropertyAccessor<ColumnDto,java.lang.String> |
getNamePropertyAccessor() |
NullHandlingDto |
getNullHandling() |
static PropertyAccessor<ColumnDto,NullHandlingDto> |
getNullHandlingPropertyAccessor() |
java.lang.String |
getNullReplacementFormat() |
static PropertyAccessor<ColumnDto,java.lang.String> |
getNullReplacementFormatPropertyAccessor() |
OrderDto |
getOrder() |
static PropertyAccessor<ColumnDto,OrderDto> |
getOrderPropertyAccessor() |
java.lang.Integer |
getPreviewWidth() |
static PropertyAccessor<ColumnDto,java.lang.Integer> |
getPreviewWidthPropertyAccessor() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
java.lang.String |
getSemanticType() |
static PropertyAccessor<ColumnDto,java.lang.String> |
getSemanticTypePropertyAccessor() |
static PropertyAccessor<ColumnDto,java.lang.Boolean> |
getSubtotalGroupPropertyAccessor() |
java.lang.Integer |
getType() |
static PropertyAccessor<ColumnDto,java.lang.Integer> |
getTypePropertyAccessor() |
int |
hashCode() |
ColumnDtoPA |
instantiatePropertyAccess() |
boolean |
isAggregateFunctionModified() |
boolean |
isAliasModified() |
boolean |
isDefaultAliasModified() |
boolean |
isDefaultPreviewWidthModified() |
boolean |
isDescriptionModified() |
boolean |
isDimensionModified() |
boolean |
isExportNullAsString() |
boolean |
isExportNullAsStringModified() |
boolean |
isFilterModified() |
boolean |
isFormatModified() |
java.lang.Boolean |
isHidden() |
boolean |
isHiddenModified() |
boolean |
isIdModified() |
boolean |
isIndexColumn() |
boolean |
isIndexColumnModified() |
boolean |
isModified() |
boolean |
isNameModified() |
boolean |
isNullHandlingModified() |
boolean |
isNullReplacementFormatModified() |
boolean |
isOrderModified() |
boolean |
isPreviewWidthModified() |
boolean |
isSemanticTypeModified() |
java.lang.Boolean |
isSubtotalGroup() |
boolean |
isSubtotalGroupModified() |
boolean |
isTypeModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setAggregateFunction(AggregateFunctionDto aggregateFunction) |
void |
setAlias(java.lang.String alias) |
void |
setDefaultAlias(java.lang.String defaultAlias) |
void |
setDefaultPreviewWidth(java.lang.String defaultPreviewWidth) |
void |
setDescription(java.lang.String description) |
void |
setDimension(java.lang.String dimension) |
void |
setDtoId(java.lang.Object id) |
void |
setExportNullAsString(boolean exportNullAsString) |
void |
setFilter(FilterDto filter) |
void |
setFormat(ColumnFormatDto format) |
void |
setHidden(java.lang.Boolean hidden) |
void |
setId(java.lang.Long id) |
void |
setIndexColumn(boolean indexColumn) |
void |
setName(java.lang.String name) |
void |
setNullHandling(NullHandlingDto nullHandling) |
void |
setNullReplacementFormat(java.lang.String nullReplacementFormat) |
void |
setOrder(OrderDto order) |
void |
setPreviewWidth(java.lang.Integer previewWidth) |
void |
setSemanticType(java.lang.String semanticType) |
void |
setSubtotalGroup(java.lang.Boolean subtotalGroup) |
void |
setType(java.lang.Integer type) |
java.lang.String |
toString() |