|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.daum.dna.api.vo.yozm.YozmWriteRes
public class YozmWriteRes
일반 글 또는 반응글을 작성시 정보를 담는 Class.
Constructor Summary | |
---|---|
YozmWriteRes()
Class 인스턴스화. |
|
YozmWriteRes(YozmArticle parentArticle,
YozmArticle writeArticle)
Class 인스턴스화. |
Method Summary | |
---|---|
YozmArticle |
getParentArticle()
parent article 객체를 가져온다. |
YozmArticle |
getWriteArticle()
write article 객체를 가져온다. |
void |
setParentArticle(YozmArticle parentArticle)
parent article 객체를 입력한다. |
void |
setWriteArticle(YozmArticle writeArticle)
write article 객체를 입력한다. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public YozmWriteRes()
public YozmWriteRes(YozmArticle parentArticle, YozmArticle writeArticle)
parentArticle
- the parent articlewriteArticle
- the write articleMethod Detail |
---|
public YozmArticle getParentArticle()
public void setParentArticle(YozmArticle parentArticle)
parentArticle
- the new parent articlepublic YozmArticle getWriteArticle()
public void setWriteArticle(YozmArticle writeArticle)
writeArticle
- the new write articlepublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |