@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class MondrianDatasourceConfigDto extends DatasourceDefinitionConfigDto
MondrianDatasourceConfig
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_CUBE_NAME |
PROPERTY_IDDISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
MondrianDatasourceConfigDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearModified() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCubeName() |
static PropertyAccessor<MondrianDatasourceConfigDto,java.lang.String> |
getCubeNamePropertyAccessor() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
int |
hashCode() |
MondrianDatasourceConfigDtoPA |
instantiatePropertyAccess() |
boolean |
isCubeNameModified() |
boolean |
isModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setCubeName(java.lang.String cubeName) |
java.lang.String |
toString() |
getDtoId, getId, getIdPropertyAccessor, isIdModified, setDtoId, setIdaddInstanceChangedHandler, 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, undopublic static final java.lang.String PROPERTY_CUBE_NAME
public java.lang.String getCubeName()
public void setCubeName(java.lang.String cubeName)
public boolean isCubeNameModified()
public static PropertyAccessor<MondrianDatasourceConfigDto,java.lang.String> getCubeNamePropertyAccessor()
public int hashCode()
hashCode in class DatasourceDefinitionConfigDtopublic boolean equals(java.lang.Object obj)
equals in class DatasourceDefinitionConfigDtopublic java.lang.String toString()
toString in class DatasourceDefinitionConfigDtopublic static Dto2PosoMapper newPosoMapper()
public MondrianDatasourceConfigDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class DatasourceDefinitionConfigDtopublic void clearModified()
clearModified in class DatasourceDefinitionConfigDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class DatasourceDefinitionConfigDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class DatasourceDefinitionConfigDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class DatasourceDefinitionConfigDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class DatasourceDefinitionConfigDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class DatasourceDefinitionConfigDto