@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class RSStringTableRowDto extends RSTableRowDto
RSStringTableRow
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_STRING_ROW |
PROPERTY_TABLE_DEFINITION
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
RSStringTableRowDto() |
Modifier and Type | Method and Description |
---|---|
void |
clearModified() |
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<java.lang.String> |
getStringRow() |
static PropertyAccessor<RSStringTableRowDto,java.util.List<java.lang.String>> |
getStringRowPropertyAccessor() |
RSStringTableRowDtoPA |
instantiatePropertyAccess() |
boolean |
isModified() |
boolean |
isStringRowModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setStringRow(java.util.List<java.lang.String> stringRow) |
java.lang.String |
toString() |
getTableDefinition, getTableDefinitionPropertyAccessor, isTableDefinitionModified, setTableDefinition
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_STRING_ROW
public java.util.List<java.lang.String> getStringRow()
public void setStringRow(java.util.List<java.lang.String> stringRow)
public boolean isStringRowModified()
public static PropertyAccessor<RSStringTableRowDto,java.util.List<java.lang.String>> getStringRowPropertyAccessor()
public java.lang.String toString()
toString
in class RSTableRowDto
public static Dto2PosoMapper newPosoMapper()
public RSStringTableRowDtoPA instantiatePropertyAccess()
instantiatePropertyAccess
in class RSTableRowDto
public void clearModified()
clearModified
in class RSTableRowDto
public boolean isModified()
isModified
in interface ObjectModificationsTracked<Dto>
isModified
in class RSTableRowDto
public java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors
in class RSTableRowDto
public java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors
in class RSTableRowDto
public java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView
in class RSTableRowDto
public java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos
in class RSTableRowDto