org.drools.examples.troubleticket
Class Customer

java.lang.Object
  extended by org.drools.examples.troubleticket.Customer

public class Customer
extends Object


Constructor Summary
Customer()
           
Customer(String name, String project, String subscription)
           
 
Method Summary
 String getName()
           
 String getProject()
           
 String getSubscription()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Customer

public Customer()

Customer

public Customer(String name,
                String project,
                String subscription)
Method Detail

getName

public String getName()

getSubscription

public String getSubscription()

getProject

public String getProject()

toString

public String toString()
Overrides:
toString in class Object


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