fipaos.agent.profile
Class RemoteAgentPlatformProfileImpl

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

public class RemoteAgentPlatformProfileImpl
extends ProfileImpl
implements RemoteAgentPlatformProfile


Constructor Summary
RemoteAgentPlatformProfileImpl()
           
 
Method Summary
 java.lang.String getAddressesLocation()
           
 java.lang.String getHAPName()
           
 void setAddressesLocation(java.lang.String addressesLocation)
           
 void setHAPName(java.lang.String HAPName)
           
 
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

RemoteAgentPlatformProfileImpl

public RemoteAgentPlatformProfileImpl()
Method Detail

setAddressesLocation

public void setAddressesLocation(java.lang.String addressesLocation)
Specified by:
setAddressesLocation in interface RemoteAgentPlatformProfile

getAddressesLocation

public java.lang.String getAddressesLocation()
Specified by:
getAddressesLocation in interface RemoteAgentPlatformProfile

setHAPName

public void setHAPName(java.lang.String HAPName)
Specified by:
setHAPName in interface RemoteAgentPlatformProfile

getHAPName

public java.lang.String getHAPName()
Specified by:
getHAPName in interface RemoteAgentPlatformProfile