|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.daum.dna.api.vo.cafe.CafeRecentArticles
public class CafeRecentArticles
Cafe의 최신 글 List 를 담는 Class.
Constructor Summary | |
---|---|
CafeRecentArticles()
Class 인스턴스화 |
|
CafeRecentArticles(int totalSize,
java.util.List<CafeRecentArticle> cafeRecentArticles)
Class 인스턴스화 |
Method Summary | |
---|---|
CafeRecentArticle |
getRecentArticle(int index)
recent article 객체를 가져온다. |
java.util.List<CafeRecentArticle> |
getRecentArticles()
recent articles 객체를 가져온다. |
int |
getTotalSize()
total size 변수를 가져온다. |
void |
setRecentArticle(CafeRecentArticle cafeRecentArticle)
recent article 객체를 입력한다. |
void |
setRecentArticles(java.util.List<CafeRecentArticle> cafeRecentArticles)
recent articles 객체를 입력한다. |
void |
setTotalSize(int totalSize)
total size 변수를 입력한다. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CafeRecentArticles()
public CafeRecentArticles(int totalSize, java.util.List<CafeRecentArticle> cafeRecentArticles)
totalSize
- the total sizecafeRecentArticles
- the recent articlesMethod Detail |
---|
public int getTotalSize()
public void setTotalSize(int totalSize)
totalSize
- the new total sizepublic java.util.List<CafeRecentArticle> getRecentArticles()
public void setRecentArticles(java.util.List<CafeRecentArticle> cafeRecentArticles)
cafeRecentArticles
- the new recent articlespublic CafeRecentArticle getRecentArticle(int index)
index
- the index
public void setRecentArticle(CafeRecentArticle cafeRecentArticle)
cafeRecentArticle
- the new recent 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 |