@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class ViewLogFileCommandResultExtensionDto extends CommandResultExtensionDto
ViewLogFileCommandResultExtension
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_DATA |
static java.lang.String |
PROPERTY_FILENAME |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
ViewLogFileCommandResultExtensionDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearModified() |
java.util.List<java.lang.String> |
getData() |
static PropertyAccessor<ViewLogFileCommandResultExtensionDto,java.util.List<java.lang.String>> |
getDataPropertyAccessor() |
java.lang.String |
getFilename() |
static PropertyAccessor<ViewLogFileCommandResultExtensionDto,java.lang.String> |
getFilenamePropertyAccessor() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
ViewLogFileCommandResultExtensionDtoPA |
instantiatePropertyAccess() |
boolean |
isDataModified() |
boolean |
isFilenameModified() |
boolean |
isModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setData(java.util.List<java.lang.String> data) |
void |
setFilename(java.lang.String filename) |
java.lang.String |
toString() |
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, undopublic static final java.lang.String PROPERTY_DATA
public static final java.lang.String PROPERTY_FILENAME
public ViewLogFileCommandResultExtensionDto()
public java.util.List<java.lang.String> getData()
public void setData(java.util.List<java.lang.String> data)
public boolean isDataModified()
public static PropertyAccessor<ViewLogFileCommandResultExtensionDto,java.util.List<java.lang.String>> getDataPropertyAccessor()
public java.lang.String getFilename()
public void setFilename(java.lang.String filename)
public boolean isFilenameModified()
public static PropertyAccessor<ViewLogFileCommandResultExtensionDto,java.lang.String> getFilenamePropertyAccessor()
public java.lang.String toString()
toString in class CommandResultExtensionDtopublic static Dto2PosoMapper newPosoMapper()
public ViewLogFileCommandResultExtensionDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class CommandResultExtensionDtopublic void clearModified()
clearModified in class CommandResultExtensionDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class CommandResultExtensionDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class CommandResultExtensionDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class CommandResultExtensionDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class CommandResultExtensionDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class CommandResultExtensionDto