ABLE, Version 1.1b

com.ibm.able.platform.agents
Class FipaApDescription

java.lang.Object
  |
  +--com.ibm.able.platform.agents.FipaApDescription

public class FipaApDescription
extends java.lang.Object
implements java.io.Serializable

This class provides an implementation of a FIPA Agent Platform description.

Version:
$Revision: 1.2 $, $Date: 2000/02/08 15:13:58 $
See Also:
Serialized Form

Constructor Summary
FipaApDescription()
          Create a new, empty FIPA Agent Platform description.
FipaApDescription(java.lang.String thePlatformName)
          Create a new FIPA Agent Platform description, and initialize it with specified parameters.
 
Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
 java.lang.String getCertificationAuthority()
          Retrieve the certificationAuthority.
 boolean getDynamicRegistration()
          Retrieve the dynamic registration.
 int getFipaManCompliance()
          Retrieve the fipaManCompliance.
 java.lang.String getIiopUrl()
          Retrieve the IIOP URL.
 boolean getMobility()
          Retrieve the mobility.
 java.lang.String getOwnership()
          Retrieve the ownership.
 java.lang.String getPlatformName()
          Retrieve the name of the platform.
 void setCertificationAuthority(java.lang.String theCertificationAuthority)
          Set the certification authority.
 void setDynamicRegistration(boolean theDynamicRegistration)
          Set the dynamic registration.
 void setFipaManCompliance(int theFipaManComplianceId)
          Set the fipaManCompliance.
 void setIiopUrl(java.lang.String theIiopUrl)
          Set the IIOP URL.
 void setMobility(boolean theMobility)
          Set the mobility.
 void setOwnership(java.lang.String theOwnership)
          Set the ownership.
 void setPlatformName(java.lang.String thePlatformName)
          Set the name of the platform.
 java.lang.String toString()
          Retrieve a string describing (the contents of) the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FipaApDescription

public FipaApDescription()
Create a new, empty FIPA Agent Platform description. The content must be filled in before the object can be used.

FipaApDescription

public FipaApDescription(java.lang.String thePlatformName)
Create a new FIPA Agent Platform description, and initialize it with specified parameters.
Parameters:
thePlatformName - The name of the platform.

Method Detail

getPlatformName

public java.lang.String getPlatformName()
Retrieve the name of the platform.
Returns:
A platform name.

setPlatformName

public void setPlatformName(java.lang.String thePlatformName)
Set the name of the platform.
Parameters:
thePlatformName - A name of a platform.


getIiopUrl

public java.lang.String getIiopUrl()
Retrieve the IIOP URL.
Returns:
The IIOP URL.

setIiopUrl

public void setIiopUrl(java.lang.String theIiopUrl)
Set the IIOP URL.
Parameters:
theIiopUrl - The IIOP URL.


getDynamicRegistration

public boolean getDynamicRegistration()
Retrieve the dynamic registration.
Returns:
The dynamic registration.

setDynamicRegistration

public void setDynamicRegistration(boolean theDynamicRegistration)
Set the dynamic registration.
Parameters:
theDynamicRegistration - The dynamic registration.


getMobility

public boolean getMobility()
Retrieve the mobility.
Returns:
The mobility.

setMobility

public void setMobility(boolean theMobility)
Set the mobility.
Parameters:
theMobility - The mobility.


getOwnership

public java.lang.String getOwnership()
Retrieve the ownership.
Returns:
The ownership.

setOwnership

public void setOwnership(java.lang.String theOwnership)
Set the ownership.
Parameters:
theOwnership - The ownership.


getCertificationAuthority

public java.lang.String getCertificationAuthority()
Retrieve the certificationAuthority.
Returns:
The certificationAuthority.

setCertificationAuthority

public void setCertificationAuthority(java.lang.String theCertificationAuthority)
Set the certification authority.
Parameters:
theCertificationAuthority - The certificationAuthority.


getFipaManCompliance

public int getFipaManCompliance()
Retrieve the fipaManCompliance.
Returns:
The fipaManCompliance.

setFipaManCompliance

public void setFipaManCompliance(int theFipaManComplianceId)
                          throws java.lang.IllegalArgumentException
Set the fipaManCompliance.
Parameters:
theFipaManComplianceId - The fipaManCompliance.


toString

public java.lang.String toString()
Retrieve a string describing (the contents of) the object.
Returns:
A String containing the current contents of the object.
Overrides:
toString in class java.lang.Object

Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.

ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'