Drools examples 6.1.0-SNAPSHOT

org.drools.examples.backwardchaining
Class Location

java.lang.Object
  extended by org.drools.examples.backwardchaining.Location

public class Location
extends Object


Constructor Summary
Location(String item, String location)
           
 
Method Summary
 boolean equals(Object o)
           
 String getItem()
           
 String getLocation()
           
 int hashCode()
           
 void setItem(String item)
           
 void setLocation(String location)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Location

public Location(String item,
                String location)
Method Detail

getItem

public String getItem()

setItem

public void setItem(String item)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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.