|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionProperties
A representation of the model object 'Connection Properties'.
The following features are supported:
Method Summary | |
---|---|
java.lang.String |
getDatabaseURL()
Returns the value of the 'Database URL' attribute. |
java.lang.String |
getDriverClass()
Returns the value of the 'Driver Class' attribute. |
int |
getLoginTimeout()
Returns the value of the 'Login Timeout' attribute. |
java.lang.String |
getPassword()
Returns the value of the 'Password' attribute. |
java.lang.String |
getUserName()
Returns the value of the 'User Name' attribute. |
void |
setDatabaseURL(java.lang.String value)
Sets the value of the ' Database URL ' attribute. |
void |
setDriverClass(java.lang.String value)
Sets the value of the ' Driver Class ' attribute. |
void |
setLoginTimeout(int value)
Sets the value of the ' Login Timeout ' attribute. |
void |
setPassword(java.lang.String value)
Sets the value of the ' Password ' attribute. |
void |
setUserName(java.lang.String value)
Sets the value of the ' User Name ' attribute. |
Method Detail |
---|
java.lang.String getDriverClass()
If the meaning of the 'Driver Class' attribute isn't clear, there really should be more of a description here...
setDriverClass(String)
void setDriverClass(java.lang.String value)
Driver Class
' attribute.
value
- the new value of the 'Driver Class' attribute.getDriverClass()
java.lang.String getDatabaseURL()
If the meaning of the 'Database URL' attribute isn't clear, there really should be more of a description here...
setDatabaseURL(String)
void setDatabaseURL(java.lang.String value)
Database URL
' attribute.
value
- the new value of the 'Database URL' attribute.getDatabaseURL()
java.lang.String getUserName()
""
.
If the meaning of the 'User Name' attribute isn't clear, there really should be more of a description here...
setUserName(String)
void setUserName(java.lang.String value)
User Name
' attribute.
value
- the new value of the 'User Name' attribute.getUserName()
java.lang.String getPassword()
""
.
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String)
void setPassword(java.lang.String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()
int getLoginTimeout()
"0"
.
If the meaning of the 'Login Timeout' attribute isn't clear, there really should be more of a description here...
setLoginTimeout(int)
void setLoginTimeout(int value)
Login Timeout
' attribute.
value
- the new value of the 'Login Timeout' attribute.getLoginTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |