com.tivoli.twg.cim
Class aCIMAccessPair

java.lang.Object
  extended bycom.tivoli.twg.cim.aCIMAccessPair
Direct Known Subclasses:
CIMAccessPair

public abstract class aCIMAccessPair
extends java.lang.Object

This abstract class represents the twople required for bulk get/set operations. It consists of an instance to target the request at, and a list of properties to perform the action against. An array of these are required input for bulk get/set operations, and an array of these will be returned in response to ALL get/set operations.

See Also:
iCIMAccessor

Constructor Summary
aCIMAccessPair(aCIMInstance Instance, aCIMProperty[] Property)
          Construct a new instance.
 
Method Summary
 aCIMInstance GetInstance()
          Retrieve the Instance associated with this AccessPair
 aCIMProperty[] GetProperty()
          Retrieve the Property array associated with this AccessPair
 void SetInstance(aCIMInstance Instance)
          Set the Instance associated with this AccessPair
 void SetProperty(aCIMProperty[] Property)
          Set the Property array associated with this AccessPair
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

aCIMAccessPair

public aCIMAccessPair(aCIMInstance Instance,
                      aCIMProperty[] Property)
Construct a new instance.

Method Detail

GetInstance

public aCIMInstance GetInstance()
Retrieve the Instance associated with this AccessPair

Returns:
aCIMInstance

SetInstance

public void SetInstance(aCIMInstance Instance)
Set the Instance associated with this AccessPair


GetProperty

public aCIMProperty[] GetProperty()
Retrieve the Property array associated with this AccessPair

Returns:
aCIMProperty[]

SetProperty

public void SetProperty(aCIMProperty[] Property)
Set the Property array associated with this AccessPair

Returns:
aCIMProperty[]