org.gcube.data.figis.tmplugin.requests
Class Request

java.lang.Object
  extended by org.gcube.data.figis.tmplugin.requests.Request
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FigisRequest

public abstract class Request
extends Object
implements Serializable

Base implementation for plugin requests

Author:
"Valentina Marioli valentina.marioli@isti.cnr.it"
See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Returns a description of the source to bind.
 String getName()
          Returns a name for the source to bind.
 int hashCode()
           
 void setDescription(String description)
          Sets a description for the source to bind.
 void setName(String name)
          Sets a name for the source to bind.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns a name for the source to bind.

Returns:
the name

setName

public void setName(String name)
Sets a name for the source to bind.

Parameters:
name - the name

getDescription

public String getDescription()
Returns a description of the source to bind.

Returns:
description

setDescription

public void setDescription(String description)
Sets a description for the source to bind.

Parameters:
description - the description

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.