public class Guest extends Object implements Serializable
Guest()
Guest(String name, Sex sex, Hobby hobby)
Hobby
getHobby()
String
getName()
Sex
getSex()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Guest()
public Guest(String name, Sex sex, Hobby hobby)
public String getName()
public Hobby getHobby()
public Sex getSex()
public String toString()
toString
Object
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.