Class PasswordLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.access.passwords.PasswordLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class PasswordLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<PasswordAction,PasswordLogVO>ACTIONstatic BasicProperty<UserVO,PasswordLogVO>BYstatic StringCLASS_NAMEstatic BasicProperty<DateTime,PasswordLogVO>DATEstatic BasicProperty<PasswordTypeVO,PasswordLogVO>PASSWORD_TYPEstatic BasicProperty<BasicUserVO,PasswordLogVO>USER-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description PasswordLogVO()PasswordLogVO(Long id)PasswordLogVO(Property<T,? super PasswordLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()PasswordActiongetAction()UserVOgetBy()DateTimegetDate()PasswordTypeVOgetPasswordType()BasicUserVOgetUser()voidsetAction(PasswordAction action)voidsetBy(UserVO by)voidsetDate(DateTime date)voidsetPasswordType(PasswordTypeVO passwordType)voidsetUser(BasicUserVO user)-
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
-
ACTION
public static final BasicProperty<PasswordAction,PasswordLogVO> ACTION
-
BY
public static final BasicProperty<UserVO,PasswordLogVO> BY
-
DATE
public static final BasicProperty<DateTime,PasswordLogVO> DATE
-
PASSWORD_TYPE
public static final BasicProperty<PasswordTypeVO,PasswordLogVO> PASSWORD_TYPE
-
USER
public static final BasicProperty<BasicUserVO,PasswordLogVO> USER
-
-
Constructor Detail
-
PasswordLogVO
public PasswordLogVO()
-
PasswordLogVO
public PasswordLogVO(Long id)
-
PasswordLogVO
public PasswordLogVO(Property<T,? super PasswordLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getAction
public PasswordAction getAction()
-
setAction
public void setAction(PasswordAction action)
-
getBy
public UserVO getBy()
-
setBy
public void setBy(UserVO by)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getPasswordType
public PasswordTypeVO getPasswordType()
-
setPasswordType
public void setPasswordType(PasswordTypeVO passwordType)
-
getUser
public BasicUserVO getUser()
-
setUser
public void setUser(BasicUserVO user)
-
-