|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.cim.aCIMAccessPair
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.
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 |
public aCIMAccessPair(aCIMInstance Instance, aCIMProperty[] Property)
Method Detail |
public aCIMInstance GetInstance()
public void SetInstance(aCIMInstance Instance)
public aCIMProperty[] GetProperty()
public void SetProperty(aCIMProperty[] Property)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |