|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--itexpert.chap10.ArticleBean | +--itexpert.chap10.bbs.BbsArticleBean
Constructor Summary | |
BbsArticleBean()
|
Method Summary | |
int |
getHit()
Returns the hit. |
int |
getHtml()
|
int |
getLev()
Returns the lev. |
int |
getPseq()
Returns the pseq. |
int |
getRef()
Returns the ref. |
int |
getReply()
Returns the reply. |
int |
getStep()
Returns the step. |
void |
setHit(int hit)
Sets the hit. |
void |
setHtml(int html)
content ÀÇ html ¼Ò½º 0:TEXT 1:HTML+BR 2:HTML |
void |
setLev(int lev)
Sets the lev. |
void |
setPseq(int pseq)
Sets the pseq. |
void |
setRef(int ref)
Sets the ref. |
void |
setReply(int reply)
Sets the reply. |
void |
setStep(int step)
Sets the step. |
Methods inherited from class itexpert.chap10.ArticleBean |
getContent, getEmail, getHomepage, getLogtime, getName, getPassword, getSeq, getSubject, setContent, setEmail, setHomepage, setLogtime, setName, setPassword, setSeq, setSubject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BbsArticleBean()
Method Detail |
public int getHit()
public int getLev()
public int getRef()
public int getStep()
public int getHtml()
public int getPseq()
public int getReply()
public void setHit(int hit)
hit
- The hit to setpublic void setLev(int lev)
lev
- The lev to setpublic void setRef(int ref)
ref
- The ref to setpublic void setStep(int step)
step
- The step to setpublic void setHtml(int html)
html
- The html to setpublic void setPseq(int pseq)
pseq
- The pseq to setpublic void setReply(int reply)
reply
- The reply to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |