org.drools.semantics.python
Class PythonImportEntry

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

public class PythonImportEntry
extends Object
implements ImportEntry

See Also:
Serialized Form

Constructor Summary
PythonImportEntry(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

PythonImportEntry

public PythonImportEntry(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.