|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codelabor.example.user.dtos.UserDTO
public class UserDTO
사용자 DTO
Field Summary | |
---|---|
protected String |
userId
사용자 Id |
protected String |
userName
사용자명 |
protected String |
userPassword
패스워드 |
Constructor Summary | |
---|---|
UserDTO()
|
Method Summary | |
---|---|
String |
getUserId()
사용자 Id를 가져온다. |
String |
getUserName()
사용자명을 가져온다. |
String |
getUserPassword()
패스워드를 가져온다. |
void |
setUserId(String userId)
사용자 Id를 설정한다. |
void |
setUserName(String userName)
사용자명을 설정한다. |
void |
setUserPassword(String userPassword)
패스워드를 설정한다. |
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 userId
protected String userName
protected String userPassword
Constructor Detail |
---|
public UserDTO()
Method Detail |
---|
public String getUserId()
public void setUserId(String userId)
userId
- 사용자 Idpublic String getUserPassword()
public void setUserPassword(String userPassword)
userPassword
- 패스워드public String getUserName()
public void setUserName(String userName)
userName
- 사용자명public 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 |