public class UserRecordDTO extends RecordDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<UserVO,UserRecordDTO> |
USER |
CREATED_BY, CREATION_DATE, CUSTOM_VALUES, LAST_MODIFIED_DATE, MODIFIED_BY, TYPEID| Constructor and Description |
|---|
UserRecordDTO() |
UserRecordDTO(java.lang.Long id) |
UserRecordDTO(Property<T,? super UserRecordDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserVO |
getUser() |
void |
setUser(UserVO user) |
getCreatedBy, getCreationDate, getCustomValues, getLastModifiedDate, getModifiedBy, getType, setCreatedBy, setCreationDate, setCustomValues, setLastModifiedDate, setModifiedBy, setType, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<UserVO,UserRecordDTO> USER
public UserRecordDTO()
public UserRecordDTO(java.lang.Long id)
public UserRecordDTO(Property<T,? super UserRecordDTO> property, T value)