public class LockedInfo extends Object implements Serializable
Constructor and Description |
---|
LockedInfo()
Zero-arg constructor for LockedInfo.
|
LockedInfo(boolean locked,
String lockedBy,
Date lockedDate)
Constructor for LockedInfo
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 String toString()
toString
in class Object
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA