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

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

public class YozmArticle
extends java.lang.Object

일반 글 또는 반응글을 작성할 때 각 글의 정보를 담는 Class.

Author:
DAUM

Constructor Summary
YozmArticle()
          Class 인스턴스화.
YozmArticle(int msgId, java.lang.String type, java.lang.String text, java.lang.String plainText, java.lang.String htmlText, java.lang.String sourceName, int replyCnt, int quoteCnt, java.lang.String favorited, java.lang.String permanentURL, java.lang.String pubDate, java.lang.String userURLName, java.lang.String userNickName, java.lang.String userProfileImgURL, java.lang.String attachmentType, java.lang.String attachmentKey, java.lang.String attachmentName, java.lang.String attachmentThumbnailURL, java.lang.String attachmentImageURL)
          Class 인스턴스화.
 
Method Summary
 java.lang.String getAttachmentImageURL()
          attachment image url 변수를 가져온다.
 java.lang.String getAttachmentKey()
          attachment key 변수를 가져온다.
 java.lang.String getAttachmentName()
          attachment name 변수를 가져온다.
 java.lang.String getAttachmentThumbnailURL()
          attachment thumbnail url 변수를 가져온다.
 java.lang.String getAttachmentType()
          attachment type 변수를 가져온다.
 java.lang.String getFavorited()
          favorited 변수를 가져온다.
 java.lang.String getHtmlText()
          html text 변수를 가져온다.
 int getMsgId()
          msg id 변수를 가져온다.
 java.lang.String getPermanentURL()
          permanent url 변수를 가져온다.
 java.lang.String getPlainText()
          plain text 변수를 가져온다.
 java.lang.String getPubDate()
          pub date 변수를 가져온다.
 int getQuoteCnt()
          quote cnt 변수를 가져온다.
 int getReplyCnt()
          reply cnt 변수를 가져온다.
 java.lang.String getSourceName()
          source name 변수를 가져온다.
 java.lang.String getText()
          text 변수를 가져온다.
 java.lang.String getType()
          type 변수를 가져온다.
 java.lang.String getUserNickName()
          user nick name 변수를 가져온다.
 java.lang.String getUserProfileImgURL()
          user profile img url 변수를 가져온다.
 java.lang.String getUserURLName()
          user url name 변수를 가져온다.
 void setAttachmentImageURL(java.lang.String attachmentImageURL)
          attachment image url 변수를 입력한다.
 void setAttachmentKey(java.lang.String attachmentKey)
          attachment key 변수를 입력한다.
 void setAttachmentName(java.lang.String attachmentName)
          attachment name 변수를 입력한다.
 void setAttachmentThumbnailURL(java.lang.String attachmentThumbnailURL)
          attachment thumbnail url 변수를 입력한다.
 void setAttachmentType(java.lang.String attachmentType)
          attachment type 변수를 입력한다.
 void setFavorited(java.lang.String favorited)
          favorited 변수를 입력한다.
 void setHtmlText(java.lang.String htmlText)
          html text 변수를 입력한다.
 void setMsgId(int msgId)
          msg id 변수를 입력한다.
 void setPermanentURL(java.lang.String permanentURL)
          permanent url 변수를 입력한다.
 void setPlainText(java.lang.String plainText)
          plain text 변수를 입력한다.
 void setPubDate(java.lang.String pubDate)
          pub date 변수를 입력한다.
 void setQuoteCnt(int quoteCnt)
          quote cnt 변수를 입력한다.
 void setReplyCnt(int replyCnt)
          reply cnt 변수를 입력한다.
 void setSourceName(java.lang.String sourceName)
          source name 변수를 입력한다.
 void setText(java.lang.String text)
          text 변수를 입력한다.
 void setType(java.lang.String type)
          type 변수를 입력한다.
 void setUserNickName(java.lang.String userNickName)
          user nick name 변수를 입력한다.
 void setUserProfileImgURL(java.lang.String userProfileImgURL)
          user profile img url 변수를 입력한다.
 void setUserURLName(java.lang.String userURLName)
          user url name 변수를 입력한다.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YozmArticle

public YozmArticle()
Class 인스턴스화.


YozmArticle

public YozmArticle(int msgId,
                   java.lang.String type,
                   java.lang.String text,
                   java.lang.String plainText,
                   java.lang.String htmlText,
                   java.lang.String sourceName,
                   int replyCnt,
                   int quoteCnt,
                   java.lang.String favorited,
                   java.lang.String permanentURL,
                   java.lang.String pubDate,
                   java.lang.String userURLName,
                   java.lang.String userNickName,
                   java.lang.String userProfileImgURL,
                   java.lang.String attachmentType,
                   java.lang.String attachmentKey,
                   java.lang.String attachmentName,
                   java.lang.String attachmentThumbnailURL,
                   java.lang.String attachmentImageURL)
Class 인스턴스화.

Parameters:
msgId - the msg id
type - the type
text - the text
plainText - the plain text
htmlText - the html text
sourceName - the source name
replyCnt - the reply cnt
quoteCnt - the quote cnt
favorited - the favorited
permanentURL - the permanent url
pubDate - the pub date
userURLName - the user url name
userNickName - the user nick name
userProfileImgURL - the user profile img url
attachmentType - the attachment type
attachmentKey - the attachment key
attachmentName - the attachment name
attachmentThumbnailURL - the attachment thumbnail url
attachmentImageURL - the attachment image url
Method Detail

getMsgId

public int getMsgId()
msg id 변수를 가져온다.

Returns:
the msg id

setMsgId

public void setMsgId(int msgId)
msg id 변수를 입력한다.

Parameters:
msgId - the new msg id

getType

public java.lang.String getType()
type 변수를 가져온다.

Returns:
the type

setType

public void setType(java.lang.String type)
type 변수를 입력한다.

Parameters:
type - the new type

getText

public java.lang.String getText()
text 변수를 가져온다.

Returns:
the text

setText

public void setText(java.lang.String text)
text 변수를 입력한다.

Parameters:
text - the new text

getPlainText

public java.lang.String getPlainText()
plain text 변수를 가져온다.

Returns:
the plain text

setPlainText

public void setPlainText(java.lang.String plainText)
plain text 변수를 입력한다.

Parameters:
plainText - the new plain text

getHtmlText

public java.lang.String getHtmlText()
html text 변수를 가져온다.

Returns:
the html text

setHtmlText

public void setHtmlText(java.lang.String htmlText)
html text 변수를 입력한다.

Parameters:
htmlText - the new html text

getSourceName

public java.lang.String getSourceName()
source name 변수를 가져온다.

Returns:
the source name

setSourceName

public void setSourceName(java.lang.String sourceName)
source name 변수를 입력한다.

Parameters:
sourceName - the new source name

getReplyCnt

public int getReplyCnt()
reply cnt 변수를 가져온다.

Returns:
the reply cnt

setReplyCnt

public void setReplyCnt(int replyCnt)
reply cnt 변수를 입력한다.

Parameters:
replyCnt - the new reply cnt

getQuoteCnt

public int getQuoteCnt()
quote cnt 변수를 가져온다.

Returns:
the quote cnt

setQuoteCnt

public void setQuoteCnt(int quoteCnt)
quote cnt 변수를 입력한다.

Parameters:
quoteCnt - the new quote cnt

getFavorited

public java.lang.String getFavorited()
favorited 변수를 가져온다.

Returns:
the favorited

setFavorited

public void setFavorited(java.lang.String favorited)
favorited 변수를 입력한다.

Parameters:
favorited - the new favorited

getPermanentURL

public java.lang.String getPermanentURL()
permanent url 변수를 가져온다.

Returns:
the permanent url

setPermanentURL

public void setPermanentURL(java.lang.String permanentURL)
permanent url 변수를 입력한다.

Parameters:
permanentURL - the new permanent url

getPubDate

public java.lang.String getPubDate()
pub date 변수를 가져온다.

Returns:
the pub date

setPubDate

public void setPubDate(java.lang.String pubDate)
pub date 변수를 입력한다.

Parameters:
pubDate - the new pub date

getUserURLName

public java.lang.String getUserURLName()
user url name 변수를 가져온다.

Returns:
the user url name

setUserURLName

public void setUserURLName(java.lang.String userURLName)
user url name 변수를 입력한다.

Parameters:
userURLName - the new user url name

getUserNickName

public java.lang.String getUserNickName()
user nick name 변수를 가져온다.

Returns:
the user nick name

setUserNickName

public void setUserNickName(java.lang.String userNickName)
user nick name 변수를 입력한다.

Parameters:
userNickName - the new user nick name

getUserProfileImgURL

public java.lang.String getUserProfileImgURL()
user profile img url 변수를 가져온다.

Returns:
the user profile img url

setUserProfileImgURL

public void setUserProfileImgURL(java.lang.String userProfileImgURL)
user profile img url 변수를 입력한다.

Parameters:
userProfileImgURL - the new user profile img url

getAttachmentType

public java.lang.String getAttachmentType()
attachment type 변수를 가져온다.

Returns:
the attachment type

getAttachmentKey

public java.lang.String getAttachmentKey()
attachment key 변수를 가져온다.

Returns:
the attachment key

setAttachmentKey

public void setAttachmentKey(java.lang.String attachmentKey)
attachment key 변수를 입력한다.

Parameters:
attachmentKey - the new attachment key

getAttachmentName

public java.lang.String getAttachmentName()
attachment name 변수를 가져온다.

Returns:
the attachment name

setAttachmentName

public void setAttachmentName(java.lang.String attachmentName)
attachment name 변수를 입력한다.

Parameters:
attachmentName - the new attachment name

setAttachmentType

public void setAttachmentType(java.lang.String attachmentType)
attachment type 변수를 입력한다.

Parameters:
attachmentType - the new attachment type

getAttachmentThumbnailURL

public java.lang.String getAttachmentThumbnailURL()
attachment thumbnail url 변수를 가져온다.

Returns:
the attachment thumbnail url

setAttachmentThumbnailURL

public void setAttachmentThumbnailURL(java.lang.String attachmentThumbnailURL)
attachment thumbnail url 변수를 입력한다.

Parameters:
attachmentThumbnailURL - the new attachment thumbnail url

getAttachmentImageURL

public java.lang.String getAttachmentImageURL()
attachment image url 변수를 가져온다.

Returns:
the attachment image url

setAttachmentImageURL

public void setAttachmentImageURL(java.lang.String attachmentImageURL)
attachment image url 변수를 입력한다.

Parameters:
attachmentImageURL - the new attachment image url

toString

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