org.codelabor.example.user.dtos
Class RoleDTO

java.lang.Object
  extended by org.codelabor.example.user.dtos.RoleDTO

public class RoleDTO
extends Object

역할 DTO

Author:
Shin Sangjae

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

roleId

protected String roleId
역할 Id


description

protected String description
상세 설명

Constructor Detail

RoleDTO

public RoleDTO()
Method Detail

getRoleId

public String getRoleId()
역할 Id를 가져온다.

Returns:
역할 Id

setRoleId

public void setRoleId(String roleId)
역할 Id를 설정한다.

Parameters:
roleId - 역할 Id

getDescription

public String getDescription()
상세 설명을 가져온다.

Returns:
상세 설명

setDescription

public void setDescription(String description)
상세 설명을 설정한다.

Parameters:
description - 상세 설명

toString

public String toString()
Constructs a String with all attributes in name = value format.

Overrides:
toString in class Object
Returns:
a String representation of this object.


Copyright © 2010 CODELABOR. All Rights Reserved.