org.drools.base
Class AccessorKey
java.lang.Object
org.drools.base.AccessorKey
- All Implemented Interfaces:
- Externalizable, Serializable
public class AccessorKey
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
AccessorKey
public AccessorKey()
AccessorKey
public AccessorKey(String className,
String fieldName,
AccessorKey.AccessorType type)
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
getClassName
public String getClassName()
getFieldName
public String getFieldName()
getType
public AccessorKey.AccessorType getType()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.