@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class SecurityServiceSecureeDto extends RsDto implements SecureeDto
SecurityServiceSecuree
This file was automatically created by DtoAnnotationProcessor, version 0.1| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_NAME |
static java.lang.String |
PROPERTY_RIGHTS |
static java.lang.String |
PROPERTY_SECUREE_ID |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY| Constructor and Description |
|---|
SecurityServiceSecureeDto() |
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_NAME
public static final java.lang.String PROPERTY_RIGHTS
public static final java.lang.String PROPERTY_SECUREE_ID
public void setName(java.lang.String name)
public java.lang.String getName()
getName in interface SecureeDtopublic boolean isNameModified()
public static PropertyAccessor<SecurityServiceSecureeDto,java.lang.String> getNamePropertyAccessor()
public void setRights(java.util.List<RightDto> rights)
public java.util.List<RightDto> getRights()
getRights in interface SecureeDtopublic boolean isRightsModified()
public static PropertyAccessor<SecurityServiceSecureeDto,java.util.List<RightDto>> getRightsPropertyAccessor()
public void setSecureeId(java.lang.String secureeId)
public java.lang.String getSecureeId()
getSecureeId in interface SecureeDtopublic boolean isSecureeIdModified()
public static PropertyAccessor<SecurityServiceSecureeDto,java.lang.String> getSecureeIdPropertyAccessor()
public java.lang.String toString()
toString in class java.lang.Objectpublic static Dto2PosoMapper newPosoMapper()
public SecurityServiceSecureeDtoPA 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