public class Person extends Object implements Serializable
Person(String id, String name)
int
getAge()
String
getId()
getName()
void
setAge(int age)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Person(String id, String name)
public String getId()
public String getName()
public int getAge()
public void setAge(int age)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.