|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.daum.dna.api.vo.yozm.YozmUserArticles
public class YozmUserArticles
The Class YozmUserArticles.
Constructor Summary | |
---|---|
YozmUserArticles()
Instantiates a new yozm user articles. |
|
YozmUserArticles(YozmArticle writeArticle,
YozmArticle parentArticle,
YozmArticle originalArticle,
YozmUserInfo articleUserInfo,
YozmUserInfo parentUserInfo,
YozmUserInfo originalUserInfo,
boolean hasMore)
Instantiates a new yozm user articles. |
Method Summary | |
---|---|
YozmUserInfo |
getArticleUserInfo()
Gets the article user info. |
YozmArticle |
getOriginalArticle()
Gets the original article. |
YozmUserInfo |
getOriginalUserInfo()
Gets the original user info. |
YozmArticle |
getParentArticle()
Gets the parent article. |
YozmUserInfo |
getParentUserInfo()
Gets the parent user info. |
YozmArticle |
getWriteArticle()
Gets the write article. |
boolean |
isHasMore()
Checks if is checks for more. |
void |
setArticleUserInfo(YozmUserInfo articleUserInfo)
Sets the article user info. |
void |
setHasMore(boolean hasMore)
Sets the checks for more. |
void |
setOriginalArticle(YozmArticle originalArticle)
Sets the original article. |
void |
setOriginalUserInfo(YozmUserInfo originalUserInfo)
Sets the original user info. |
void |
setParentArticle(YozmArticle parentArticle)
Sets the parent article. |
void |
setParentUserInfo(YozmUserInfo parentUserInfo)
Sets the parent user info. |
void |
setWriteArticle(YozmArticle writeArticle)
Sets the write article. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public YozmUserArticles()
public YozmUserArticles(YozmArticle writeArticle, YozmArticle parentArticle, YozmArticle originalArticle, YozmUserInfo articleUserInfo, YozmUserInfo parentUserInfo, YozmUserInfo originalUserInfo, boolean hasMore)
writeArticle
- the write articleparentArticle
- the parent articleoriginalArticle
- the original articlearticleUserInfo
- the article user infoparentUserInfo
- the parent user infooriginalUserInfo
- the original user infohasMore
- the has moreMethod Detail |
---|
public boolean isHasMore()
public void setHasMore(boolean hasMore)
hasMore
- the new checks for morepublic 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 articlepublic YozmUserInfo getArticleUserInfo()
public void setArticleUserInfo(YozmUserInfo articleUserInfo)
articleUserInfo
- the new article user infopublic YozmUserInfo getParentUserInfo()
public void setParentUserInfo(YozmUserInfo parentUserInfo)
parentUserInfo
- the new parent user infopublic YozmUserInfo getOriginalUserInfo()
public void setOriginalUserInfo(YozmUserInfo originalUserInfo)
originalUserInfo
- the new original user infopublic 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 |