|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.robot.GenericRequestTyped<C>
C - the type of the request containerpublic class GenericRequestTyped<C extends GenericRequestContainer>
Base class for all generic requests.
| Constructor Summary | |
|---|---|
GenericRequestTyped(String id)
Creates a new generic request for the given identifier. |
|
| Method Summary | |
|---|---|
String |
getId()
Returns the request identifier. |
GenericRequestTyped<C> |
setId(String id)
Sets the request identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericRequestTyped(String id)
id - the request identifier| Method Detail |
|---|
public final String getId()
public final GenericRequestTyped<C> setId(String id)
id - the new request identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||