org.drools.core.factmodel.traits
Class TypeWrapper
java.lang.Object
org.drools.core.factmodel.traits.TypeWrapper
- All Implemented Interfaces:
- Externalizable, Serializable
public class TypeWrapper
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
TypeWrapper
public TypeWrapper()
TypeWrapper
public TypeWrapper(Class klass)
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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.