org.semanticdesktop.aperture.websites.delicious
Class DeliciousDataSource

java.lang.Object
  extended by org.semanticdesktop.aperture.datasource.base.DataSourceBase
      extended by org.semanticdesktop.aperture.websites.delicious.DeliciousDataSource
All Implemented Interfaces:
DataSource

public class DeliciousDataSource
extends DataSourceBase

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

DeliciousDataSource

public DeliciousDataSource()
Method Detail

getType

public URI getType()
Description copied from interface: DataSource
Returns a URI that indicates the DataSource type in a platform- and programming language-independent way.

Returns:
A URI indicating the DataSource type
See Also:
DataSource.getType()

getUsername

public String getUsername()
Returns the Username used for authentication in a data source

Returns:
the Username used for authentication in a data source or null if no value has been set
Throws:
NullPointerException - if no configuration has been set, use DataSourceBase.setConfiguration(RDFContainer) before calling this method

setUsername

public void setUsername(String username)
Sets the Username used for authentication in a data source

Parameters:
username - Username used for authentication in a data source, can be null in which case any previous setting will be removed
Throws:
NullPointerException - if no configuration has been set, use DataSourceBase.setConfiguration(RDFContainer) before calling this method

getPassword

public String getPassword()
Returns the The Password used to access this datasource.

Returns:
the The Password used to access this datasource. or null if no value has been set
Throws:
NullPointerException - if no configuration has been set, use DataSourceBase.setConfiguration(RDFContainer) before calling this method

setPassword

public void setPassword(String password)
Sets the The Password used to access this datasource.

Parameters:
password - The Password used to access this datasource., can be null in which case any previous setting will be removed
Throws:
NullPointerException - if no configuration has been set, use DataSourceBase.setConfiguration(RDFContainer) before calling this method


Copyright © 2010 Aperture Development Team. All Rights Reserved.