ORCentral
Public Member Functions

eu.coform.command.QueryUniqueIDCommand Class Reference

Queries for a specific unique id by its internal ID in the database. More...

Inheritance diagram for eu.coform.command.QueryUniqueIDCommand:
Inheritance graph
[legend]
Collaboration diagram for eu.coform.command.QueryUniqueIDCommand:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Queries for a specific unique id by its internal ID in the database.

Definition at line 12 of file QueryUniqueIDCommand.java.


Member Function Documentation

UniqueID eu.coform.command.QueryUniqueIDCommand.execute ( ) throws ORException

Exeuctes command.

See also:
UniqueIDFromDBCommand
Returns:
UniqueID object associated with the given id.

Implements eu.coform.command.proto.Abstract.

Definition at line 24 of file QueryUniqueIDCommand.java.

Here is the call graph for this function:

Here is the caller graph for this function:

String eu.coform.command.QueryUniqueIDCommand.getId ( )

Get internal id to look for.

Returns:
internal id (int as string).

Definition at line 50 of file QueryUniqueIDCommand.java.

void eu.coform.command.QueryUniqueIDCommand.setId ( String  id)

Set internal id to look for.

Parameters:
internalid (int as string).

Definition at line 42 of file QueryUniqueIDCommand.java.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations