itexpert.chap10.bbs
Class BbsDeleteHandler

java.lang.Object
  |
  +--itexpert.chap10.bbs.BbsDeleteHandler

public class BbsDeleteHandler
extends java.lang.Object

Author:
kenu ºñ¹Ð¹øÈ£¿Í ´ä±Û °Ë»ç ÈÄ db¿¡¼­ »èÁ¦

Constructor Summary
BbsDeleteHandler()
           
 
Method Summary
 void doDelete()
          request ¿¡¼­ °ªÀ» ¹Þ¾Æ¼­ db ¿¡ ±Û ±â·Ï
 void setPasswd(java.lang.String passwd)
          Sets the passwd.
 void setSeq(int seq)
          Sets the seq.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BbsDeleteHandler

public BbsDeleteHandler()
Method Detail

doDelete

public void doDelete()
              throws java.sql.SQLException
request ¿¡¼­ °ªÀ» ¹Þ¾Æ¼­ db ¿¡ ±Û ±â·Ï

Throws:
java.sql.SQLException

setPasswd

public void setPasswd(java.lang.String passwd)
Sets the passwd.

Parameters:
passwd - The passwd to set

setSeq

public void setSeq(int seq)
Sets the seq.

Parameters:
seq - The seq to set