@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class CommandResultDto extends RsDto
CommandResult
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_DISPLAY_MODE |
static java.lang.String |
PROPERTY_ENTRY_LIST |
static java.lang.String |
PROPERTY_EXTENSIONS |
static java.lang.String |
PROPERTY_MODIFIERS |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
CommandResultDto() |
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_DISPLAY_MODE
public static final java.lang.String PROPERTY_ENTRY_LIST
public static final java.lang.String PROPERTY_EXTENSIONS
public static final java.lang.String PROPERTY_MODIFIERS
public DisplayModeDto getDisplayMode()
public void setDisplayMode(DisplayModeDto displayMode)
public boolean isDisplayModeModified()
public static PropertyAccessor<CommandResultDto,DisplayModeDto> getDisplayModePropertyAccessor()
public java.util.List<CommandResultEntryDto> getEntryList()
public void setEntryList(java.util.List<CommandResultEntryDto> entryList)
public boolean isEntryListModified()
public static PropertyAccessor<CommandResultDto,java.util.List<CommandResultEntryDto>> getEntryListPropertyAccessor()
public java.util.List<CommandResultExtensionDto> getExtensions()
public void setExtensions(java.util.List<CommandResultExtensionDto> extensions)
public boolean isExtensionsModified()
public static PropertyAccessor<CommandResultDto,java.util.List<CommandResultExtensionDto>> getExtensionsPropertyAccessor()
public java.util.Set<CommandResultModifierDto> getModifiers()
public void setModifiers(java.util.Set<CommandResultModifierDto> modifiers)
public boolean isModifiersModified()
public static PropertyAccessor<CommandResultDto,java.util.Set<CommandResultModifierDto>> getModifiersPropertyAccessor()
public java.lang.String toString()
toString
in class java.lang.Object
public static Dto2PosoMapper newPosoMapper()
public CommandResultDtoPA instantiatePropertyAccess()
public void clearModified()
clearModified
in class Dto
public boolean isModified()
isModified
in interface ObjectModificationsTracked<Dto>
isModified
in class RsDto
public java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors
in class Dto
public java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors
in class Dto
public java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView
in class Dto
public java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos
in class Dto