itexpert.chap10
Class ArticleBean

java.lang.Object
  |
  +--itexpert.chap10.ArticleBean
Direct Known Subclasses:
BbsArticleBean, DeleteHandler, WriteHandler

public class ArticleBean
extends java.lang.Object

¹æ¸í·Ï ±Û Çϳª¸¦ ´ã´Â ºó

Author:
kenu

Constructor Summary
ArticleBean()
           
 
Method Summary
 java.lang.String getContent()
          Returns the content.
 java.lang.String getEmail()
          Returns the email.
 java.lang.String getHomepage()
          Returns the homepage.
 java.sql.Timestamp getLogtime()
          Returns the logtime.
 java.lang.String getName()
          Returns the name.
 java.lang.String getPassword()
          Returns the password.
 int getSeq()
          Returns the seq.
 java.lang.String getSubject()
          Returns the subject.
 void setContent(java.lang.String content)
          Sets the content.
 void setEmail(java.lang.String email)
          Sets the email.
 void setHomepage(java.lang.String homepage)
          Sets the homepage.
 void setLogtime(java.sql.Timestamp logtime)
          Sets the logtime.
 void setName(java.lang.String name)
          Sets the name.
 void setPassword(java.lang.String password)
          Sets the password.
 void setSeq(int seq)
          Sets the seq.
 void setSubject(java.lang.String subject)
          Sets the subject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArticleBean

public ArticleBean()
Method Detail

getContent

public java.lang.String getContent()
Returns the content.

Returns:
String

getEmail

public java.lang.String getEmail()
Returns the email.

Returns:
String

getHomepage

public java.lang.String getHomepage()
Returns the homepage.

Returns:
String

getLogtime

public java.sql.Timestamp getLogtime()
Returns the logtime.

Returns:
Timestamp

getName

public java.lang.String getName()
Returns the name.

Returns:
String

getPassword

public java.lang.String getPassword()
Returns the password.

Returns:
String

getSeq

public int getSeq()
Returns the seq.

Returns:
int

getSubject

public java.lang.String getSubject()
Returns the subject.

Returns:
String

setContent

public void setContent(java.lang.String content)
Sets the content.

Parameters:
content - The content to set

setEmail

public void setEmail(java.lang.String email)
Sets the email.

Parameters:
email - The email to set

setHomepage

public void setHomepage(java.lang.String homepage)
Sets the homepage.

Parameters:
homepage - The homepage to set

setLogtime

public void setLogtime(java.sql.Timestamp logtime)
Sets the logtime.

Parameters:
logtime - The logtime to set

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - The name to set

setPassword

public void setPassword(java.lang.String password)
Sets the password.

Parameters:
password - The password to set

setSeq

public void setSeq(int seq)
Sets the seq.

Parameters:
seq - The seq to set

setSubject

public void setSubject(java.lang.String subject)
Sets the subject.

Parameters:
subject - The subject to set