|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.EntityReference
| Constructor Summary | |
EntityReference()
|
|
EntityReference(com.hp.hpl.jena.rdf.model.Model m,
com.hp.hpl.jena.rdf.model.Resource r)
|
|
EntityReference(org.apache.axis.types.URI entityType,
MessagePartReference messagePartReference,
String metadataKey,
OperationReference operationReference,
String stringKey)
|
|
| Method Summary | |
Object |
accept(MetadataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
org.apache.axis.types.URI |
getEntityType()
Gets the entityType value for this EntityReference. |
MessagePartReference |
getMessagePartReference()
Gets the messagePartReference value for this EntityReference. |
String |
getMetadataKey()
Gets the metadataKey value for this EntityReference. |
OperationReference |
getOperationReference()
Gets the operationReference value for this EntityReference. |
String |
getStringKey()
Gets the stringKey value for this EntityReference. |
int |
hashCode()
|
void |
setEntityType(org.apache.axis.types.URI entityType)
Sets the entityType value for this EntityReference. |
void |
setMessagePartReference(MessagePartReference messagePartReference)
Sets the messagePartReference value for this EntityReference. |
void |
setMetadataKey(String metadataKey)
Sets the metadataKey value for this EntityReference. |
void |
setOperationReference(OperationReference operationReference)
Sets the operationReference value for this EntityReference. |
void |
setStringKey(String stringKey)
Sets the stringKey value for this EntityReference. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EntityReference()
public EntityReference(org.apache.axis.types.URI entityType,
MessagePartReference messagePartReference,
String metadataKey,
OperationReference operationReference,
String stringKey)
public EntityReference(com.hp.hpl.jena.rdf.model.Model m,
com.hp.hpl.jena.rdf.model.Resource r)
throws com.hp.hpl.jena.rdf.model.RDFException,
StoreException
| Method Detail |
public String getStringKey()
public void setStringKey(String stringKey)
stringKey - public String getMetadataKey()
public void setMetadataKey(String metadataKey)
metadataKey - public MessagePartReference getMessagePartReference()
public void setMessagePartReference(MessagePartReference messagePartReference)
messagePartReference - public OperationReference getOperationReference()
public void setOperationReference(OperationReference operationReference)
operationReference - public org.apache.axis.types.URI getEntityType()
public void setEntityType(org.apache.axis.types.URI entityType)
entityType - public boolean equals(Object obj)
public int hashCode()
public Object accept(MetadataModelVisitor v)
accept in interface MetadataModelVisitable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||