Drools examples 6.1.0-SNAPSHOT

org.drools.benchmark.manners
Class LastSeat

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

public class LastSeat
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LastSeat()
           
LastSeat(int seat)
           
 
Method Summary
 int getSeat()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LastSeat

public LastSeat()

LastSeat

public LastSeat(int seat)
Method Detail

getSeat

public int getSeat()

toString

public String toString()
Overrides:
toString in class Object

Drools examples 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.