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