@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class CommandResultHyperlinkDto extends CommandResultEntryDtoDec
CommandResultHyperlink
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_CAPTION |
static java.lang.String |
PROPERTY_HISTORY_TOKEN |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
CommandResultHyperlinkDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearModified() |
java.lang.String |
getCaption() |
static PropertyAccessor<CommandResultHyperlinkDto,java.lang.String> |
getCaptionPropertyAccessor() |
java.lang.String |
getHistoryToken() |
static PropertyAccessor<CommandResultHyperlinkDto,java.lang.String> |
getHistoryTokenPropertyAccessor() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
CommandResultHyperlinkDtoPA |
instantiatePropertyAccess() |
boolean |
isCaptionModified() |
boolean |
isHistoryTokenModified() |
boolean |
isModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setCaption(java.lang.String caption) |
void |
setHistoryToken(java.lang.String historyToken) |
java.lang.String |
toString() |
formataddInstanceChangedHandler, 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_CAPTION
public static final java.lang.String PROPERTY_HISTORY_TOKEN
public java.lang.String getCaption()
public void setCaption(java.lang.String caption)
public boolean isCaptionModified()
public static PropertyAccessor<CommandResultHyperlinkDto,java.lang.String> getCaptionPropertyAccessor()
public java.lang.String getHistoryToken()
public void setHistoryToken(java.lang.String historyToken)
public boolean isHistoryTokenModified()
public static PropertyAccessor<CommandResultHyperlinkDto,java.lang.String> getHistoryTokenPropertyAccessor()
public java.lang.String toString()
toString in class CommandResultEntryDtopublic static Dto2PosoMapper newPosoMapper()
public CommandResultHyperlinkDtoPA instantiatePropertyAccess()
instantiatePropertyAccess in class CommandResultEntryDtopublic void clearModified()
clearModified in class CommandResultEntryDtopublic boolean isModified()
isModified in interface ObjectModificationsTracked<Dto>isModified in class CommandResultEntryDtopublic java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors in class CommandResultEntryDtopublic java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors in class CommandResultEntryDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView in class CommandResultEntryDtopublic java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos in class CommandResultEntryDto