|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.daum.dna.api.vo.cafe.CafeBoardArticles
public class CafeBoardArticles
Cafe 특정 게시판의 게시글의 List 를 제공 한다.
Constructor Summary | |
---|---|
CafeBoardArticles()
Class 인스턴스화 |
|
CafeBoardArticles(int totalSize,
int totalNewSize)
Class 인스턴스화 |
Method Summary | |
---|---|
CafeArticle |
getArticle(int index)
article 객체를 가져온다. |
java.util.List<CafeBoardArticle> |
getArticles()
articles List 객체를 가져온다. |
int |
getTotalNewSize()
total new size 변수를 가져온다. |
int |
getTotalSize()
total size 변수를 가져온다. |
void |
setArticle(CafeBoardArticle article)
article 객체를 입력한다. |
void |
setArticles(java.util.List<CafeBoardArticle> articles)
articles 객체를 입력한다. |
void |
setTotalNewSize(int totalNewSize)
total new size 변수를 입력한다. |
void |
setTotalSize(int totalSize)
total size 변수를 입력한다. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CafeBoardArticles()
public CafeBoardArticles(int totalSize, int totalNewSize)
totalSize
- the total sizetotalNewSize
- the total new sizeMethod Detail |
---|
public int getTotalSize()
public void setTotalSize(int totalSize)
totalSize
- the new total sizepublic int getTotalNewSize()
public void setTotalNewSize(int totalNewSize)
totalNewSize
- the new total new sizepublic java.util.List<CafeBoardArticle> getArticles()
public void setArticles(java.util.List<CafeBoardArticle> articles)
articles
- the new articlespublic CafeArticle getArticle(int index)
index
- the index
public void setArticle(CafeBoardArticle article)
article
- the new articlepublic 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 |