@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class SearchResultListDto extends RsDto
SearchResultList
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_DATA |
static java.lang.String |
PROPERTY_OFFSET |
static java.lang.String |
PROPERTY_TAGS |
static java.lang.String |
PROPERTY_TOTAL_LENGTH |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
SearchResultListDto() |
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_DATA
public static final java.lang.String PROPERTY_OFFSET
public static final java.lang.String PROPERTY_TAGS
public static final java.lang.String PROPERTY_TOTAL_LENGTH
public java.util.List<SearchResultEntryDto> getData()
public void setData(java.util.List<SearchResultEntryDto> data)
public boolean isDataModified()
public static PropertyAccessor<SearchResultListDto,java.util.List<SearchResultEntryDto>> getDataPropertyAccessor()
public int getOffset()
public void setOffset(int offset)
public boolean isOffsetModified()
public static PropertyAccessor<SearchResultListDto,java.lang.Integer> getOffsetPropertyAccessor()
public java.util.Set<SearchResultTagDto> getTags()
public void setTags(java.util.Set<SearchResultTagDto> tags)
public boolean isTagsModified()
public static PropertyAccessor<SearchResultListDto,java.util.Set<SearchResultTagDto>> getTagsPropertyAccessor()
public int getTotalLength()
public void setTotalLength(int totalLength)
public boolean isTotalLengthModified()
public static PropertyAccessor<SearchResultListDto,java.lang.Integer> getTotalLengthPropertyAccessor()
public java.lang.String toString()
toString
in class java.lang.Object
public static Dto2PosoMapper newPosoMapper()
public SearchResultListDtoPA 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