org.drools.benchmark.manners
Class Chosen

java.lang.Object
  extended by org.drools.benchmark.manners.Chosen
All Implemented Interfaces:
Serializable

public class Chosen
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Chosen()
           
Chosen(int id, String guestName, Hobby hobby)
           
 
Method Summary
 String getGuestName()
           
 Hobby getHobby()
           
 int getId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Chosen

public Chosen()

Chosen

public Chosen(int id,
              String guestName,
              Hobby hobby)
Method Detail

getId

public int getId()

getGuestName

public String getGuestName()

getHobby

public Hobby getHobby()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.