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, valuesprotected Object object
public TripleBasedBean()
public TripleBasedBean(Object o, TripleStore store, TripleFactory factory)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class TripleBasedStructIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class TripleBasedStructIOExceptionClassNotFoundExceptionpublic Object getObject()
getObject in class TripleBasedStructpublic void setObject(Object object)
setObject in class TripleBasedStructpublic String toString()
toString in class TripleBasedStructCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.