@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public class TeamSpaceMemberDto extends RsDto implements IdedDto
TeamSpaceMember
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_FOLK |
static java.lang.String |
PROPERTY_ID |
static java.lang.String |
PROPERTY_ROLE |
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
TeamSpaceMemberDto() |
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_FOLK
public static final java.lang.String PROPERTY_ID
public static final java.lang.String PROPERTY_ROLE
public AbstractUserManagerNodeDto getFolk()
public void setFolk(AbstractUserManagerNodeDto folk)
public boolean isFolkModified()
public static PropertyAccessor<TeamSpaceMemberDto,AbstractUserManagerNodeDto> getFolkPropertyAccessor()
public final java.lang.Long getId()
public final void setId(java.lang.Long id)
public boolean isIdModified()
public static PropertyAccessor<TeamSpaceMemberDto,java.lang.Long> getIdPropertyAccessor()
public TeamSpaceRoleDto getRole()
public void setRole(TeamSpaceRoleDto role)
public boolean isRoleModified()
public static PropertyAccessor<TeamSpaceMemberDto,TeamSpaceRoleDto> getRolePropertyAccessor()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static Dto2PosoMapper newPosoMapper()
public TeamSpaceMemberDtoPA 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