티스토리 뷰

package sjb.board.dao;


import java.util.Date;


public class SJBoardDTO {

/////////////////////////게시글관련/////////////////////////

private int no;           //게시물번호

private String name;  //작성자

private String email;     //이메일

private String subject;  //제목

private String content;   //내용

private String pwd;  //비밀번호

private Date regdate;  //작성일

private int readnum;  //조회수

/////////////////////////출력용////////////////////////////

private int ref;  //답변그룹

private int step;  //출력순서

private int jump;  //타입(0=새글,1=답변,2=답변의 답변)

private int rownum;

/////////////////////////삭제용////////////////////////////

private int root;  //어느 게시물의 답변인지(게시물번호)

private int depth;  //답변이 몇개인지 확인

private String valiDel;   //삭제된 글인지 확인

/////////////////////////검색용/////////////////////////

private String fs;        //검색 조건

private String ss;        //검색어

public int getNo() {

return no;

}

public void setNo(int no) {

this.no = no;

}

public String getName() {

return name;

}

public void setName(String name) {

this.name = name;

}

public String getEmail() {

return email;

}

public void setEmail(String email) {

this.email = email;

}

public String getSubject() {

return subject;

}

public void setSubject(String subject) {

this.subject = subject;

}

public String getContent() {

return content;

}

public void setContent(String content) {

this.content = content;

}

public String getPwd() {

return pwd;

}

public void setPwd(String pwd) {

this.pwd = pwd;

}

public Date getRegdate() {

return regdate;

}

public void setRegdate(Date regdate) {

this.regdate = regdate;

}

public int getReadnum() {

return readnum;

}

public void setReadnum(int readnum) {

this.readnum = readnum;

}

public int getRef() {

return ref;

}

public void setRef(int ref) {

this.ref = ref;

}

public int getStep() {

return step;

}

public void setStep(int step) {

this.step = step;

}

public int getJump() {

return jump;

}

public void setJump(int jump) {

this.jump = jump;

}

public int getRownum() {

return rownum;

}

public void setRownum(int rownum) {

this.rownum = rownum;

}

public int getRoot() {

return root;

}

public void setRoot(int root) {

this.root = root;

}

public int getDepth() {

return depth;

}

public void setDepth(int depth) {

this.depth = depth;

}

public String getValiDel() {

return valiDel;

}

public void setValiDel(String valiDel) {

this.valiDel = valiDel;

}

public String getFs() {

return fs;

}

public void setFs(String fs) {

this.fs = fs;

}

public String getSs() {

return ss;

}

public void setSs(String ss) {

this.ss = ss;

}

}

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함