Uses of Class
net.daum.dna.api.vo.yozm.YozmArticleSet

Packages that use YozmArticleSet
net.daum.dna.api.vo.yozm '요즘'의 출력변수(Response Element)들과 관련되어있는 클래스들을 제공합니다. 
 

Uses of YozmArticleSet in net.daum.dna.api.vo.yozm
 

Methods in net.daum.dna.api.vo.yozm that return YozmArticleSet
 YozmArticleSet YozmArticles.getArticle(int index)
          Gets the article.
 

Methods in net.daum.dna.api.vo.yozm that return types with arguments of type YozmArticleSet
 java.util.List<YozmArticleSet> YozmArticles.getArticles()
          Gets the articles.
 

Methods in net.daum.dna.api.vo.yozm with parameters of type YozmArticleSet
 void YozmArticles.addArticle(YozmArticleSet article)
          Adds the article.
 

Method parameters in net.daum.dna.api.vo.yozm with type arguments of type YozmArticleSet
 void YozmArticles.setArticles(java.util.List<YozmArticleSet> articles)
          Sets the articles.