fipaos.agent.profile
Interface DatabaseProfile

All Superinterfaces:
Profile
All Known Implementing Classes:
DatabaseProfileImpl

public interface DatabaseProfile
extends Profile


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 interface fipaos.agent.profile.Profile
getName, setName
 

Method Detail

setDatabaseType

public void setDatabaseType(java.lang.String databaseType)

getDatabaseType

public java.lang.String getDatabaseType()

setDatabaseLocation

public void setDatabaseLocation(java.lang.String databaseLocation)

getDatabaseLocation

public java.lang.String getDatabaseLocation()