org.drools.examples.petstore
Class PetStoreExample.Purchase

java.lang.Object
  extended by org.drools.examples.petstore.PetStoreExample.Purchase
Enclosing class:
PetStoreExample

public static class PetStoreExample.Purchase
extends Object


Constructor Summary
PetStoreExample.Purchase(PetStoreExample.Order order, PetStoreExample.Product product)
           
 
Method Summary
 boolean equals(Object obj)
           
 PetStoreExample.Order getOrder()
           
 PetStoreExample.Product getProduct()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PetStoreExample.Purchase

public PetStoreExample.Purchase(PetStoreExample.Order order,
                                PetStoreExample.Product product)
Method Detail

getOrder

public PetStoreExample.Order getOrder()

getProduct

public PetStoreExample.Product getProduct()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


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