Class UserIdDto


  • public class UserIdDto
    extends java.lang.Object
    사용자 ID 데이터 전송 객체 ID 중복 확인 기능에 사용된다.
    Version:
    1.0
    Author:
    always0ne
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String userId
      사용자 ID.
    • Constructor Summary

      Constructors 
      Constructor Description
      UserIdDto()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • userId

        private java.lang.String userId
        사용자 ID.
    • Constructor Detail

      • UserIdDto

        public UserIdDto()