fipaos.agent.profile
Class DatabaseProfileImpl

fipaos.agent.profile.ProfileImpl
  |
  +--fipaos.agent.profile.DatabaseProfileImpl

public class DatabaseProfileImpl
extends ProfileImpl
implements DatabaseProfile


Constructor Summary
DatabaseProfileImpl()
           

Method Summary
 StringgetDatabaseLocation()
           
 StringgetDatabaseType()
           
 voidsetDatabaseLocation(String databaseLocation)
           
 voidsetDatabaseType(String databaseType)
           

Methods inherited from class fipaos.agent.profile.ProfileImpl
getName, setName

Constructor Detail

DatabaseProfileImpl

public DatabaseProfileImpl()
Method Detail

getDatabaseLocation

public String getDatabaseLocation()

getDatabaseType

public String getDatabaseType()

setDatabaseLocation

public void setDatabaseLocation(String databaseLocation)

setDatabaseType

public void setDatabaseType(String databaseType)

Association Links

to Class java.lang.String

to Class java.lang.String