Method Summary |
|
public Object | clone() Implement clone. |
public boolean | equals(Object obj) Implement equals.
recursively tests to determine if the object passed in is a copy of this
object.
Parameters: obj - The DataStoreInfo object to test. |
public String | getAbstract() |
public Map | getConnectionParams() Map of param:value both of which are represented as text. |
public String | getId() Unique identifier representing this DataStore. |
public String | getNameSpaceId() Namespace prefix for this DataStore. |
public String | getTitle() Title for DataStore, used in error messages & configuration. |
public int | hashCode() Implement hashCode. |
public boolean | isEnabled() Value is true if the DataStore should be enabled. |
public void | setAbstract(String description) Updates the DataStore abstract. |
public void | setConnectionParams(Map map) Provide DataStore connectin parameters. |
public void | setEnabled(boolean b) setEnabled purpose. |
public void | setId(String identifier) Sets the unique identifier for this DataStoreInfoDTO. |
public void | setNameSpaceId(String prefix) Sets the Namespace prefix for the DataStore. |
public void | setTitle(String dataStoreTitle) Set title used to identify this DataStore to the user. |