타입 private > 제휴게시판

고객센터

제휴게시판


타입 private

페이지 정보

profile_image
작성자 보증수리
댓글 0건 조회 1,030회 작성일 23-10-19 01:23

본문

타입 private Strng singerType; //가수이름 private String singerName; //가수 사진 private String singerPicture; public Singer() { } public Singer(String singerType, String singerName, String singerPicture) { this.singerType = singerType; this.singerName = singerName; this.singerPicture = singerPicture; } public String getSingerType() { return singerType; } public void setSingerType(String singerType) { this.singerType = singerType; } public String getSingerName() { return singerName; } public void setSingerName(String singerName) { this.singerName = singerName; } public String getSingerPicture() { return singerPicture; } public void setSingerPicture(String singerPicture) { this.singerPicture = singerPicture; } @Override public String toString() { return "Singer [singerType=" + singerType + ", singerName=" + singerName + ", singerPicture=" + singerPicture + "]"; } }

댓글목록

등록된 댓글이 없습니다.

Partners