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

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
      extended byuk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.Get_entityMetadata
All Implemented Interfaces:
InquireMetadataMessage, InquireMetadataProcessable, Message, Serializable

public class Get_entityMetadata
extends AbstractMessage
implements Serializable, InquireMetadataMessage, InquireMetadataProcessable

See Also:
Serialized Form

Constructor Summary
Get_entityMetadata()
           
Get_entityMetadata(EntityReference entityReference)
           
 
Method Summary
 Object accept(InquireMetadataHandler v)
           
 boolean equals(Object obj)
           
 EntityReference getEntityReference()
          Gets the entityReference value for this Get_entityMetadata.
 int hashCode()
           
 void setEntityReference(EntityReference entityReference)
          Sets the entityReference value for this Get_entityMetadata.
 
Methods inherited from class uk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
addError, addError, errorThrown, getErrors, getFirstError, getResult, setResult
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Get_entityMetadata

public Get_entityMetadata()

Get_entityMetadata

public Get_entityMetadata(EntityReference entityReference)
Method Detail

getEntityReference

public EntityReference getEntityReference()
Gets the entityReference value for this Get_entityMetadata.

Returns:
entityReference

setEntityReference

public void setEntityReference(EntityReference entityReference)
Sets the entityReference value for this Get_entityMetadata.

Parameters:
entityReference -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(InquireMetadataHandler v)
Specified by:
accept in interface InquireMetadataProcessable