@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class MinFloatValidatorDto extends ValidatorDtoDec
MinFloatValidator
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_NUMBER |
PROPERTY_ERROR_MSGDISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
MinFloatValidatorDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearModified() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.lang.Float |
getNumber() |
static PropertyAccessor<MinFloatValidatorDto,java.lang.Float> |
getNumberPropertyAccessor() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
MinFloatValidatorDtoPA |
instantiatePropertyAccess() |
boolean |
isModified() |
boolean |
isNumberModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setNumber(java.lang.Float number) |
java.lang.String |
toString() |
getValidatorgetErrorMsg, getErrorMsgPropertyAccessor, isErrorMsgModified, setErrorMsgaddInstanceChangedHandler, 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_NUMBER
public java.lang.Float getNumber()
public void setNumber(java.lang.Float number)
public boolean isNumberModified()
public static PropertyAccessor<MinFloatValidatorDto,java.lang.Float> getNumberPropertyAccessor()
public java.lang.String toString()
toString in class ValidatorDtopublic static Dto2PosoMapper newPosoMapper()
public MinFloatValidatorDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class ValidatorDtopublic void clearModified()
clearModified in class ValidatorDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class ValidatorDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class ValidatorDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class ValidatorDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class ValidatorDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class ValidatorDto