@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class DadgetDto extends RsDto implements IdedDto
Dadget
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_COL |
static java.lang.String |
PROPERTY_CONTAINER |
static java.lang.String |
PROPERTY_HEIGHT |
static java.lang.String |
PROPERTY_ID |
static java.lang.String |
PROPERTY_N |
static java.lang.String |
PROPERTY_PARAMETER_INSTANCES |
static java.lang.String |
PROPERTY_RELOAD_INTERVAL |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
DadgetDto() |
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_COL
public static final java.lang.String PROPERTY_CONTAINER
public static final java.lang.String PROPERTY_HEIGHT
public static final java.lang.String PROPERTY_ID
public static final java.lang.String PROPERTY_N
public static final java.lang.String PROPERTY_PARAMETER_INSTANCES
public static final java.lang.String PROPERTY_RELOAD_INTERVAL
public int getCol()
public void setCol(int col)
public boolean isColModified()
public static PropertyAccessor<DadgetDto,java.lang.Integer> getColPropertyAccessor()
public DadgetContainerDto getContainer()
public void setContainer(DadgetContainerDto container)
public boolean isContainerModified()
public static PropertyAccessor<DadgetDto,DadgetContainerDto> getContainerPropertyAccessor()
public int getHeight()
public void setHeight(int height)
public boolean isHeightModified()
public static PropertyAccessor<DadgetDto,java.lang.Integer> getHeightPropertyAccessor()
public final java.lang.Long getId()
public final void setId(java.lang.Long id)
public boolean isIdModified()
public static PropertyAccessor<DadgetDto,java.lang.Long> getIdPropertyAccessor()
public int getN()
public void setN(int n)
public boolean isNModified()
public static PropertyAccessor<DadgetDto,java.lang.Integer> getNPropertyAccessor()
public java.util.Set<ParameterInstanceDto> getParameterInstances()
public void setParameterInstances(java.util.Set<ParameterInstanceDto> parameterInstances)
public boolean isParameterInstancesModified()
public static PropertyAccessor<DadgetDto,java.util.Set<ParameterInstanceDto>> getParameterInstancesPropertyAccessor()
public long getReloadInterval()
public void setReloadInterval(long reloadInterval)
public boolean isReloadIntervalModified()
public static PropertyAccessor<DadgetDto,java.lang.Long> getReloadIntervalPropertyAccessor()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static Dto2PosoMapper newPosoMapper()
public DadgetDtoPA instantiatePropertyAccess()
public void clearModified()
clearModified
in class Dto
public boolean isModified()
isModified
in interface ObjectModificationsTracked<Dto>
isModified
in class RsDto
public java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors
in class Dto
public java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors
in class Dto
public java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView
in class Dto
public java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos
in class Dto