Package org.cyclos.entities.users
Class MyProductPasswordAction
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.users.ProductPasswordAction
-
- org.cyclos.entities.users.MyProductPasswordAction
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class MyProductPasswordAction extends ProductPasswordAction
Possible password actions for own user
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description MyProductPasswordAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAtRegistration()voidsetAtRegistration(boolean atRegistration)-
Methods inherited from class org.cyclos.entities.users.ProductPasswordAction
getNetwork, getPasswordType, getProduct, isChange, isEnable, isReset, isUnblock, setChange, setEnable, setPasswordType, setProduct, setReset, setUnblock
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-