@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class BirtParameterProposalDto extends RsDto implements IdedDto, ParameterProposalDto
BirtParameterProposal
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_KEY |
static java.lang.String |
PROPERTY_NAME |
static java.lang.String |
PROPERTY_PARAMETER_PROPOSAL |
static java.lang.String |
PROPERTY_TYPE |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
BirtParameterProposalDto() |
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, undopublic static final java.lang.String PROPERTY_KEY
public static final java.lang.String PROPERTY_NAME
public static final java.lang.String PROPERTY_PARAMETER_PROPOSAL
public static final java.lang.String PROPERTY_TYPE
public java.lang.String getKey()
public void setKey(java.lang.String key)
public boolean isKeyModified()
public static PropertyAccessor<BirtParameterProposalDto,java.lang.String> getKeyPropertyAccessor()
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean isNameModified()
public static PropertyAccessor<BirtParameterProposalDto,java.lang.String> getNamePropertyAccessor()
public ParameterDefinitionDto getParameterProposal()
public void setParameterProposal(ParameterDefinitionDto parameterProposal)
public boolean isParameterProposalModified()
public static PropertyAccessor<BirtParameterProposalDto,ParameterDefinitionDto> getParameterProposalPropertyAccessor()
public java.lang.String getType()
getType in interface ParameterProposalDtopublic void setType(java.lang.String type)
public boolean isTypeModified()
public static PropertyAccessor<BirtParameterProposalDto,java.lang.String> getTypePropertyAccessor()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static Dto2PosoMapper newPosoMapper()
public BirtParameterProposalDtoPA instantiatePropertyAccess()
public void clearModified()
clearModified in class Dtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class RsDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class Dtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class Dtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class Dtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class Dto