Method Summary |
|
public Date | getCreatedOn() |
public long | getId() Gets the unique identifier for this service reference.
Simply number that unique identifies this service reference within the iSQL-Viewer application. |
public Date | getLastUsed() Gets the last time a connection was made to the referring service by iSQL-Viewer. |
public String | getName() Gets the common service name for this reference. |
public int | getOrder() Gets the preferred order of this service. |
public URL | getResourceURL() Gets the resource URL containing the service information for this instance. |
public void | setCreatedOn(Date createdOn) |
public void | setId(long id) Sets the service reference identifier to the specified value. |
public void | setLastUsed(Date lastUsed) Sets the last time a connection was made to this service. |
public void | setName(String name) Sets the service name this instance refers to. |
public void | setOrder(int order) Sets the order of this service reference. |
public void | setResourceURL(URL resourceURL) Sets the resource URL for this service reference. |