ORCentral
|
Queries for a specific unique id by its internal ID in the database. More...
Public Member Functions | |
UniqueID | execute () throws ORException |
Exeuctes command. | |
void | setId (String id) |
Set internal id to look for. | |
String | getId () |
Get internal id to look for. |
Queries for a specific unique id by its internal ID in the database.
Definition at line 12 of file QueryUniqueIDCommand.java.
UniqueID eu.coform.command.QueryUniqueIDCommand.execute | ( | ) | throws ORException |
Exeuctes command.
Implements eu.coform.command.proto.Abstract.
Definition at line 24 of file QueryUniqueIDCommand.java.
String eu.coform.command.QueryUniqueIDCommand.getId | ( | ) |
Get internal id to look for.
Definition at line 50 of file QueryUniqueIDCommand.java.
void eu.coform.command.QueryUniqueIDCommand.setId | ( | String | id | ) |
Set internal id to look for.
internal | id (int as string). |
Definition at line 42 of file QueryUniqueIDCommand.java.