net.daum.dna.api.vo.cafe
Class CafeActivityRes

java.lang.Object
  extended by net.daum.dna.api.vo.cafe.CafeActivityRes

public class CafeActivityRes
extends java.lang.Object

The Class ActivityRes.


Constructor Summary
CafeActivityRes()
          Class 인스턴스화
CafeActivityRes(java.lang.String cafeName, java.lang.String cafeCode, java.lang.String alimType, java.lang.String boardId, int articleId, java.lang.String articleTitle)
          Class 인스턴스화
 
Method Summary
 java.lang.String getAlimType()
          alim type 변수를 불러온다
 int getArticleId()
          article id 변수를 불러온다.
 java.lang.String getArticleTitle()
          article title 변수를 불러온다.
 java.lang.String getBoardId()
          board id 변수를 불러온다.
 java.lang.String getCafeCode()
          cafe code 변수를 불러온다.
 java.lang.String getCafeName()
          cafe name 변수를 불러온다.
 void setAlimType(java.lang.String alimType)
          alim type 변수를 입력한다.
 void setArticleId(int articleId)
          article id 변수를 입력한다.
 void setArticleTitle(java.lang.String articleTitle)
          article title 변수를 입력한다.
 void setBoardId(java.lang.String boardId)
          board id 변수를 입력한다.
 void setCafeCode(java.lang.String cafeCode)
          cafe code 변수를 입력한다.
 void setCafeName(java.lang.String cafeName)
          cafe name 변수를 입력한다.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CafeActivityRes

public CafeActivityRes()
Class 인스턴스화


CafeActivityRes

public CafeActivityRes(java.lang.String cafeName,
                       java.lang.String cafeCode,
                       java.lang.String alimType,
                       java.lang.String boardId,
                       int articleId,
                       java.lang.String articleTitle)
Class 인스턴스화

Parameters:
cafeName - the cafe name
cafeCode - the cafe code
alimType - the alim type
boardId - the board id
articleId - the article id
articleTitle - the article title
Method Detail

getCafeName

public java.lang.String getCafeName()
cafe name 변수를 불러온다.

Returns:
the cafe name

setCafeName

public void setCafeName(java.lang.String cafeName)
cafe name 변수를 입력한다.

Parameters:
cafeName - the new cafe name

getCafeCode

public java.lang.String getCafeCode()
cafe code 변수를 불러온다.

Returns:
the cafe code

setCafeCode

public void setCafeCode(java.lang.String cafeCode)
cafe code 변수를 입력한다.

Parameters:
cafeCode - the new cafe code

getAlimType

public java.lang.String getAlimType()
alim type 변수를 불러온다

Returns:
the alim type

setAlimType

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

Parameters:
alimType - the new alim type

getBoardId

public java.lang.String getBoardId()
board id 변수를 불러온다.

Returns:
the board id

setBoardId

public void setBoardId(java.lang.String boardId)
board id 변수를 입력한다.

Parameters:
boardId - the new board id

getArticleId

public int getArticleId()
article id 변수를 불러온다.

Returns:
the article id

setArticleId

public void setArticleId(int articleId)
article id 변수를 입력한다.

Parameters:
articleId - the new article id

getArticleTitle

public java.lang.String getArticleTitle()
article title 변수를 불러온다.

Returns:
the article title

setArticleTitle

public void setArticleTitle(java.lang.String articleTitle)
article title 변수를 입력한다.

Parameters:
articleTitle - the new article title

toString

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