ORCentral
|
A location of objects (such as "Public Library Austin"). More...
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 () |
A location of objects (such as "Public Library Austin").
Definition at line 6 of file Location.java.
eu.coform.Location.Location | ( | ) |
Definition at line 12 of file Location.java.
eu.coform.Location.Location | ( | UniqueID | locationID, |
String | name, | ||
String | webserviceURL | ||
) |
UniqueID eu.coform.Location.getLocationId | ( | ) |
String eu.coform.Location.getName | ( | ) |
String eu.coform.Location.getWebserviceURL | ( | ) |
void eu.coform.Location.setLocationId | ( | UniqueID | locationID | ) |
void eu.coform.Location.setName | ( | String | name | ) |
void eu.coform.Location.setWebserviceURL | ( | String | webserviceURL | ) |