ORCentral
|
Command to query a location. More...
Public Member Functions | |
Location | execute () throws ORException |
Executes the command, to be called by the client. | |
String | getLocationName () |
void | setLocationName (String locationName) |
void | setLocatioUUID (UniqueID locatioUUID) |
UniqueID | getLocatioUUID () |
Command to query a location.
Definition at line 18 of file QueryLocationCommand.java.
Location eu.coform.command.location.QueryLocationCommand.execute | ( | ) | throws ORException |
Executes the command, to be called by the client.
Implements eu.coform.command.proto.Abstract.
Definition at line 24 of file QueryLocationCommand.java.
String eu.coform.command.location.QueryLocationCommand.getLocationName | ( | ) |
Definition at line 64 of file QueryLocationCommand.java.
UniqueID eu.coform.command.location.QueryLocationCommand.getLocatioUUID | ( | ) |
Definition at line 76 of file QueryLocationCommand.java.
void eu.coform.command.location.QueryLocationCommand.setLocationName | ( | String | locationName | ) |
Definition at line 68 of file QueryLocationCommand.java.
void eu.coform.command.location.QueryLocationCommand.setLocatioUUID | ( | UniqueID | locatioUUID | ) |
Definition at line 72 of file QueryLocationCommand.java.