com.j2biz.blogunity.pojo
Class CalendarEntry
java.lang.Object
com.j2biz.blogunity.pojo.CalendarEntry
- All Implemented Interfaces:
- Serializable
- public class CalendarEntry
- extends Object
- implements Serializable
- Since:
- 0.1
- Author:
- michelson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarEntry
public CalendarEntry()
getBlog
public Blog getBlog()
- Returns:
- Returns the blog.
setBlog
public void setBlog(Blog blog)
- Parameters:
blog
- The blog to set.
getDay
public int getDay()
- Returns:
- Returns the day.
setDay
public void setDay(int day)
- Parameters:
day
- The day to set.
getId
public Long getId()
- Returns:
- Returns the id.
setId
public void setId(Long id)
- Parameters:
id
- The id to set.
getMonth
public int getMonth()
- Returns:
- Returns the month.
setMonth
public void setMonth(int month)
- Parameters:
month
- The month to set.
getNumberOfMessages
public int getNumberOfMessages()
- Returns:
- Returns the numberOfMessages.
setNumberOfMessages
public void setNumberOfMessages(int numberOfMessages)
- Parameters:
numberOfMessages
- The numberOfMessages to set.
getYear
public int getYear()
- Returns:
- Returns the year.
setYear
public void setYear(int year)
- Parameters:
year
- The year to set.
setDate
public void setDate(Date date)
setDate
public void setDate(Calendar c)
Copyright (c)j2biz.com