com.bmc.cmdb.api
Class CMDBFederatedARInfo

java.lang.Object
  extended by com.bmc.cmdb.api.CMDBFederatedARInfo

public class CMDBFederatedARInfo
extends java.lang.Object

The CMDBFederatedARInfo class allows you to define the AR System-related federated interface information for an instance. An object of this class determines which data from AR System is displayed and how it is accessed from BMC Atrium CMDB. Once you create the CMDBFederatedARInfo object, you can run queries against it.


Constructor Summary
CMDBFederatedARInfo()
          Constructor that creates an empty CMDBFederatedARInfo object.
CMDBFederatedARInfo(int aArAccessType, java.lang.String aServer, java.lang.String aForm, java.lang.String aView, java.lang.String aQualifier, java.lang.String aUrl)
          Creates a CMDBFederatedARInfo object with the specified AR System server, AR System form, form view, qualifier information, and URL to access the AR System form.
 
Method Summary
 int getArAccessType()
          Gets the access type for the CMDBFederatedARInfo object.
 java.lang.String getForm()
          Gets the AR System form for the CMDBFederatedARInfo object.
 java.lang.String getQualifier()
          Gets the qualifier for the CMDBFederatedARInfo object.
 java.lang.String getServer()
          Gets the AR System server that contains the AR System form.
 java.lang.String getUrl()
          Gets the URL for accessing the AR System form.
 java.lang.String getView()
          Gets the AR System form view for the CMDBFederatedARInfo object.
 void setArAccessType(int aArAccessType)
          Sets the access type for the CMDBFederatedARInfo object.
 void setForm(java.lang.String aForm)
          Sets the AR System form for the CMDBFederatedARInfo object.
 void setQualifier(java.lang.String aQualifier)
          Sets the qualifier for the CMDBFederatedARInfo object.
 void setServer(java.lang.String aServer)
          Sets the AR System server that contains the AR System form.
 void setUrl(java.lang.String aUrl)
          Sets url for accessing the AR System form for the CMDBFederatedARInfo object.
 void setView(java.lang.String aView)
          Sets the AR System form view for the CMDBFederatedARInfo object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMDBFederatedARInfo

public CMDBFederatedARInfo()
Constructor that creates an empty CMDBFederatedARInfo object.


CMDBFederatedARInfo

public CMDBFederatedARInfo(int aArAccessType,
                           java.lang.String aServer,
                           java.lang.String aForm,
                           java.lang.String aView,
                           java.lang.String aQualifier,
                           java.lang.String aUrl)
Creates a CMDBFederatedARInfo object with the specified AR System server, AR System form, form view, qualifier information, and URL to access the AR System form.

Parameters:
aServer - AR System server that contains the AR System form
aForm - AR System form
aView - AR System form view
aQualifier - query that is submitted to the AR System form
aUrl - URL for the AR System form
Method Detail

getArAccessType

public int getArAccessType()
Gets the access type for the CMDBFederatedARInfo object.

Returns:
arAccessType of the CMDBFederatedARInfo object

getServer

public java.lang.String getServer()
Gets the AR System server that contains the AR System form.

Returns:
AR System server of the CMDBFederatedARInfo object

getForm

public java.lang.String getForm()
Gets the AR System form for the CMDBFederatedARInfo object.

Returns:
AR System form of the CMDBFederatedARInfo object

getView

public java.lang.String getView()
Gets the AR System form view for the CMDBFederatedARInfo object.

Returns:
view of given CMDBFederatedARInfo object

getQualifier

public java.lang.String getQualifier()
Gets the qualifier for the CMDBFederatedARInfo object. The qualifier contains the query that is submitted to the AR System form.

Returns:
qualifier for the CMDBFederatedARInfo object

getUrl

public java.lang.String getUrl()
Gets the URL for accessing the AR System form.

Returns:
url of given CMDBFederatedARInfo object

setArAccessType

public void setArAccessType(int aArAccessType)
Sets the access type for the CMDBFederatedARInfo object.

Parameters:
aArAccessType - access type for the CMDBFederatedARInfo object.

setServer

public void setServer(java.lang.String aServer)
Sets the AR System server that contains the AR System form.

Parameters:
aServer - AR System server for the CMDBFederatedARInfo object.

setForm

public void setForm(java.lang.String aForm)
Sets the AR System form for the CMDBFederatedARInfo object.

Parameters:
aForm - AR System form for the CMDBFederatedARInfo object

setView

public void setView(java.lang.String aView)
Sets the AR System form view for the CMDBFederatedARInfo object.

Parameters:
aView - AR System form view for the CMDBFederatedARInfo object

setQualifier

public void setQualifier(java.lang.String aQualifier)
Sets the qualifier for the CMDBFederatedARInfo object. The qualifier contains the query that is submitted to the AR System form.

Parameters:
aQualifier - qualifier for the CMDBFederatedARInfo object

setUrl

public void setUrl(java.lang.String aUrl)
Sets url for accessing the AR System form for the CMDBFederatedARInfo object.

Parameters:
aUrl - URL for the CMDBFederatedARInfo object


(c) Copyright 2004-2007 BMC Software, Inc.