public interface ConnectionInstanceBean
Modifier and Type | Method and Description |
---|---|
ConnectionDefinitionPropertiesBean |
getConnectionProperties()
Gets the "connection-properties" element
|
java.lang.String |
getDescription()
Gets the "description" element
|
java.lang.String |
getId()
Gets the "id" attribute
|
java.lang.String |
getJNDIName()
Gets the "jndi-name" element
|
boolean |
isConnectionPropertiesSet()
Indicats whether or not the "connection-properties" element is set
|
void |
setDescription(java.lang.String description)
Sets the "description" element
|
void |
setId(java.lang.String id)
Sets the "id" attribute
|
void |
setJNDIName(java.lang.String jndiName)
Sets the "jndi-name" element
|
java.lang.String getDescription()
void setDescription(java.lang.String description)
java.lang.String getJNDIName()
void setJNDIName(java.lang.String jndiName)
ConnectionDefinitionPropertiesBean getConnectionProperties()
boolean isConnectionPropertiesSet()
java.lang.String getId()
void setId(java.lang.String id)
id
-