|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.user.LockedInfo
public class LockedInfo
A data transfer object with information about the lock state of a user.
Constructor Summary | |
---|---|
LockedInfo()
Zero-arg constructor for LockedInfo. |
|
LockedInfo(boolean locked,
String lockedBy,
Date lockedDate)
Constructor for LockedInfo |
Method Summary | |
---|---|
LockedInfo |
clone()
Create and return a copy of this object. |
boolean |
getLocked()
Get the boolean value indicating if this user account is locked. |
String |
getLockedBy()
Get the identity of the person who locked this user. |
Date |
getLockedDate()
Get the date that this user account was locked. |
boolean |
isLocked()
Get the boolean value indicating if this user account is locked. |
void |
setLocked(boolean locked)
Set the boolean value indicating if this user account is locked. |
void |
setLockedBy(String lockedBy)
Set the identity of the person who locked this user. |
void |
setLockedDate(Date lockedDate)
Set the date that this user account was locked. |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LockedInfo()
public LockedInfo(boolean locked, String lockedBy, Date lockedDate)
locked
- Boolean value indicating locked state of the user.lockedBy
- String indicating the individual who locked this user.lockedDate
- Date that this user account was locked.Method Detail |
---|
public boolean isLocked()
public boolean getLocked()
public void setLocked(boolean locked)
locked
- the boolean value indicating if this user account is locked.public String getLockedBy()
public void setLockedBy(String lockedBy)
lockedBy
- the identity of the person who locked this user.public Date getLockedDate()
public void setLockedDate(Date lockedDate)
lockedDate
- the date that this user account was locked.public LockedInfo clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Object.clone()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |