public class User extends Object
User()
int
getAge()
String
getUserName()
void
setAge(int age)
setUserName(String userName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public User()
public String getUserName()
public void setUserName(String userName)
public int getAge()
public void setAge(int age)
Copyright © 2021. All rights reserved.