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

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

public class YozmArticleSet
extends java.lang.Object

The Class YozmArticles.


Constructor Summary
YozmArticleSet()
          Instantiates a new yozm articles.
YozmArticleSet(YozmArticle writeArticle, YozmArticle parentArticle, YozmArticle originalArticle)
          Instantiates a new yozm articles.
 
Method Summary
 YozmArticle getOriginalArticle()
          Gets the original article.
 YozmArticle getParentArticle()
          Gets the parent article.
 YozmArticle getWriteArticle()
          Gets the write article.
 void setOriginalArticle(YozmArticle originalArticle)
          Sets the original article.
 void setParentArticle(YozmArticle parentArticle)
          Sets the parent article.
 void setWriteArticle(YozmArticle writeArticle)
          Sets the write article.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YozmArticleSet

public YozmArticleSet()
Instantiates a new yozm articles.


YozmArticleSet

public YozmArticleSet(YozmArticle writeArticle,
                      YozmArticle parentArticle,
                      YozmArticle originalArticle)
Instantiates a new yozm articles.

Parameters:
writeArticle - the write article
parentArticle - the parent article
originalArticle - the original article
Method Detail

getWriteArticle

public YozmArticle getWriteArticle()
Gets the write article.

Returns:
the write article

setWriteArticle

public void setWriteArticle(YozmArticle writeArticle)
Sets the write article.

Parameters:
writeArticle - the new write article

getParentArticle

public YozmArticle getParentArticle()
Gets the parent article.

Returns:
the parent article

setParentArticle

public void setParentArticle(YozmArticle parentArticle)
Sets the parent article.

Parameters:
parentArticle - the new parent article

getOriginalArticle

public YozmArticle getOriginalArticle()
Gets the original article.

Returns:
the original article

setOriginalArticle

public void setOriginalArticle(YozmArticle originalArticle)
Sets the original article.

Parameters:
originalArticle - the new original article