@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class FileSelectionParameterInstanceDto extends ParameterInstanceDto
FileSelectionParameterInstance
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_SELECTED_FILES |
PROPERTY_DEFINITION, PROPERTY_ID, PROPERTY_STILL_DEFAULT
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
FileSelectionParameterInstanceDto() |
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.util.List<SelectedParameterFileDto> |
getSelectedFiles() |
static PropertyAccessor<FileSelectionParameterInstanceDto,java.util.List<SelectedParameterFileDto>> |
getSelectedFilesPropertyAccessor() |
int |
hashCode() |
FileSelectionParameterInstanceDtoPA |
instantiatePropertyAccess() |
boolean |
isModified() |
boolean |
isSelectedFilesModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setSelectedFiles(java.util.List<SelectedParameterFileDto> selectedFiles) |
java.lang.String |
toString() |
getDefinition, getDefinitionPropertyAccessor, getDtoId, getId, getIdPropertyAccessor, getStillDefaultPropertyAccessor, isDefinitionModified, isIdModified, isStillDefault, isStillDefaultModified, setDefinition, setDtoId, setId, setStillDefault
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_SELECTED_FILES
public java.util.List<SelectedParameterFileDto> getSelectedFiles()
public void setSelectedFiles(java.util.List<SelectedParameterFileDto> selectedFiles)
public boolean isSelectedFilesModified()
public static PropertyAccessor<FileSelectionParameterInstanceDto,java.util.List<SelectedParameterFileDto>> getSelectedFilesPropertyAccessor()
public int hashCode()
hashCode
in class ParameterInstanceDto
public boolean equals(java.lang.Object obj)
equals
in class ParameterInstanceDto
public java.lang.String toString()
toString
in class ParameterInstanceDto
public static Dto2PosoMapper newPosoMapper()
public FileSelectionParameterInstanceDtoPA instantiatePropertyAccess()
instantiatePropertyAccess
in class ParameterInstanceDto
public void clearModified()
clearModified
in class ParameterInstanceDto
public boolean isModified()
isModified
in interface ObjectModificationsTracked<Dto>
isModified
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos
in class ParameterInstanceDto