Class UserIdentityProviderVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.access.useridentityproviders.UserIdentityProviderVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class UserIdentityProviderVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,UserIdentityProviderVO>EMAILstatic BasicProperty<IdentityProviderVO,UserIdentityProviderVO>IDENTITY_PROVIDERstatic BasicProperty<DateTime,UserIdentityProviderVO>LINK_DATEstatic BasicProperty<String,UserIdentityProviderVO>NAMEstatic BasicProperty<UserIdentityProviderStatus,UserIdentityProviderVO>STATUS-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description UserIdentityProviderVO()UserIdentityProviderVO(Long id)UserIdentityProviderVO(Property<T,? super UserIdentityProviderVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetEmail()IdentityProviderVOgetIdentityProvider()DateTimegetLinkDate()StringgetName()UserIdentityProviderStatusgetStatus()voidsetEmail(String email)voidsetIdentityProvider(IdentityProviderVO identityProvider)voidsetLinkDate(DateTime linkDate)voidsetName(String name)voidsetStatus(UserIdentityProviderStatus status)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
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
-
EMAIL
public static final BasicProperty<String,UserIdentityProviderVO> EMAIL
-
IDENTITY_PROVIDER
public static final BasicProperty<IdentityProviderVO,UserIdentityProviderVO> IDENTITY_PROVIDER
-
LINK_DATE
public static final BasicProperty<DateTime,UserIdentityProviderVO> LINK_DATE
-
NAME
public static final BasicProperty<String,UserIdentityProviderVO> NAME
-
STATUS
public static final BasicProperty<UserIdentityProviderStatus,UserIdentityProviderVO> STATUS
-
-
Constructor Detail
-
UserIdentityProviderVO
public UserIdentityProviderVO()
-
UserIdentityProviderVO
public UserIdentityProviderVO(Long id)
-
UserIdentityProviderVO
public UserIdentityProviderVO(Property<T,? super UserIdentityProviderVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
getIdentityProvider
public IdentityProviderVO getIdentityProvider()
-
setIdentityProvider
public void setIdentityProvider(IdentityProviderVO identityProvider)
-
getLinkDate
public DateTime getLinkDate()
-
setLinkDate
public void setLinkDate(DateTime linkDate)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getStatus
public UserIdentityProviderStatus getStatus()
-
setStatus
public void setStatus(UserIdentityProviderStatus status)
-
-