itexpert.chap10.bbs
Class BbsArticleBean

java.lang.Object
  |
  +--itexpert.chap10.ArticleBean
        |
        +--itexpert.chap10.bbs.BbsArticleBean
Direct Known Subclasses:
BbsViewHandler, BbsWriteHandler

public class BbsArticleBean
extends ArticleBean

Author:
kenu ´äº¯Çü °Ô½ÃÆÇ °Ô½Ã¹°À» ÀúÀåÇÏ´Â ºó

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

BbsArticleBean

public BbsArticleBean()
Method Detail

getHit

public int getHit()
Returns the hit.

Returns:
int

getLev

public int getLev()
Returns the lev.

Returns:
int

getRef

public int getRef()
Returns the ref.

Returns:
int

getStep

public int getStep()
Returns the step.

Returns:
int

getHtml

public int getHtml()
Returns:
int

getPseq

public int getPseq()
Returns the pseq.

Returns:
int

getReply

public int getReply()
Returns the reply.

Returns:
int

setHit

public void setHit(int hit)
Sets the hit.

Parameters:
hit - The hit to set

setLev

public void setLev(int lev)
Sets the lev.

Parameters:
lev - The lev to set

setRef

public void setRef(int ref)
Sets the ref.

Parameters:
ref - The ref to set

setStep

public void setStep(int step)
Sets the step.

Parameters:
step - The step to set

setHtml

public void setHtml(int html)
content ÀÇ html ¼Ò½º 0:TEXT 1:HTML+BR 2:HTML

Parameters:
html - The html to set

setPseq

public void setPseq(int pseq)
Sets the pseq.

Parameters:
pseq - The pseq to set

setReply

public void setReply(int reply)
Sets the reply.

Parameters:
reply - The reply to set