|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enableit.db.beans.AbstractProvider | +--org.enableit.db.beans.Provider
Constructor Summary | |
Provider()
|
Method Summary | |
java.lang.String |
getCreationDate()
Returns the value of field 'creationDate'. |
java.lang.String |
getName()
Returns the value of field 'name'. |
java.lang.String |
getProductName()
Returns the value of field 'productName'. |
org.enableit.db.beans.ProviderChoice |
getProviderChoice()
Returns the value of field 'providerChoice'. |
java.lang.String |
getSchemaName()
Returns the value of field 'schemaName'. |
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 |
setCreationDate(java.lang.String creationDate)
Sets the value of field 'creationDate'. |
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
void |
setProductName(java.lang.String productName)
Sets the value of field 'productName'. |
void |
setProviderChoice(org.enableit.db.beans.ProviderChoice providerChoice)
Sets the value of field 'providerChoice'. |
void |
setSchemaName(java.lang.String schemaName)
Sets the value of field 'schemaName'. |
void |
setVersion(java.lang.String version)
Sets the value of field 'version'. |
static org.enableit.db.beans.Provider |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class org.enableit.db.beans.AbstractProvider |
getDriver, getJdbc2DatasourceName, getPassword, getUrl, getUsername, setDriver, setJdbc2DatasourceName, setPassword, setUrl, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Provider()
Method Detail |
public java.lang.String getCreationDate()
public java.lang.String getName()
public java.lang.String getProductName()
public org.enableit.db.beans.ProviderChoice getProviderChoice()
getProviderChoice
in class AbstractProvider
public java.lang.String getSchemaName()
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 setCreationDate(java.lang.String creationDate)
creationDate
- the value of field 'creationDate'.public void setName(java.lang.String name)
name
- the value of field 'name'.public void setProductName(java.lang.String productName)
productName
- the value of field 'productName'.public void setProviderChoice(org.enableit.db.beans.ProviderChoice providerChoice)
setProviderChoice
in class AbstractProvider
providerChoice
- the value of field 'providerChoice'.public void setSchemaName(java.lang.String schemaName)
schemaName
- the value of field 'schemaName'.public void setVersion(java.lang.String version)
version
- the value of field 'version'.public static org.enableit.db.beans.Provider 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 |