fipaos.agent.profile
Class ProfileImpl

java.lang.Object
  |
  +--fipaos.agent.profile.ProfileImpl
All Implemented Interfaces:
Profile
Direct Known Subclasses:
ACCProfileImpl, AgentProfileImpl, DatabaseProfileImpl, LoaderProfileImpl, PlatformProfileImpl, ProtocolProfileImpl, RemoteAgentPlatformProfileImpl, TaskManagerProfileImpl

public class ProfileImpl
extends java.lang.Object
implements Profile


Constructor Summary
ProfileImpl()
           
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileImpl

public ProfileImpl()
Method Detail

setName

public void setName(java.lang.String name)
Specified by:
setName in interface Profile

getName

public java.lang.String getName()
Specified by:
getName in interface Profile