public abstract class Request extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getName()
public void setName(String name)
name - the namepublic String getDescription()
public void setDescription(String description)
description - the descriptionCopyright © 2015. All Rights Reserved.