public class BlogSiteArchiveMonthModel extends AbstractModel
Constructor and Description |
---|
BlogSiteArchiveMonthModel(String monthLong,
String monthShort,
String path,
Integer totalMonthCount) |
Modifier and Type | Method and Description |
---|---|
String |
getMonthLong() |
String |
getMonthShort() |
String |
getPath() |
Integer |
getTotalMonthCount() |
void |
increaseCount() |
void |
setMonthLong(String monthLong) |
void |
setMonthShort(String monthShort) |
void |
setPath(String path) |
void |
setTotalMonthCount(Integer totalMonthCount) |
addItem, getItems, getModelType, getModelTypeName, hasItems, insertItem
public String getPath()
public void setPath(String path)
public Integer getTotalMonthCount()
public void setTotalMonthCount(Integer totalMonthCount)
public void increaseCount()
public String getMonthLong()
public void setMonthLong(String monthLong)
public String getMonthShort()
public void setMonthShort(String monthShort)
Copyright © 2013 Nuxeo SA. All Rights Reserved.