Package org.cyclos.entities.access
Class PasswordLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.access.PasswordLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class PasswordLog extends NetworkedEntity
Represents a log of a password
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description PasswordLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordActiongetAction()BasicUsergetBy()DategetDate()NetworkgetNetwork()Returns the network this entity belongs toPasswordTypegetPasswordType()BasicUsergetUser()voidsetAction(PasswordAction action)voidsetBy(BasicUser by)voidsetDate(Date date)voidsetPasswordType(PasswordType passwordType)voidsetUser(BasicUser user)-
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
-
-
-
-
Method Detail
-
getAction
public PasswordAction getAction()
-
getBy
public BasicUser getBy()
-
getDate
public Date getDate()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getPasswordType
public PasswordType getPasswordType()
-
getUser
public BasicUser getUser()
-
setAction
public void setAction(PasswordAction action)
-
setBy
public void setBy(BasicUser by)
-
setDate
public void setDate(Date date)
-
setPasswordType
public void setPasswordType(PasswordType passwordType)
-
setUser
public void setUser(BasicUser user)
-
-