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