public class Person extends Object
Person()
Integer
getAge()
String
getName()
void
setAge(Integer age)
setName(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Person()
public String getName()
public void setName(String name)
public Integer getAge()
public void setAge(Integer age)
Copyright © 2019. All rights reserved.