@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class RSStringTableRowDto extends RSTableRowDto
RSStringTableRow
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_STRING_ROW |
PROPERTY_TABLE_DEFINITIONDISPLAY_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, setTableDefinitionaddInstanceChangedHandler, 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_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 RSTableRowDtopublic static Dto2PosoMapper newPosoMapper()
public RSStringTableRowDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class RSTableRowDtopublic void clearModified()
clearModified in class RSTableRowDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class RSTableRowDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class RSTableRowDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class RSTableRowDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class RSTableRowDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class RSTableRowDto