|
||||||||||
| 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.MetadataInfo
| Constructor Summary | |
MetadataInfo()
|
|
MetadataInfo(com.hp.hpl.jena.rdf.model.Model m,
com.hp.hpl.jena.rdf.model.Resource r)
|
|
MetadataInfo(String author,
String date,
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 |
getAuthor()
Gets the author value for this MetadataInfo. |
String |
getDate()
Gets the date value for this MetadataInfo. |
String |
getMetadataKey()
Gets the metadataKey value for this MetadataInfo. |
org.apache.axis.types.URI |
getMetadataType()
Gets the metadataType value for this MetadataInfo. |
MetadataValue |
getMetadataValue()
Gets the metadataValue value for this MetadataInfo. |
int |
hashCode()
|
void |
setAuthor(String author)
Sets the author value for this MetadataInfo. |
void |
setDate(String date)
Sets the date value for this MetadataInfo. |
void |
setMetadataKey(String metadataKey)
Sets the metadataKey value for this MetadataInfo. |
void |
setMetadataType(org.apache.axis.types.URI metadataType)
Sets the metadataType value for this MetadataInfo. |
void |
setMetadataValue(MetadataValue metadataValue)
Sets the metadataValue value for this MetadataInfo. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MetadataInfo()
public MetadataInfo(String author,
String date,
String metadataKey,
org.apache.axis.types.URI metadataType,
MetadataValue metadataValue)
public MetadataInfo(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 getAuthor()
public void setAuthor(String author)
author - public String getDate()
public void setDate(String date)
date - 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 | |||||||||