fipaos.agent.profile
Class PlatformProfileImpl

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

public class PlatformProfileImpl
extends ProfileImpl
implements PlatformProfile


Constructor Summary
PlatformProfileImpl()
           
 
Method Summary
 java.lang.String getAMSAddress()
           
 boolean getDynamic()
           
 java.lang.String getHAPName()
           
 boolean getMobility()
           
 java.lang.String getProfileDirectory()
           
 void setAMSAddress(java.lang.String AMSAddress)
           
 void setDynamic(boolean dynamic)
           
 void setHAPName(java.lang.String HAPName)
           
 void setMobility(boolean mobility)
           
 void setProfileDirectory(java.lang.String profileDirectory)
           
 
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

PlatformProfileImpl

public PlatformProfileImpl()
Method Detail

setAMSAddress

public void setAMSAddress(java.lang.String AMSAddress)
Specified by:
setAMSAddress in interface PlatformProfile

getAMSAddress

public java.lang.String getAMSAddress()
Specified by:
getAMSAddress in interface PlatformProfile

setHAPName

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

getHAPName

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

setProfileDirectory

public void setProfileDirectory(java.lang.String profileDirectory)
Specified by:
setProfileDirectory in interface PlatformProfile

getProfileDirectory

public java.lang.String getProfileDirectory()
Specified by:
getProfileDirectory in interface PlatformProfile

setDynamic

public void setDynamic(boolean dynamic)
Specified by:
setDynamic in interface PlatformProfile

getDynamic

public boolean getDynamic()
Specified by:
getDynamic in interface PlatformProfile

setMobility

public void setMobility(boolean mobility)
Specified by:
setMobility in interface PlatformProfile

getMobility

public boolean getMobility()
Specified by:
getMobility in interface PlatformProfile