@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class SelectedParameterFileDto extends RsDto implements IdedDto
SelectedParameterFile
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_FILE_SERVER_FILE |
static java.lang.String |
PROPERTY_ID |
static java.lang.String |
PROPERTY_NAME |
static java.lang.String |
PROPERTY_TEAM_SPACE_FILE |
static java.lang.String |
PROPERTY_UPLOADED_FILE |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
SelectedParameterFileDto() |
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_FILE_SERVER_FILE
public static final java.lang.String PROPERTY_ID
public static final java.lang.String PROPERTY_NAME
public static final java.lang.String PROPERTY_TEAM_SPACE_FILE
public static final java.lang.String PROPERTY_UPLOADED_FILE
public AbstractFileServerNodeDto getFileServerFile()
public void setFileServerFile(AbstractFileServerNodeDto fileServerFile)
public boolean isFileServerFileModified()
public static PropertyAccessor<SelectedParameterFileDto,AbstractFileServerNodeDto> getFileServerFilePropertyAccessor()
public final java.lang.Long getId()
public final void setId(java.lang.Long id)
public boolean isIdModified()
public static PropertyAccessor<SelectedParameterFileDto,java.lang.Long> getIdPropertyAccessor()
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean isNameModified()
public static PropertyAccessor<SelectedParameterFileDto,java.lang.String> getNamePropertyAccessor()
public AbstractTsDiskNodeDto getTeamSpaceFile()
public void setTeamSpaceFile(AbstractTsDiskNodeDto teamSpaceFile)
public boolean isTeamSpaceFileModified()
public static PropertyAccessor<SelectedParameterFileDto,AbstractTsDiskNodeDto> getTeamSpaceFilePropertyAccessor()
public UploadedParameterFileDto getUploadedFile()
public void setUploadedFile(UploadedParameterFileDto uploadedFile)
public boolean isUploadedFileModified()
public static PropertyAccessor<SelectedParameterFileDto,UploadedParameterFileDto> getUploadedFilePropertyAccessor()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static Dto2PosoMapper newPosoMapper()
public SelectedParameterFileDtoPA instantiatePropertyAccess()
public void clearModified()
clearModified in class Dtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class RsDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class Dtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class Dtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class Dtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class Dto