Package org.cyclos.model.users.users
Class UserRegistrationByMemberDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.NamedEntityDTO
-
- org.cyclos.model.users.users.BasicUserDTO
-
- org.cyclos.model.users.users.UserDTO
-
- org.cyclos.model.users.users.AbstractSimpleUserRegistrationDTO
-
- org.cyclos.model.users.users.UserRegistrationByMemberDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,AccountOwner,InternalAccountOwner,IEntity,INamedEntity,ModelWithCustomValues<UserCustomFieldValueDTO>,IUser,SimpleBasicUserRegistrationDTO
public class UserRegistrationByMemberDTO extends AbstractSimpleUserRegistrationDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAME-
Fields inherited from class org.cyclos.model.users.users.AbstractSimpleUserRegistrationDTO
ADDRESSES, LAND_LINE_PHONES, MOBILE_PHONES, NFC_TOKEN, UPLOADED_IMAGES
-
Fields inherited from class org.cyclos.model.users.users.UserDTO
CUSTOM_VALUES, GROUP, HIDE_EMAIL
-
Fields inherited from class org.cyclos.model.users.users.BasicUserDTO
EMAIL, USERNAME
-
Fields inherited from class org.cyclos.model.NamedEntityDTO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description UserRegistrationByMemberDTO()UserRegistrationByMemberDTO(Long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()-
Methods inherited from class org.cyclos.model.users.users.AbstractSimpleUserRegistrationDTO
doGetProperties, getAddresses, getLandLinePhones, getMobilePhones, getNfcToken, getUploadedImages, setAddresses, setLandLinePhones, setMobilePhones, setNfcToken, setUploadedImages
-
Methods inherited from class org.cyclos.model.users.users.UserDTO
getCustomValues, getGroup, isHideEmail, setCustomValues, setGroup, setHideEmail
-
Methods inherited from class org.cyclos.model.users.users.BasicUserDTO
getEmail, getUsername, setEmail, setUsername, toString
-
Methods inherited from class org.cyclos.model.NamedEntityDTO
compareTo, getName, setName
-
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, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.INamedEntity
getName, setName
-
Methods inherited from interface org.cyclos.model.users.users.SimpleBasicUserRegistrationDTO
getEmail, getUsername, setEmail, setUsername
-
-