Drools :: Core 6.1.0.Beta1

org.drools.core.factmodel.traits
Class TypeWrapper

java.lang.Object
  extended by org.drools.core.factmodel.traits.TypeWrapper
All Implemented Interfaces:
Externalizable, Serializable

public class TypeWrapper
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
TypeWrapper()
           
TypeWrapper(Class klass)
           
 
Method Summary
 boolean equals(Object o)
           
 Class getKlass()
           
 String getName()
           
 int hashCode()
           
 void readExternal(ObjectInput in)
           
 void setKlass(Class klass)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeWrapper

public TypeWrapper()

TypeWrapper

public TypeWrapper(Class klass)
Method Detail

getKlass

public Class getKlass()

setKlass

public void setKlass(Class klass)

getName

public String getName()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

toString

public String toString()
Overrides:
toString in class Object

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.