org.gcube.application.aquamaps.enabling.model
Class DBDescriptor

java.lang.Object
  extended by org.gcube.application.aquamaps.enabling.model.DataSourceDescriptor
      extended by org.gcube.application.aquamaps.enabling.model.DBDescriptor

public class DBDescriptor
extends DataSourceDescriptor


Nested Class Summary
static class DBDescriptor.DBType
           
 
Field Summary
static String AQUAMAPS_WORLD_TABLE
           
static String TABLESPACE_COUNT
           
static String TABLESPACE_PREFIX
           
 
Constructor Summary
DBDescriptor(String entryPoint, String user, String password, DBDescriptor.DBType type, Integer maxConnection)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getMaxConnection()
           
 String getProperty(String name)
           
 Set<String> getPropertyNames()
           
 DBDescriptor.DBType getType()
           
 int hashCode()
           
 void setProperty(String name, String value)
           
 String toString()
           
 
Methods inherited from class org.gcube.application.aquamaps.enabling.model.DataSourceDescriptor
getEntryPoint, getPassword, getUser
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TABLESPACE_PREFIX

public static final String TABLESPACE_PREFIX

TABLESPACE_COUNT

public static final String TABLESPACE_COUNT

AQUAMAPS_WORLD_TABLE

public static final String AQUAMAPS_WORLD_TABLE
Constructor Detail

DBDescriptor

public DBDescriptor(String entryPoint,
                    String user,
                    String password,
                    DBDescriptor.DBType type,
                    Integer maxConnection)
Method Detail

getType

public DBDescriptor.DBType getType()

getMaxConnection

public Integer getMaxConnection()

getProperty

public String getProperty(String name)

setProperty

public void setProperty(String name,
                        String value)

getPropertyNames

public Set<String> getPropertyNames()

hashCode

public int hashCode()
Overrides:
hashCode in class DataSourceDescriptor

equals

public boolean equals(Object obj)
Overrides:
equals in class DataSourceDescriptor

toString

public String toString()
Overrides:
toString in class DataSourceDescriptor


Copyright © 2013. All Rights Reserved.