@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class TextParameterDefinitionDto extends ParameterDefinitionDtoDec
TextParameterDefinition
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_DEFAULT_VALUE |
static java.lang.String |
PROPERTY_HEIGHT |
static java.lang.String |
PROPERTY_RETURN_NULL_WHEN_EMPTY |
static java.lang.String |
PROPERTY_RETURN_TYPE |
static java.lang.String |
PROPERTY_VALIDATOR_REGEX |
static java.lang.String |
PROPERTY_WIDTH |
PROPERTY_DEPENDS_ON, PROPERTY_DESCRIPTION, PROPERTY_DISPLAY_INLINE, PROPERTY_EDITABLE, PROPERTY_HIDDEN, PROPERTY_ID, PROPERTY_KEY, PROPERTY_LABEL_WIDTH, PROPERTY_MANDATORY, PROPERTY_N, PROPERTY_NAMEDISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
TextParameterDefinitionDto() |
getReport, setReportgetDependsOn, getDependsOnPropertyAccessor, getDescription, getDescriptionPropertyAccessor, getDisplayInlinePropertyAccessor, getDtoId, getEditablePropertyAccessor, getHiddenPropertyAccessor, getId, getIdPropertyAccessor, getKey, getKeyPropertyAccessor, getLabelWidth, getLabelWidthPropertyAccessor, getMandatoryPropertyAccessor, getN, getName, getNamePropertyAccessor, getNPropertyAccessor, isDependsOnModified, isDescriptionModified, isDisplayInline, isDisplayInlineModified, isEditable, isEditableModified, isHidden, isHiddenModified, isIdModified, isKeyModified, isLabelWidthModified, isMandatory, isMandatoryModified, isNameModified, isNModified, setDependsOn, setDescription, setDisplayInline, setDtoId, setEditable, setHidden, setId, setKey, setLabelWidth, setMandatory, setN, setNameaddInstanceChangedHandler, addObjectChangedHandler, commit, commit, deepSet, fireEvent, fireObjectChangedEvent, fireObjectChangedEvent, fireObjectChangedEvent, getDtoProxyId, getDtoView, getValueProviderByPath, isDtoProxy, isSilenceEvents, isTrackChanges, markAsProxy, redo, redo, rollback, rollback, setDtoView, silenceEvents, toIcon, toTypeDescription, trackChanges, undo, undopublic static final java.lang.String PROPERTY_DEFAULT_VALUE
public static final java.lang.String PROPERTY_HEIGHT
public static final java.lang.String PROPERTY_RETURN_NULL_WHEN_EMPTY
public static final java.lang.String PROPERTY_RETURN_TYPE
public static final java.lang.String PROPERTY_VALIDATOR_REGEX
public static final java.lang.String PROPERTY_WIDTH
public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
public boolean isDefaultValueModified()
public static PropertyAccessor<TextParameterDefinitionDto,java.lang.String> getDefaultValuePropertyAccessor()
public java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
public boolean isHeightModified()
public static PropertyAccessor<TextParameterDefinitionDto,java.lang.Integer> getHeightPropertyAccessor()
public boolean isReturnNullWhenEmpty()
public void setReturnNullWhenEmpty(boolean returnNullWhenEmpty)
public boolean isReturnNullWhenEmptyModified()
public static PropertyAccessor<TextParameterDefinitionDto,java.lang.Boolean> getReturnNullWhenEmptyPropertyAccessor()
public DatatypeDto getReturnType()
public void setReturnType(DatatypeDto returnType)
public boolean isReturnTypeModified()
public static PropertyAccessor<TextParameterDefinitionDto,DatatypeDto> getReturnTypePropertyAccessor()
public java.lang.String getValidatorRegex()
public void setValidatorRegex(java.lang.String validatorRegex)
public boolean isValidatorRegexModified()
public static PropertyAccessor<TextParameterDefinitionDto,java.lang.String> getValidatorRegexPropertyAccessor()
public java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
public boolean isWidthModified()
public static PropertyAccessor<TextParameterDefinitionDto,java.lang.Integer> getWidthPropertyAccessor()
public java.lang.String toDisplayTitle()
toDisplayTitle in class Dtopublic int hashCode()
hashCode in class ParameterDefinitionDtopublic boolean equals(java.lang.Object obj)
equals in class ParameterDefinitionDtopublic java.lang.String toString()
toString in class ParameterDefinitionDtopublic static Dto2PosoMapper newPosoMapper()
public TextParameterDefinitionDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class ParameterDefinitionDtopublic void clearModified()
clearModified in class ParameterDefinitionDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class ParameterDefinitionDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class ParameterDefinitionDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class ParameterDefinitionDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class ParameterDefinitionDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class ParameterDefinitionDto