public class Person extends Object
int
age
long
id
String
name
Person()
Person(String name, int age)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public long id
public String name
public int age
public Person()
public Person(String name, int age)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.