public class UserDTO extends NamedEntityDTO implements IUser, ModelWithCustomValues<UserCustomFieldValueDTO>
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<UserCustomFieldValueDTO,UserDTO> |
CUSTOM_VALUES |
static Property<java.lang.String,UserDTO> |
EMAIL |
static Property<GroupVO,UserDTO> |
GROUP |
static Property<java.lang.Boolean,UserDTO> |
HIDE_EMAIL |
static Property<java.lang.String,UserDTO> |
USERNAME |
NAMEID| Constructor and Description |
|---|
UserDTO() |
UserDTO(java.lang.Long id) |
UserDTO(Property<T,? super UserDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.util.List<UserCustomFieldValueDTO> |
getCustomValues() |
java.lang.String |
getEmail() |
GroupVO |
getGroup() |
java.lang.String |
getUsername() |
boolean |
isHideEmail() |
void |
setCustomValues(java.util.List<UserCustomFieldValueDTO> customValues) |
void |
setEmail(java.lang.String email) |
void |
setGroup(GroupVO group) |
void |
setHideEmail(boolean hideEmail) |
void |
setUsername(java.lang.String username) |
java.lang.String |
toString() |
compareTo, getName, setNamegetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, setNamepublic static final ListProperty<UserCustomFieldValueDTO,UserDTO> CUSTOM_VALUES
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NamedEntityDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NamedEntityDTOpublic java.util.List<UserCustomFieldValueDTO> getCustomValues()
getCustomValues in interface ModelWithCustomValues<UserCustomFieldValueDTO>public java.lang.String getEmail()
public GroupVO getGroup()
public boolean isHideEmail()
public java.lang.String getUsername()
getUsername in interface IUserpublic void setCustomValues(java.util.List<UserCustomFieldValueDTO> customValues)
setCustomValues in interface ModelWithCustomValues<UserCustomFieldValueDTO>public void setEmail(java.lang.String email)
public void setGroup(GroupVO group)
public void setHideEmail(boolean hideEmail)
public void setUsername(java.lang.String username)
setUsername in interface IUserpublic java.lang.String toString()
toString in class NamedEntityDTO