|
||||||||||
| 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.Metadata
| Constructor Summary | |
Metadata()
|
|
Metadata(com.hp.hpl.jena.rdf.model.Model m,
com.hp.hpl.jena.rdf.model.Resource r)
|
|
Metadata(String metadataKey,
org.apache.axis.types.URI metadataType,
MetadataValue metadataValue)
|
|
| Method Summary | |
Object |
accept(MetadataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getMetadataKey()
Gets the metadataKey value for this Metadata. |
org.apache.axis.types.URI |
getMetadataType()
Gets the metadataType value for this Metadata. |
MetadataValue |
getMetadataValue()
Gets the metadataValue value for this Metadata. |
int |
hashCode()
|
void |
setMetadataKey(String metadataKey)
Sets the metadataKey value for this Metadata. |
void |
setMetadataType(org.apache.axis.types.URI metadataType)
Sets the metadataType value for this Metadata. |
void |
setMetadataValue(MetadataValue metadataValue)
Sets the metadataValue value for this Metadata. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Metadata()
public Metadata(String metadataKey,
org.apache.axis.types.URI metadataType,
MetadataValue metadataValue)
public Metadata(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 org.apache.axis.types.URI getMetadataType()
public void setMetadataType(org.apache.axis.types.URI metadataType)
metadataType - public MetadataValue getMetadataValue()
public void setMetadataValue(MetadataValue metadataValue)
metadataValue - public String getMetadataKey()
public void setMetadataKey(String metadataKey)
metadataKey - 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 | |||||||||