|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.daum.dna.api.vo.yozm.YozmArticles
public class YozmArticles
The Class YozmArticlesList.
Constructor Summary | |
---|---|
YozmArticles()
|
Method Summary | |
---|---|
void |
addArticle(YozmArticleSet article)
Adds the article. |
YozmArticleSet |
getArticle(int index)
Gets the article. |
java.util.List<YozmArticleSet> |
getArticles()
Gets the articles. |
boolean |
isHasMore()
Checks if is checks for more. |
void |
setArticles(java.util.List<YozmArticleSet> articles)
Sets the articles. |
void |
setHasMore(boolean hasMore)
Sets the checks for more. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public YozmArticles()
Method Detail |
---|
public java.util.List<YozmArticleSet> getArticles()
public void setArticles(java.util.List<YozmArticleSet> articles)
articles
- the new articlespublic boolean isHasMore()
public void setHasMore(boolean hasMore)
hasMore
- the new checks for morepublic YozmArticleSet getArticle(int index)
index
- the index
public void addArticle(YozmArticleSet article)
article
- the article
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |