@Entity(name="Simple") public class SimpleData extends Object
SimpleData(String name, long millis, String quote)
long
getMillis()
String
getName()
void
setQuote(String value)
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public SimpleData(String name, long millis, String quote)
public long getMillis()
public String getName()
public void setQuote(String value)
public String toString()
toString
Object
This documentation is licensed by Andrew Bowley under the GPLv3 License.