public class User extends Object implements Serializable
User()
User(String name, int age)
boolean
equals(Object obj)
int
getAge()
String
getName()
hashCode()
void
setAge(int age)
setName(String name)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public User()
public User(String name, int age)
public String getName()
public void setName(String name)
public int getAge()
public void setAge(int age)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.