|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.figis.tmplugin.requests.Request
public abstract class Request
Base implementation for plugin requests
| 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 |
|---|
public String getName()
public void setName(String name)
name - the namepublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||