org.pentaho.di.ui.repository.repositoryexplorer.model
Class UIDatabaseConnection

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by org.pentaho.di.ui.repository.repositoryexplorer.model.UIDatabaseConnection
All Implemented Interfaces:
org.pentaho.ui.xul.XulEventSource

public class UIDatabaseConnection
extends org.pentaho.ui.xul.XulEventSourceAdapter


Constructor Summary
UIDatabaseConnection()
           
UIDatabaseConnection(DatabaseMeta databaseMeta)
           
UIDatabaseConnection(DatabaseMeta databaseMeta, List<ObjectRevision> revHistory)
           
 
Method Summary
 DatabaseMeta getDatabaseMeta()
           
 String getDateModified()
           
 String getName()
           
 String getType()
           
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDatabaseConnection

public UIDatabaseConnection()

UIDatabaseConnection

public UIDatabaseConnection(DatabaseMeta databaseMeta)

UIDatabaseConnection

public UIDatabaseConnection(DatabaseMeta databaseMeta,
                            List<ObjectRevision> revHistory)
Method Detail

getName

public String getName()

getType

public String getType()

getDateModified

public String getDateModified()

getDatabaseMeta

public DatabaseMeta getDatabaseMeta()