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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlatformProfileImpl
public PlatformProfileImpl()
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