com.evolveum.midpoint.web.page.admin.home.dto
Class PersonalInfoDto
java.lang.Object
com.evolveum.midpoint.web.page.admin.home.dto.PersonalInfoDto
- All Implemented Interfaces:
- Serializable
public class PersonalInfoDto
- extends Object
- implements Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
F_LAST_LOGIN_DATE
public static final String F_LAST_LOGIN_DATE
- See Also:
- Constant Field Values
F_LAST_LOGIN_FROM
public static final String F_LAST_LOGIN_FROM
- See Also:
- Constant Field Values
F_LAST_FAIL_DATE
public static final String F_LAST_FAIL_DATE
- See Also:
- Constant Field Values
F_LAST_FAIL_FROM
public static final String F_LAST_FAIL_FROM
- See Also:
- Constant Field Values
F_PASSWORD_EXP
public static final String F_PASSWORD_EXP
- See Also:
- Constant Field Values
PersonalInfoDto
public PersonalInfoDto()
getLastFailDate
public Date getLastFailDate()
getLastFailFrom
public String getLastFailFrom()
getLastLoginDate
public Date getLastLoginDate()
getLastLoginFrom
public String getLastLoginFrom()
getPasswordExp
public Date getPasswordExp()
setLastFailDate
public void setLastFailDate(Date lastFailDate)
setLastFailFrom
public void setLastFailFrom(String lastFailFrom)
setLastLoginDate
public void setLastLoginDate(Date lastLoginDate)
setLastLoginFrom
public void setLastLoginFrom(String lastLoginFrom)
setPasswordExp
public void setPasswordExp(Date passwordExp)
Copyright © 2013 evolveum. All Rights Reserved.