org.drools.semantics.groovy
Class GroovyImportEntry

java.lang.Object
  extended by org.drools.semantics.groovy.GroovyImportEntry
All Implemented Interfaces:
Serializable, ImportEntry

public class GroovyImportEntry
extends Object
implements ImportEntry

See Also:
Serialized Form

Constructor Summary
GroovyImportEntry(String importEntry)
           
 
Method Summary
 boolean equals(Object object)
           
 String getImportEntry()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroovyImportEntry

public GroovyImportEntry(String importEntry)
Method Detail

getImportEntry

public String getImportEntry()
Specified by:
getImportEntry in interface ImportEntry

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2001-2005 The Codehaus. All Rights Reserved.