@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class CsvDatasourceConfigDto extends FormatBasedDatasourceConfigDto
CsvDatasourceConfig
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_QUERY_WRAPPER |
PROPERTY_CONNECTOR_CONFIG
PROPERTY_ID
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
CsvDatasourceConfigDto() |
Modifier and Type | Method and Description |
---|---|
void |
clearModified() |
boolean |
equals(java.lang.Object obj) |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
java.lang.String |
getQueryWrapper() |
static PropertyAccessor<CsvDatasourceConfigDto,java.lang.String> |
getQueryWrapperPropertyAccessor() |
int |
hashCode() |
CsvDatasourceConfigDtoPA |
instantiatePropertyAccess() |
boolean |
isModified() |
boolean |
isQueryWrapperModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setQueryWrapper(java.lang.String queryWrapper) |
java.lang.String |
toString() |
getConnectorConfig, getConnectorConfigPropertyAccessor, isConnectorConfigModified, setConnectorConfig
getDtoId, getId, getIdPropertyAccessor, isIdModified, setDtoId, setId
addInstanceChangedHandler, addObjectChangedHandler, commit, commit, deepSet, fireEvent, fireObjectChangedEvent, fireObjectChangedEvent, fireObjectChangedEvent, getDtoProxyId, getDtoView, getValueProviderByPath, isDtoProxy, isSilenceEvents, isTrackChanges, markAsProxy, redo, redo, rollback, rollback, setDtoView, silenceEvents, toDisplayTitle, toIcon, toTypeDescription, trackChanges, undo, undo
public static final java.lang.String PROPERTY_QUERY_WRAPPER
public java.lang.String getQueryWrapper()
public void setQueryWrapper(java.lang.String queryWrapper)
public boolean isQueryWrapperModified()
public static PropertyAccessor<CsvDatasourceConfigDto,java.lang.String> getQueryWrapperPropertyAccessor()
public int hashCode()
hashCode
in class FormatBasedDatasourceConfigDto
public boolean equals(java.lang.Object obj)
equals
in class FormatBasedDatasourceConfigDto
public java.lang.String toString()
toString
in class FormatBasedDatasourceConfigDto
public static Dto2PosoMapper newPosoMapper()
public CsvDatasourceConfigDtoPA instantiatePropertyAccess()
instantiatePropertyAccess
in class FormatBasedDatasourceConfigDto
public void clearModified()
clearModified
in class FormatBasedDatasourceConfigDto
public boolean isModified()
isModified
in interface ObjectModificationsTracked<Dto>
isModified
in class FormatBasedDatasourceConfigDto
public java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors
in class FormatBasedDatasourceConfigDto
public java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors
in class FormatBasedDatasourceConfigDto
public java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView
in class FormatBasedDatasourceConfigDto
public java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos
in class FormatBasedDatasourceConfigDto