uk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel
Class MessagePartMetadataQueryBag

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.MessagePartMetadataQueryBag
All Implemented Interfaces:
MetadataModelVisitable, Serializable

public class MessagePartMetadataQueryBag
extends Object
implements Serializable, MetadataModelVisitable

See Also:
Serialized Form

Constructor Summary
MessagePartMetadataQueryBag()
           
MessagePartMetadataQueryBag(MetadataQuery[] metadataQuery)
           
MessagePartMetadataQueryBag(com.hp.hpl.jena.rdf.model.Model m, com.hp.hpl.jena.rdf.model.Resource r)
           
 
Method Summary
 Object accept(MetadataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 MetadataQuery[] getMetadataQuery()
          Gets the metadataQuery value for this MessagePartMetadataQueryBag.
 MetadataQuery getMetadataQuery(int i)
           
 int hashCode()
           
 void setMetadataQuery(int i, MetadataQuery _value)
           
 void setMetadataQuery(MetadataQuery[] metadataQuery)
          Sets the metadataQuery value for this MessagePartMetadataQueryBag.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePartMetadataQueryBag

public MessagePartMetadataQueryBag()

MessagePartMetadataQueryBag

public MessagePartMetadataQueryBag(MetadataQuery[] metadataQuery)

MessagePartMetadataQueryBag

public MessagePartMetadataQueryBag(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

getMetadataQuery

public MetadataQuery[] getMetadataQuery()
Gets the metadataQuery value for this MessagePartMetadataQueryBag.

Returns:
metadataQuery

setMetadataQuery

public void setMetadataQuery(MetadataQuery[] metadataQuery)
Sets the metadataQuery value for this MessagePartMetadataQueryBag.

Parameters:
metadataQuery -

getMetadataQuery

public MetadataQuery getMetadataQuery(int i)

setMetadataQuery

public void setMetadataQuery(int i,
                             MetadataQuery _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(MetadataModelVisitor v)
Grimoires specific methods and constructors

Specified by:
accept in interface MetadataModelVisitable