Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.webengine.blogs.models
Class BlogSiteArchiveMonthModel

java.lang.Object
  extended by org.nuxeo.theme.models.AbstractModel
      extended by org.nuxeo.webengine.blogs.models.BlogSiteArchiveMonthModel
All Implemented Interfaces:
Model

public class BlogSiteArchiveMonthModel
extends AbstractModel

Model related to the BlogSite-s archive in the fragment initialization mechanism

Author:
rux

Constructor Summary
BlogSiteArchiveMonthModel(String monthLong, String monthShort, String path, Integer totalMonthCount)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.nuxeo.theme.models.AbstractModel
addItem, getItems, getModelType, getModelTypeName, hasItems, insertItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogSiteArchiveMonthModel

public BlogSiteArchiveMonthModel(String monthLong,
                                 String monthShort,
                                 String path,
                                 Integer totalMonthCount)
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getTotalMonthCount

public Integer getTotalMonthCount()

setTotalMonthCount

public void setTotalMonthCount(Integer totalMonthCount)

increaseCount

public void increaseCount()

getMonthLong

public String getMonthLong()

setMonthLong

public void setMonthLong(String monthLong)

getMonthShort

public String getMonthShort()

setMonthShort

public void setMonthShort(String monthShort)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.