uk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel
Class MetadataReference
java.lang.Object
uk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.EntityReference
uk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.MetadataReference
- All Implemented Interfaces:
- MetadataModelVisitable, Serializable
- public class MetadataReference
- extends EntityReference
- implements Serializable, MetadataModelVisitable
- See Also:
- Serialized Form
MetadataReference
public MetadataReference()
MetadataReference
public MetadataReference(String metadataKey)
MetadataReference
public MetadataReference(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
getMetadataKey
public String getMetadataKey()
- Gets the metadataKey value for this MetadataReference.
- Overrides:
getMetadataKey in class EntityReference
- Returns:
- metadataKey
setMetadataKey
public void setMetadataKey(String metadataKey)
- Sets the metadataKey value for this MetadataReference.
- Overrides:
setMetadataKey in class EntityReference
- Parameters:
metadataKey -
equals
public boolean equals(Object obj)
- Overrides:
equals in class EntityReference
hashCode
public int hashCode()
- Overrides:
hashCode in class EntityReference
accept
public Object accept(MetadataModelVisitor v)
- Grimoires specific methods and constructors
- Specified by:
accept in interface MetadataModelVisitable- Overrides:
accept in class EntityReference