Package org.cyclos.model.users.records
Class UserRecordDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.users.records.RecordDTO
-
- org.cyclos.model.users.records.UserRecordDTO
-
- All Implemented Interfaces:
Serializable,IEntity,ModelWithCustomValues<CustomFieldValueDTO>
public class UserRecordDTO extends RecordDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<UserVO,UserRecordDTO>USER-
Fields inherited from class org.cyclos.model.users.records.RecordDTO
CREATED_BY, CREATION_DATE, CUSTOM_VALUES, LAST_MODIFIED_DATE, MODIFIED_BY, TYPE
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description UserRecordDTO()UserRecordDTO(Long id)UserRecordDTO(Property<T,? super UserRecordDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()UserVOgetUser()voidsetUser(UserVO user)-
Methods inherited from class org.cyclos.model.users.records.RecordDTO
getCreatedBy, getCreationDate, getCustomValues, getLastModifiedDate, getModifiedBy, getType, setCreatedBy, setCreationDate, setCustomValues, setLastModifiedDate, setModifiedBy, setType, toString
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
USER
public static final BasicProperty<UserVO,UserRecordDTO> USER
-
-
Constructor Detail
-
UserRecordDTO
public UserRecordDTO()
-
UserRecordDTO
public UserRecordDTO(Long id)
-
UserRecordDTO
public UserRecordDTO(Property<T,? super UserRecordDTO> property, T value)
-
-