ogre.dms.data
Class BoardItem

java.lang.Object
  extended by ogre.dms.data.BoardItem
All Implemented Interfaces:
Serializable

public class BoardItem
extends Object
implements Serializable

Version:
$Id: BoardItem.java,v 1.1.1.1.12.1 2007/05/14 01:59:53 esso Exp $
Author:
Docpedia team
See Also:
Serialized Form

Field Summary
static String TYPE_GENERAL
           
static String TYPE_SYSTEM
           
 
Constructor Summary
BoardItem()
           
BoardItem(objectbroker.ResultTable rt)
           
 
Method Summary
 String getAuthor()
           
 String getBoardID()
           
 String getBoardType()
           
 String getContent()
           
 String getPostdate()
           
 String getTitle()
           
static void main(String[] args)
           
 void setAuthor(String author)
           
 void setBoardID(String boardID)
           
 void setBoardType(String type)
           
 void setContent(String content)
           
 void setPostdate(String postdate)
           
 void setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_GENERAL

public static final String TYPE_GENERAL
See Also:
Constant Field Values

TYPE_SYSTEM

public static final String TYPE_SYSTEM
See Also:
Constant Field Values
Constructor Detail

BoardItem

public BoardItem(objectbroker.ResultTable rt)

BoardItem

public BoardItem()
Method Detail

main

public static void main(String[] args)

toString

public String toString()
Overrides:
toString in class Object

getBoardID

public String getBoardID()

getAuthor

public String getAuthor()

getPostdate

public String getPostdate()

getTitle

public String getTitle()

getContent

public String getContent()

getBoardType

public String getBoardType()

setBoardID

public void setBoardID(String boardID)

setAuthor

public void setAuthor(String author)

setPostdate

public void setPostdate(String postdate)

setTitle

public void setTitle(String title)

setContent

public void setContent(String content)

setBoardType

public void setBoardType(String type)


Copyright(c) 2005-2012 by Flowring Technology Corp., 12 F., No 120, Sec 2, Gongdao 5th Rd., Hsin-Chu City 300, Taiwan(R.O.C.) All rights reserved.