@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class IntBooleanEditorDto extends EditorDtoDec
IntBooleanEditor
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_FALSE_INT |
static java.lang.String |
PROPERTY_TRUE_INT |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
IntBooleanEditorDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearModified() |
int |
getFalseInt() |
static PropertyAccessor<IntBooleanEditorDto,java.lang.Integer> |
getFalseIntPropertyAccessor() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
int |
getTrueInt() |
static PropertyAccessor<IntBooleanEditorDto,java.lang.Integer> |
getTrueIntPropertyAccessor() |
IntBooleanEditorDtoPA |
instantiatePropertyAccess() |
boolean |
isFalseIntModified() |
boolean |
isModified() |
boolean |
isTrueIntModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setFalseInt(int falseInt) |
void |
setTrueInt(int trueInt) |
java.lang.String |
toString() |
addEditor, isRowEditableaddInstanceChangedHandler, 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_FALSE_INT
public static final java.lang.String PROPERTY_TRUE_INT
public int getFalseInt()
public void setFalseInt(int falseInt)
public boolean isFalseIntModified()
public static PropertyAccessor<IntBooleanEditorDto,java.lang.Integer> getFalseIntPropertyAccessor()
public int getTrueInt()
public void setTrueInt(int trueInt)
public boolean isTrueIntModified()
public static PropertyAccessor<IntBooleanEditorDto,java.lang.Integer> getTrueIntPropertyAccessor()
public static Dto2PosoMapper newPosoMapper()
public IntBooleanEditorDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class EditorDtopublic void clearModified()
clearModified in class EditorDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class EditorDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class EditorDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class EditorDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class EditorDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class EditorDto