public class TripleBasedBean extends TripleBasedStruct
Modifier and Type | Field and Description |
---|---|
protected Object |
object |
store, storeId, tripleFactory
Constructor and Description |
---|
TripleBasedBean() |
TripleBasedBean(Object o,
TripleStore store,
TripleFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
void |
readExternal(ObjectInput in) |
void |
setObject(Object object) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clear, containsKey, containsValue, entrySet, equals, get, getTripleFactory, getTriplesForSubject, isEmpty, keySet, property, propertyKey, propertyKey, put, putAll, remove, setTripleFactory, size, values
protected Object object
public TripleBasedBean()
public TripleBasedBean(Object o, TripleStore store, TripleFactory factory)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class TripleBasedStruct
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class TripleBasedStruct
IOException
ClassNotFoundException
public Object getObject()
getObject
in class TripleBasedStruct
public void setObject(Object object)
setObject
in class TripleBasedStruct
public String toString()
toString
in class TripleBasedStruct
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.