JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.example.chessdotnet.dto
UserDTO
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Constructor Summary
Method Summary
Constructor Details
UserDTO()
Class UserDTO
java.lang.Object
com.example.chessdotnet.dto.UserDTO
public class
UserDTO
extends
Object
사용자 정보를 전송하기 위한 데이터 전송 객체(DTO)입니다.
Author:
전종영
Constructor Summary
Constructors
Constructor
Description
UserDTO
()
Method Summary
Methods inherited from class java.lang.
Object
clone
,
equals
,
finalize
,
getClass
,
hashCode
,
notify
,
notifyAll
,
toString
,
wait
,
wait
,
wait
Constructor Details
UserDTO
public
UserDTO
()