@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class FormatBasedDatasourceDefinitionDto extends DatasourceDefinitionDto
FormatBasedDatasourceDefinition
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_CONNECTOR |
PROPERTY_DESCRIPTION, PROPERTY_KEY, PROPERTY_NAMEPROPERTY_ACCCESS_RIGHTSPROPERTY_AVAILABLE_ACCESS_RIGHTS, PROPERTY_AVAILABLE_ACCESS_RIGHTS_SET, PROPERTY_AVAILABLE_INHERITED_ACCESS_RIGHTSFLAG_CONFIGURATION_PROTECT, FLAG_WRITE_PROTECTPROPERTY_CREATED_ON, PROPERTY_FLAGS, PROPERTY_HAS_CHILDREN, PROPERTY_ID, PROPERTY_LAST_UPDATED, PROPERTY_PARENT_NODE_ID, PROPERTY_PARENT_NODE_TYPE, PROPERTY_POSITION, PROPERTY_ROOT_NAME, PROPERTY_ROOT_PATHDISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
FormatBasedDatasourceDefinitionDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearModified() |
boolean |
equals(java.lang.Object obj) |
DatasourceConnectorDto |
getConnector() |
static PropertyAccessor<FormatBasedDatasourceDefinitionDto,DatasourceConnectorDto> |
getConnectorPropertyAccessor() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
int |
hashCode() |
FormatBasedDatasourceDefinitionDtoPA |
instantiatePropertyAccess() |
boolean |
isConnectorModified() |
boolean |
isModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setConnector(DatasourceConnectorDto connector) |
java.lang.String |
toDisplayTitle() |
java.lang.String |
toString() |
getDescription, getDescriptionPropertyAccessor, getKey, getKeyPropertyAccessor, getName, getNamePropertyAccessor, isDescriptionModified, isKeyModified, isNameModified, setDescription, setKey, setName, toTypeDescriptionaddAvailableRight, hasAccessRight, hasInheritedAccessRight, isAccessRightsLoadedgetAvailableAccessRights, getAvailableAccessRightsPropertyAccessor, getAvailableAccessRightsSetPropertyAccessor, getAvailableInheritedAccessRights, getAvailableInheritedAccessRightsPropertyAccessor, isAvailableAccessRightsModified, isAvailableAccessRightsSet, isAvailableAccessRightsSetModified, isAvailableInheritedAccessRightsModified, setAvailableAccessRights, setAvailableAccessRightsSet, setAvailableInheritedAccessRightshasChildren, isConfigurationProtected, isWriteProtected, testFlagsgetCreatedOn, getCreatedOnPropertyAccessor, getDtoId, getFlags, getFlagsPropertyAccessor, getHasChildrenPropertyAccessor, getId, getIdPropertyAccessor, getLastUpdated, getLastUpdatedPropertyAccessor, getParentNodeId, getParentNodeIdPropertyAccessor, getParentNodeType, getParentNodeTypePropertyAccessor, getPosition, getPositionPropertyAccessor, getRootName, getRootNamePropertyAccessor, getRootPath, getRootPathPropertyAccessor, isCreatedOnModified, isFlagsModified, isHasChildren, isHasChildrenModified, isIdModified, isLastUpdatedModified, isParentNodeIdModified, isParentNodeTypeModified, isPositionModified, isRootNameModified, isRootPathModified, setCreatedOn, setDtoId, setFlags, setHasChildren, setId, setLastUpdated, setParentNodeId, setParentNodeType, setPosition, setRootName, setRootPathaddInstanceChangedHandler, addObjectChangedHandler, commit, commit, deepSet, fireEvent, fireObjectChangedEvent, fireObjectChangedEvent, fireObjectChangedEvent, getDtoProxyId, getDtoView, getValueProviderByPath, isDtoProxy, isSilenceEvents, isTrackChanges, markAsProxy, redo, redo, rollback, rollback, setDtoView, silenceEvents, toIcon, trackChanges, undo, undogetParentNodeId, getParentNodeType, getPosition, setHasChildrenpublic static final java.lang.String PROPERTY_CONNECTOR
public DatasourceConnectorDto getConnector()
public void setConnector(DatasourceConnectorDto connector)
public boolean isConnectorModified()
public static PropertyAccessor<FormatBasedDatasourceDefinitionDto,DatasourceConnectorDto> getConnectorPropertyAccessor()
public java.lang.String toDisplayTitle()
toDisplayTitle in class DatasourceDefinitionDtopublic int hashCode()
hashCode in class DatasourceDefinitionDtopublic boolean equals(java.lang.Object obj)
equals in class DatasourceDefinitionDtopublic java.lang.String toString()
toString in class DatasourceDefinitionDtopublic static Dto2PosoMapper newPosoMapper()
public FormatBasedDatasourceDefinitionDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class DatasourceDefinitionDtopublic void clearModified()
clearModified in class DatasourceDefinitionDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class DatasourceDefinitionDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class DatasourceDefinitionDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class DatasourceDefinitionDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class DatasourceDefinitionDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class DatasourceDefinitionDto