|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.daum.dna.api.vo.cafe.CafeBoard
public class CafeBoard
각 게시판의 정보를 가지고 있는 Class.
Constructor Summary | |
---|---|
CafeBoard()
Class 인스턴스화 |
|
CafeBoard(java.lang.String boardId,
java.lang.String name,
boolean hasNewChild,
java.lang.String boardType,
boolean display,
boolean anonymous)
Class 인스턴스화 |
Method Summary | |
---|---|
java.lang.String |
getBoardId()
board id 변수를 입력한다. |
java.lang.String |
getBoardType()
board type 변수를 불러온다. |
java.lang.String |
getName()
name 변수를 불러온다. |
boolean |
isAnonymous()
익명 게시판 여부를 알아낸다. |
boolean |
isDisplay()
게시판 감춤 여부를 알아낸다. |
boolean |
isHasNewChild()
새글의 존재 여부를 알아낸다. |
void |
setAnonymous(boolean anonymous)
익명 게시판 여부를 지정한다. |
void |
setBoardId(java.lang.String boardId)
board id 변수를 불러온다. |
void |
setBoardType(java.lang.String boardType)
board type 변수를 입력한다. |
void |
setDisplay(boolean display)
게시판 감춤 여부를 지정한다. |
void |
setHasNewChild(boolean hasNewChild)
새글의 존재 여부를 지정한다. |
void |
setName(java.lang.String name)
name 변수를 입력한다. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CafeBoard()
public CafeBoard(java.lang.String boardId, java.lang.String name, boolean hasNewChild, java.lang.String boardType, boolean display, boolean anonymous)
boardId
- the board idname
- the namehasNewChild
- the has new childboardType
- the board typedisplay
- the displayanonymous
- the anonymousMethod Detail |
---|
public java.lang.String getBoardId()
public void setBoardId(java.lang.String boardId)
boardId
- the new board idpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic boolean isHasNewChild()
public void setHasNewChild(boolean hasNewChild)
hasNewChild
- the new checks for new childpublic java.lang.String getBoardType()
public void setBoardType(java.lang.String boardType)
boardType
- the new board typepublic boolean isDisplay()
public void setDisplay(boolean display)
display
- the new displaypublic boolean isAnonymous()
public void setAnonymous(boolean anonymous)
anonymous
- the new anonymouspublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |