|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codelabor.system.login.dtos.LoginDTO
public class LoginDTO
로그인 정보 DTO
Field Summary | |
---|---|
protected String |
ipAddress
접속 주소 |
protected Timestamp |
loginTimestamp
로그인 시간 |
protected Timestamp |
logoutTimestamp
로그아웃 시간 |
protected String |
sessionId
세션 Id |
protected String |
userId
사용자 Id |
Constructor Summary | |
---|---|
LoginDTO()
|
Method Summary | |
---|---|
String |
getIpAddress()
접속 주소를 가져온다. |
Timestamp |
getLoginTimestamp()
로그인 시간을 가져온다. |
Timestamp |
getLogoutTimestamp()
로그아웃 시간을 가져온다. |
String |
getSessionId()
세션 Id를 가져온다. |
String |
getUserId()
사용자 Id를 가져온다. |
void |
setIpAddress(String remoteAddr)
접속 주소를 설정한다. |
void |
setLoginTimestamp(Timestamp loginTimestamp)
로그인 시간을 설정한다. |
void |
setLogoutTimestamp(Timestamp logoutTimestamp)
로그아웃 시간을 설정한다. |
void |
setSessionId(String sessionId)
세션 Id를 설정한다. |
void |
setUserId(String userId)
사용자 Id를 설정한다. |
String |
toString()
Constructs a String with all attributes in name = value
format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String sessionId
protected String userId
protected String ipAddress
protected Timestamp loginTimestamp
protected Timestamp logoutTimestamp
Constructor Detail |
---|
public LoginDTO()
Method Detail |
---|
public Timestamp getLoginTimestamp()
public void setLoginTimestamp(Timestamp loginTimestamp)
loginTimestamp
- 로그인 시간public Timestamp getLogoutTimestamp()
public void setLogoutTimestamp(Timestamp logoutTimestamp)
logoutTimestamp
- 로그아웃 시간public String getUserId()
public void setUserId(String userId)
userId
- 사용자 Idpublic void setIpAddress(String remoteAddr)
remoteAddr
- 접속 주소public String getIpAddress()
public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- 세션 Idpublic String toString()
String
with all attributes in name = value
format.
toString
in class Object
String
representation of this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |