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

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

public class EntityReferenceList
extends Object
implements Serializable, MetadataModelVisitable

See Also:
Serialized Form

Constructor Summary
EntityReferenceList()
           
EntityReferenceList(EntityReference[] entityReference)
           
EntityReferenceList(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)
           
 EntityReference[] getEntityReference()
          Gets the entityReference value for this EntityReferenceList.
 EntityReference getEntityReference(int i)
           
 int hashCode()
           
 void setEntityReference(EntityReference[] entityReference)
          Sets the entityReference value for this EntityReferenceList.
 void setEntityReference(int i, EntityReference _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityReferenceList

public EntityReferenceList()

EntityReferenceList

public EntityReferenceList(EntityReference[] entityReference)

EntityReferenceList

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

getEntityReference

public EntityReference[] getEntityReference()
Gets the entityReference value for this EntityReferenceList.

Returns:
entityReference

setEntityReference

public void setEntityReference(EntityReference[] entityReference)
Sets the entityReference value for this EntityReferenceList.

Parameters:
entityReference -

getEntityReference

public EntityReference getEntityReference(int i)

setEntityReference

public void setEntityReference(int i,
                               EntityReference _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