@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class BirtReportFileDto extends RsDto implements IdedDto
BirtReportFile
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_ID |
static java.lang.String |
PROPERTY_NAME |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
BirtReportFileDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearModified() |
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getDtoId() |
java.lang.Long |
getId() |
static PropertyAccessor<BirtReportFileDto,java.lang.Long> |
getIdPropertyAccessor() |
java.util.List<PropertyAccessor> |
getModifiedPropertyAccessors() |
java.lang.String |
getName() |
static PropertyAccessor<BirtReportFileDto,java.lang.String> |
getNamePropertyAccessor() |
java.util.List<PropertyAccessor> |
getPropertyAccessors() |
java.util.List<PropertyAccessor> |
getPropertyAccessorsByView(DtoView view) |
java.util.List<PropertyAccessor> |
getPropertyAccessorsForDtos() |
int |
hashCode() |
BirtReportFileDtoPA |
instantiatePropertyAccess() |
boolean |
isIdModified() |
boolean |
isModified() |
boolean |
isNameModified() |
static Dto2PosoMapper |
newPosoMapper() |
void |
setDtoId(java.lang.Object id) |
void |
setId(java.lang.Long id) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
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_ID
public static final java.lang.String PROPERTY_NAME
public final java.lang.Long getId()
public final void setId(java.lang.Long id)
public boolean isIdModified()
public static PropertyAccessor<BirtReportFileDto,java.lang.Long> getIdPropertyAccessor()
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean isNameModified()
public static PropertyAccessor<BirtReportFileDto,java.lang.String> getNamePropertyAccessor()
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 BirtReportFileDtoPA 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