Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.webengine.blogs.models
Class BlogSiteArchiveDayModel

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

public class BlogSiteArchiveDayModel
extends AbstractModel

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

Author:
rux

Constructor Summary
BlogSiteArchiveDayModel(String day, String fullDate, Integer totalDayCount)
           
 
Method Summary
 String getDay()
           
 String getFullDate()
           
 int getTotalDayCount()
           
 void increaseCount()
           
 void setDay(String day)
           
 void setFullDate(String fullDate)
           
 void setTotalDayCount(int totalDayCount)
           
 
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

BlogSiteArchiveDayModel

public BlogSiteArchiveDayModel(String day,
                               String fullDate,
                               Integer totalDayCount)
Method Detail

getDay

public String getDay()

setDay

public void setDay(String day)

getTotalDayCount

public int getTotalDayCount()

setTotalDayCount

public void setTotalDayCount(int totalDayCount)

increaseCount

public void increaseCount()

getFullDate

public String getFullDate()

setFullDate

public void setFullDate(String fullDate)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.