net.daum.dna.api.vo.yozm
Class YozmArticles

java.lang.Object
  extended by net.daum.dna.api.vo.yozm.YozmArticles

public class YozmArticles
extends java.lang.Object

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

YozmArticles

public YozmArticles()
Method Detail

getArticles

public java.util.List<YozmArticleSet> getArticles()
Gets the articles.

Returns:
the articles

setArticles

public void setArticles(java.util.List<YozmArticleSet> articles)
Sets the articles.

Parameters:
articles - the new articles

isHasMore

public boolean isHasMore()
Checks if is checks for more.

Returns:
true, if is checks for more

setHasMore

public void setHasMore(boolean hasMore)
Sets the checks for more.

Parameters:
hasMore - the new checks for more

getArticle

public YozmArticleSet getArticle(int index)
Gets the article.

Parameters:
index - the index
Returns:
the article

addArticle

public void addArticle(YozmArticleSet article)
Adds the article.

Parameters:
article - the article