Package org.cyclos.model.users.users
Class UserLocatorVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.users.users.BasicUserVO
-
- org.cyclos.model.users.users.UserVO
-
- org.cyclos.model.users.users.UserLocatorVO
-
- All Implemented Interfaces:
Serializable,AccountOwner,InternalAccountOwner,IEntity,IUser,HasDisplay
- Direct Known Subclasses:
UserLocatorDetailedVO
public class UserLocatorVO extends UserVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,UserLocatorVO>PRINCIPALstatic BasicProperty<String,UserLocatorVO>PRINCIPAL_TYPEstatic BasicProperty<String,UserLocatorVO>USERNAME-
Fields inherited from class org.cyclos.model.users.users.BasicUserVO
DISPLAY, LOCATOR
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description UserLocatorVO()UserLocatorVO(Long id)UserLocatorVO(Property<T,? super UserLocatorVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetPrincipal()StringgetPrincipalType()StringgetUsername()voidsetPrincipal(String principal)voidsetPrincipalType(String principalType)voidsetUsername(String username)StringtoString()-
Methods inherited from class org.cyclos.model.users.users.UserVO
getImage, getRole, setImage, setRole
-
Methods inherited from class org.cyclos.model.users.users.BasicUserVO
getDisplay, getLocator, setDisplay, setLocator
-
Methods inherited from class org.cyclos.model.EntityModel
getId, 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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
PRINCIPAL
public static final BasicProperty<String,UserLocatorVO> PRINCIPAL
-
PRINCIPAL_TYPE
public static final BasicProperty<String,UserLocatorVO> PRINCIPAL_TYPE
-
USERNAME
public static final BasicProperty<String,UserLocatorVO> USERNAME
-
-
Constructor Detail
-
UserLocatorVO
public UserLocatorVO()
-
UserLocatorVO
public UserLocatorVO(Long id)
-
UserLocatorVO
public UserLocatorVO(Property<T,? super UserLocatorVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classUserVO
-
getPrincipal
public String getPrincipal()
-
setPrincipal
public void setPrincipal(String principal)
-
getPrincipalType
public String getPrincipalType()
-
setPrincipalType
public void setPrincipalType(String principalType)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
toString
public String toString()
- Overrides:
toStringin classBasicUserVO
-
-