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

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

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

Methods in net.daum.dna.api.vo.yozm that return YozmArticle
 YozmArticle YozmUserArticles.getOriginalArticle()
          Gets the original article.
 YozmArticle YozmArticleSet.getOriginalArticle()
          Gets the original article.
 YozmArticle YozmWriteRes.getParentArticle()
          parent article 객체를 가져온다.
 YozmArticle YozmUserArticles.getParentArticle()
          Gets the parent article.
 YozmArticle YozmArticleSet.getParentArticle()
          Gets the parent article.
 YozmArticle YozmWriteRes.getWriteArticle()
          write article 객체를 가져온다.
 YozmArticle YozmUserArticles.getWriteArticle()
          Gets the write article.
 YozmArticle YozmArticleSet.getWriteArticle()
          Gets the write article.
 

Methods in net.daum.dna.api.vo.yozm with parameters of type YozmArticle
 void YozmUserArticles.setOriginalArticle(YozmArticle originalArticle)
          Sets the original article.
 void YozmArticleSet.setOriginalArticle(YozmArticle originalArticle)
          Sets the original article.
 void YozmWriteRes.setParentArticle(YozmArticle parentArticle)
          parent article 객체를 입력한다.
 void YozmUserArticles.setParentArticle(YozmArticle parentArticle)
          Sets the parent article.
 void YozmArticleSet.setParentArticle(YozmArticle parentArticle)
          Sets the parent article.
 void YozmWriteRes.setWriteArticle(YozmArticle writeArticle)
          write article 객체를 입력한다.
 void YozmUserArticles.setWriteArticle(YozmArticle writeArticle)
          Sets the write article.
 void YozmArticleSet.setWriteArticle(YozmArticle writeArticle)
          Sets the write article.
 

Constructors in net.daum.dna.api.vo.yozm with parameters of type YozmArticle
YozmArticleSet(YozmArticle writeArticle, YozmArticle parentArticle, YozmArticle originalArticle)
          Instantiates a new yozm articles.
YozmUserArticles(YozmArticle writeArticle, YozmArticle parentArticle, YozmArticle originalArticle, YozmUserInfo articleUserInfo, YozmUserInfo parentUserInfo, YozmUserInfo originalUserInfo, boolean hasMore)
          Instantiates a new yozm user articles.
YozmWriteRes(YozmArticle parentArticle, YozmArticle writeArticle)
          Class 인스턴스화.