ORCentral
Public Member Functions

eu.coform.Location Class Reference

A location of objects (such as "Public Library Austin"). More...

Collaboration diagram for eu.coform.Location:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Location ()
 Location (UniqueID locationID, String name, String webserviceURL)
void setLocationId (UniqueID locationID)
UniqueID getLocationId ()
void setName (String name)
String getName ()
void setWebserviceURL (String webserviceURL)
String getWebserviceURL ()

Detailed Description

A location of objects (such as "Public Library Austin").

Definition at line 6 of file Location.java.


Constructor & Destructor Documentation

eu.coform.Location.Location ( )

Definition at line 12 of file Location.java.

eu.coform.Location.Location ( UniqueID  locationID,
String  name,
String  webserviceURL 
)

Definition at line 14 of file Location.java.

Here is the call graph for this function:


Member Function Documentation

UniqueID eu.coform.Location.getLocationId ( )

Definition at line 24 of file Location.java.

Here is the caller graph for this function:

String eu.coform.Location.getName ( )

Definition at line 32 of file Location.java.

Here is the caller graph for this function:

String eu.coform.Location.getWebserviceURL ( )

Definition at line 40 of file Location.java.

Here is the caller graph for this function:

void eu.coform.Location.setLocationId ( UniqueID  locationID)

Definition at line 20 of file Location.java.

Here is the caller graph for this function:

void eu.coform.Location.setName ( String  name)

Definition at line 28 of file Location.java.

Here is the caller graph for this function:

void eu.coform.Location.setWebserviceURL ( String  webserviceURL)

Definition at line 36 of file Location.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