|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codelabor.example.user.dtos.RoleDTO
public class RoleDTO
역할 DTO
Field Summary | |
---|---|
protected String |
description
상세 설명 |
protected String |
roleId
역할 Id |
Constructor Summary | |
---|---|
RoleDTO()
|
Method Summary | |
---|---|
String |
getDescription()
상세 설명을 가져온다. |
String |
getRoleId()
역할 Id를 가져온다. |
void |
setDescription(String description)
상세 설명을 설정한다. |
void |
setRoleId(String roleId)
역할 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 roleId
protected String description
Constructor Detail |
---|
public RoleDTO()
Method Detail |
---|
public String getRoleId()
public void setRoleId(String roleId)
roleId
- 역할 Idpublic String getDescription()
public void setDescription(String description)
description
- 상세 설명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 |