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

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

public class YozmUserArticles
extends java.lang.Object

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

YozmUserArticles

public YozmUserArticles()
Instantiates a new yozm user articles.


YozmUserArticles

public YozmUserArticles(YozmArticle writeArticle,
                        YozmArticle parentArticle,
                        YozmArticle originalArticle,
                        YozmUserInfo articleUserInfo,
                        YozmUserInfo parentUserInfo,
                        YozmUserInfo originalUserInfo,
                        boolean hasMore)
Instantiates a new yozm user articles.

Parameters:
writeArticle - the write article
parentArticle - the parent article
originalArticle - the original article
articleUserInfo - the article user info
parentUserInfo - the parent user info
originalUserInfo - the original user info
hasMore - the has more
Method Detail

isHasMore

public boolean isHasMore()
Checks if is checks for more.

Returns:
true, if is checks for more

setHasMore

public void setHasMore(boolean hasMore)
Sets the checks for more.

Parameters:
hasMore - the new checks for more

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

getArticleUserInfo

public YozmUserInfo getArticleUserInfo()
Gets the article user info.

Returns:
the article user info

setArticleUserInfo

public void setArticleUserInfo(YozmUserInfo articleUserInfo)
Sets the article user info.

Parameters:
articleUserInfo - the new article user info

getParentUserInfo

public YozmUserInfo getParentUserInfo()
Gets the parent user info.

Returns:
the parent user info

setParentUserInfo

public void setParentUserInfo(YozmUserInfo parentUserInfo)
Sets the parent user info.

Parameters:
parentUserInfo - the new parent user info

getOriginalUserInfo

public YozmUserInfo getOriginalUserInfo()
Gets the original user info.

Returns:
the original user info

setOriginalUserInfo

public void setOriginalUserInfo(YozmUserInfo originalUserInfo)
Sets the original user info.

Parameters:
originalUserInfo - the new original user info

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object