@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class TextParameterInstanceDto extends ParameterInstanceDto
TextParameterInstance
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_VALUE |
PROPERTY_DEFINITION, PROPERTY_ID, PROPERTY_STILL_DEFAULT
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
TextParameterInstanceDto() |
Modifier and Type | Method and Description |
---|---|
void |
clearModified() |
boolean |
equals(java.lang.Object obj) |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
java.lang.String |
getValue() |
static PropertyAccessor<TextParameterInstanceDto,java.lang.String> |
getValuePropertyAccessor() |
int |
hashCode() |
TextParameterInstanceDtoPA |
instantiatePropertyAccess() |
boolean |
isModified() |
boolean |
isValueModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
getDefinition, getDefinitionPropertyAccessor, getDtoId, getId, getIdPropertyAccessor, getStillDefaultPropertyAccessor, isDefinitionModified, isIdModified, isStillDefault, isStillDefaultModified, setDefinition, setDtoId, setId, setStillDefault
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_VALUE
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean isValueModified()
public static PropertyAccessor<TextParameterInstanceDto,java.lang.String> getValuePropertyAccessor()
public int hashCode()
hashCode
in class ParameterInstanceDto
public boolean equals(java.lang.Object obj)
equals
in class ParameterInstanceDto
public java.lang.String toString()
toString
in class ParameterInstanceDto
public static Dto2PosoMapper newPosoMapper()
public TextParameterInstanceDtoPA instantiatePropertyAccess()
instantiatePropertyAccess
in class ParameterInstanceDto
public void clearModified()
clearModified
in class ParameterInstanceDto
public boolean isModified()
isModified
in interface ObjectModificationsTracked<Dto>
isModified
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView
in class ParameterInstanceDto
public java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos
in class ParameterInstanceDto