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

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

public class Get_supportedEntityType
extends AbstractMessage
implements Serializable, InquireMetadataMessage, InquireMetadataProcessable

See Also:
Serialized Form

Constructor Summary
Get_supportedEntityType()
           
Get_supportedEntityType(String dummyToGetClass)
           
 
Method Summary
 Object accept(InquireMetadataHandler v)
           
 boolean equals(Object obj)
           
 String getDummyToGetClass()
          Gets the dummyToGetClass value for this Get_supportedEntityType.
 int hashCode()
           
 void setDummyToGetClass(String dummyToGetClass)
          Sets the dummyToGetClass value for this Get_supportedEntityType.
 
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_supportedEntityType

public Get_supportedEntityType()

Get_supportedEntityType

public Get_supportedEntityType(String dummyToGetClass)
Method Detail

getDummyToGetClass

public String getDummyToGetClass()
Gets the dummyToGetClass value for this Get_supportedEntityType.

Returns:
dummyToGetClass

setDummyToGetClass

public void setDummyToGetClass(String dummyToGetClass)
Sets the dummyToGetClass value for this Get_supportedEntityType.

Parameters:
dummyToGetClass -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

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