|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enableit.db.beans.Driver
Constructor Summary | |
Driver()
|
Method Summary | |
java.lang.String |
getClassName()
Returns the value of field 'className'. |
java.lang.String |
getName()
Returns the value of field 'name'. |
java.lang.String |
getPassword()
Returns the value of field 'password'. |
java.lang.String |
getUrl()
Returns the value of field 'url'. |
java.lang.String |
getUsername()
Returns the value of field 'username'. |
java.lang.String |
getVersion()
Returns the value of field 'version'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setClassName(java.lang.String className)
Sets the value of field 'className'. |
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
void |
setPassword(java.lang.String password)
Sets the value of field 'password'. |
void |
setUrl(java.lang.String url)
Sets the value of field 'url'. |
void |
setUsername(java.lang.String username)
Sets the value of field 'username'. |
void |
setVersion(java.lang.String version)
Sets the value of field 'version'. |
static org.enableit.db.beans.Driver |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Driver()
Method Detail |
public java.lang.String getClassName()
public java.lang.String getName()
public java.lang.String getPassword()
public java.lang.String getUrl()
public java.lang.String getUsername()
public java.lang.String getVersion()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setClassName(java.lang.String className)
className
- the value of field 'className'.public void setName(java.lang.String name)
name
- the value of field 'name'.public void setPassword(java.lang.String password)
password
- the value of field 'password'.public void setUrl(java.lang.String url)
url
- the value of field 'url'.public void setUsername(java.lang.String username)
username
- the value of field 'username'.public void setVersion(java.lang.String version)
version
- the value of field 'version'.public static org.enableit.db.beans.Driver unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |