|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.daum.dna.api.vo.yozm.YozmArticleSet
public class YozmArticleSet
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 |
---|
public YozmArticleSet()
public YozmArticleSet(YozmArticle writeArticle, YozmArticle parentArticle, YozmArticle originalArticle)
writeArticle
- the write articleparentArticle
- the parent articleoriginalArticle
- the original articleMethod Detail |
---|
public YozmArticle getWriteArticle()
public void setWriteArticle(YozmArticle writeArticle)
writeArticle
- the new write articlepublic YozmArticle getParentArticle()
public void setParentArticle(YozmArticle parentArticle)
parentArticle
- the new parent articlepublic YozmArticle getOriginalArticle()
public void setOriginalArticle(YozmArticle originalArticle)
originalArticle
- the new original article
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |