org.drools.marshalling.impl
Class Placeholders.PlaceholderEntry

java.lang.Object
  extended by org.drools.marshalling.impl.Placeholders.PlaceholderEntry
All Implemented Interfaces:
Entry
Enclosing class:
Placeholders

public static class Placeholders.PlaceholderEntry
extends Object
implements Entry


Field Summary
 int hashCode
           
 int id
           
 PersisterKey key
           
 Entry next
           
 Object object
           
 
Constructor Summary
Placeholders.PlaceholderEntry(Object object, int id, PersisterKey key)
           
 
Method Summary
 int getId()
           
 PersisterKey getKey()
           
 Entry getNext()
           
 Object getObject()
           
 int hashCode()
           
 void setNext(Entry next)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

object

public Object object

id

public int id

key

public PersisterKey key

hashCode

public int hashCode

next

public Entry next
Constructor Detail

Placeholders.PlaceholderEntry

public Placeholders.PlaceholderEntry(Object object,
                                     int id,
                                     PersisterKey key)
Method Detail

getNext

public Entry getNext()
Specified by:
getNext in interface Entry

setNext

public void setNext(Entry next)
Specified by:
setNext in interface Entry

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getObject

public Object getObject()

getId

public int getId()

getKey

public PersisterKey getKey()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.