|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.datasource.base.DataSourceBase
org.semanticdesktop.aperture.websites.delicious.DeliciousDataSource
public class DeliciousDataSource
Data source class file. Created by org.semanticdesktop.aperture.datasource.mojo.DataSourceClassGenerator on Thu Jul 01 14:28:16 CEST 2010 input file: D:\intella\aperture-trunk\target\checkout\core\src\main\resources\org\semanticdesktop\aperture\websites\delicious\deliciousDataSource.ttl class uri: http://aperture.semanticdesktop.org/ontology/2007/08/11/deliciousds#DeliciousDataSource
Constructor Summary | |
---|---|
DeliciousDataSource()
|
Method Summary | |
---|---|
String |
getPassword()
Returns the The Password used to access this datasource. |
URI |
getType()
Returns a URI that indicates the DataSource type in a platform- and programming language-independent way. |
String |
getUsername()
Returns the Username used for authentication in a data source |
void |
setPassword(String password)
Sets the The Password used to access this datasource. |
void |
setUsername(String username)
Sets the Username used for authentication in a data source |
Methods inherited from class org.semanticdesktop.aperture.datasource.base.DataSourceBase |
---|
dispose, getComment, getConfiguration, getID, getName, getTimeout, setComment, setConfiguration, setName, setTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeliciousDataSource()
Method Detail |
---|
public URI getType()
DataSource
DataSource.getType()
public String getUsername()
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this methodpublic void setUsername(String username)
username
- Username used for authentication in a data source, can be null in which case any previous setting will be removed
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this methodpublic String getPassword()
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this methodpublic void setPassword(String password)
password
- The Password used to access this datasource., can be null in which case any previous setting will be removed
NullPointerException
- if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer)
before calling this method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |