|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.flat502.rox.demo.TimeInfo
public class TimeInfo
An example of a simple "struct" class used by some of the demo's.
This class is used to illustrate RoX's ability to marshal POJOs directly.
Field Summary | |
---|---|
java.lang.String |
info
|
java.util.Date |
today
|
Constructor Summary | |
---|---|
TimeInfo()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.util.Date today
public java.lang.String info
Constructor Detail |
---|
public TimeInfo()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |