org.drools.factmodel.traits
Class TripleBasedBean

java.lang.Object
  extended by org.drools.factmodel.traits.TripleBasedStruct
      extended by org.drools.factmodel.traits.TripleBasedBean
All Implemented Interfaces:
Externalizable, Serializable, Map<String,Object>

public class TripleBasedBean
extends TripleBasedStruct

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
protected  Object object
           
 
Fields inherited from class org.drools.factmodel.traits.TripleBasedStruct
store, storeId
 
Constructor Summary
TripleBasedBean()
           
TripleBasedBean(Object o, TripleStore store)
           
 
Method Summary
 Object getObject()
           
 void readExternal(ObjectInput in)
           
 void setObject(Object object)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.drools.factmodel.traits.TripleBasedStruct
clear, containsKey, containsValue, entrySet, equals, get, getTriplesForSubject, isEmpty, keySet, property, propertyKey, propertyKey, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
hashCode
 

Field Detail

object

protected Object object
Constructor Detail

TripleBasedBean

public TripleBasedBean()

TripleBasedBean

public TripleBasedBean(Object o,
                       TripleStore store)
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class TripleBasedStruct
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class TripleBasedStruct
Throws:
IOException
ClassNotFoundException

getObject

public Object getObject()
Specified by:
getObject in class TripleBasedStruct

setObject

public void setObject(Object object)
Specified by:
setObject in class TripleBasedStruct

toString

public String toString()
Overrides:
toString in class TripleBasedStruct


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.