|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.domain.TimePeriod
public abstract class TimePeriod
Represents a period in time.
Constructor Summary | |
---|---|
TimePeriod(Blog blog)
Specifies the top-level, owning blog. |
Method Summary | |
---|---|
Blog |
getBlog()
Gets the top-level owning blog. |
java.util.Date |
getDate()
Gets the date that this blog is for. |
void |
setDate(java.util.Date d)
Sets the date that this blog is for. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimePeriod(Blog blog)
blog
- the top-level owning Blog instanceMethod Detail |
---|
public Blog getBlog()
public java.util.Date getDate()
public void setDate(java.util.Date d)
d
- a Date instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |