Class PasswordData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.passwords.PasswordData
-
- All Implemented Interfaces:
Serializable
public class PasswordData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SetProperty<PasswordAction,PasswordData>ACTIONSstatic StringCLASS_NAMEstatic BasicProperty<DateTime,PasswordData>DATEstatic ListProperty<PasswordLogVO,PasswordData>LOGSstatic BasicProperty<Boolean,PasswordData>REQUIRE_OLD_PASSWORD_FOR_CHANGEstatic BasicProperty<PasswordStatus,PasswordData>STATUSstatic BasicProperty<PasswordTypeDetailedVO,PasswordData>TYPE
-
Constructor Summary
Constructors Constructor Description PasswordData()PasswordData(Property<T,? super PasswordData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()Set<PasswordAction>getActions()DateTimegetDate()List<PasswordLogVO>getLogs()PasswordStatusgetStatus()PasswordTypeDetailedVOgetType()booleanisRequireOldPasswordForChange()voidsetActions(Set<PasswordAction> actions)voidsetDate(DateTime date)voidsetLogs(List<PasswordLogVO> logs)voidsetRequireOldPasswordForChange(boolean requireOldPasswordForChange)voidsetStatus(PasswordStatus status)voidsetType(PasswordTypeDetailedVO type)-
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
-
ACTIONS
public static final SetProperty<PasswordAction,PasswordData> ACTIONS
-
DATE
public static final BasicProperty<DateTime,PasswordData> DATE
-
LOGS
public static final ListProperty<PasswordLogVO,PasswordData> LOGS
-
REQUIRE_OLD_PASSWORD_FOR_CHANGE
public static final BasicProperty<Boolean,PasswordData> REQUIRE_OLD_PASSWORD_FOR_CHANGE
-
STATUS
public static final BasicProperty<PasswordStatus,PasswordData> STATUS
-
TYPE
public static final BasicProperty<PasswordTypeDetailedVO,PasswordData> TYPE
-
-
Constructor Detail
-
PasswordData
public PasswordData()
-
PasswordData
public PasswordData(Property<T,? super PasswordData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getActions
public Set<PasswordAction> getActions()
-
setActions
public void setActions(Set<PasswordAction> actions)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getLogs
public List<PasswordLogVO> getLogs()
-
setLogs
public void setLogs(List<PasswordLogVO> logs)
-
isRequireOldPasswordForChange
public boolean isRequireOldPasswordForChange()
-
setRequireOldPasswordForChange
public void setRequireOldPasswordForChange(boolean requireOldPasswordForChange)
-
getStatus
public PasswordStatus getStatus()
-
setStatus
public void setStatus(PasswordStatus status)
-
getType
public PasswordTypeDetailedVO getType()
-
setType
public void setType(PasswordTypeDetailedVO type)
-
-