org.drools.base
Class AccessorKey

java.lang.Object
  extended by org.drools.base.AccessorKey
All Implemented Interfaces:
Externalizable, Serializable

public class AccessorKey
extends Object
implements Externalizable

See Also:
Serialized Form

Nested Class Summary
static class AccessorKey.AccessorType
           
 
Constructor Summary
AccessorKey()
           
AccessorKey(String className, String fieldName, AccessorKey.AccessorType type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClassName()
           
 String getFieldName()
           
 AccessorKey.AccessorType getType()
           
 int hashCode()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessorKey

public AccessorKey()

AccessorKey

public AccessorKey(String className,
                   String fieldName,
                   AccessorKey.AccessorType type)
Method Detail

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-2013 JBoss Inc.. All Rights Reserved.