org.drools.marshalling.impl
Class Placeholders.PlaceholderEntry
java.lang.Object
org.drools.marshalling.impl.Placeholders.PlaceholderEntry
- All Implemented Interfaces:
- Entry
- Enclosing class:
- Placeholders
public static class Placeholders.PlaceholderEntry
- extends Object
- implements Entry
object
public Object object
id
public int id
key
public PersisterKey key
hashCode
public int hashCode
next
public Entry next
Placeholders.PlaceholderEntry
public Placeholders.PlaceholderEntry(Object object,
int id,
PersisterKey key)
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.