|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.util.DateBean
public class DateBean
Simple bean that holds the value of the current time.
Constructor Summary | |
---|---|
DateBean()
Initializes the internal date to the current time. |
|
DateBean(java.util.Date date)
Initializes the internal date to the passed in date. |
Method Summary | |
---|---|
java.util.Date |
getDate()
Returns the date. |
java.util.Date |
getNow()
Returns the current date. |
void |
setDate(java.util.Date date)
Sets the internal date. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateBean()
public DateBean(java.util.Date date)
date
- Method Detail |
---|
public java.util.Date getDate()
public void setDate(java.util.Date date)
date
- the value to set the internal date to.public java.util.Date getNow()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |