org.drools.benchmark.waltzdb
Class Illegal

java.lang.Object
  extended by org.drools.benchmark.waltzdb.Illegal

public class Illegal
extends Object


Constructor Summary
Illegal()
           
Illegal(int basePoint, String labelId)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getBasePoint()
           
 String getLabelId()
           
 int hashCode()
           
 void setBasePoint(int basePoint)
           
 void setLabelId(String labelId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Illegal

public Illegal()

Illegal

public Illegal(int basePoint,
               String labelId)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getBasePoint

public int getBasePoint()

setBasePoint

public void setBasePoint(int basePoint)

getLabelId

public String getLabelId()

setLabelId

public void setLabelId(String labelId)


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