fipaos.agent.profile
Class DatabaseProfileImpl

java.lang.Object
  |
  +--fipaos.agent.profile.ProfileImpl
        |
        +--fipaos.agent.profile.DatabaseProfileImpl
All Implemented Interfaces:
DatabaseProfile, Profile

public class DatabaseProfileImpl
extends ProfileImpl
implements DatabaseProfile


Constructor Summary
DatabaseProfileImpl()
           
 
Method Summary
 java.lang.String getDatabaseLocation()
           
 java.lang.String getDatabaseType()
           
 void setDatabaseLocation(java.lang.String databaseLocation)
           
 void setDatabaseType(java.lang.String databaseType)
           
 
Methods inherited from class fipaos.agent.profile.ProfileImpl
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fipaos.agent.profile.Profile
getName, setName
 

Constructor Detail

DatabaseProfileImpl

public DatabaseProfileImpl()
Method Detail

setDatabaseType

public void setDatabaseType(java.lang.String databaseType)
Specified by:
setDatabaseType in interface DatabaseProfile

getDatabaseType

public java.lang.String getDatabaseType()
Specified by:
getDatabaseType in interface DatabaseProfile

setDatabaseLocation

public void setDatabaseLocation(java.lang.String databaseLocation)
Specified by:
setDatabaseLocation in interface DatabaseProfile

getDatabaseLocation

public java.lang.String getDatabaseLocation()
Specified by:
getDatabaseLocation in interface DatabaseProfile