org.drools.benchmark.manners
Class Seating

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

public class Seating
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Seating()
           
Seating(int id, int pid, boolean pathDone, int leftSeat, String leftGuestName, int rightSeat, String rightGuestName)
           
 
Method Summary
 int getId()
           
 String getLeftGuestName()
           
 int getLeftSeat()
           
 int getPid()
           
 String getRightGuestName()
           
 int getRightSeat()
           
 boolean isPathDone()
           
 void setPathDone(boolean pathDone)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Seating

public Seating()

Seating

public Seating(int id,
               int pid,
               boolean pathDone,
               int leftSeat,
               String leftGuestName,
               int rightSeat,
               String rightGuestName)
Method Detail

isPathDone

public boolean isPathDone()

setPathDone

public void setPathDone(boolean pathDone)

getId

public int getId()

getLeftGuestName

public String getLeftGuestName()

getLeftSeat

public int getLeftSeat()

getPid

public int getPid()

getRightGuestName

public String getRightGuestName()

getRightSeat

public int getRightSeat()

toString

public String toString()
Overrides:
toString in class Object


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