Page 289 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 289

public SmartHome(int a,  String b,  int  c, Timestamp d){
            this.a = a;
            this.b = b;

            this.c = c;
            this.d = d;
            }



            public int getA()  {
            return  a;
            }


            public  String  getB()  {
            return  b;

            }


            public int getC()  {
            return  c;

            }


            public  Timestamp  getD()  {
            return  d;
            }



            }

































                                                         -  282  -
   284   285   286   287   288   289   290   291   292   293   294