org.sblim.cimclient.internal.wbem.operations
Class CIMSetPropertyOp

java.lang.Object
  extended by org.sblim.cimclient.internal.wbem.operations.CIMOperation
      extended by org.sblim.cimclient.internal.wbem.operations.CIMSetPropertyOp

public class CIMSetPropertyOp
extends CIMOperation

CIMSetPropertyOp


Field Summary
protected  Object iCimValue
           
protected  String iPropertyName
           
 
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMSetPropertyOp(CIMObjectPath objectName, String propertyName, Object cimValue)
          Ctor.
 
Method Summary
 Object getCimValue()
          Returns cimValue
 String getPropertyName()
          Returns propertyName
 
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iPropertyName

protected String iPropertyName

iCimValue

protected Object iCimValue
Constructor Detail

CIMSetPropertyOp

public CIMSetPropertyOp(CIMObjectPath objectName,
                        String propertyName,
                        Object cimValue)
Ctor.

Parameters:
objectName -
propertyName -
cimValue -
Method Detail

getCimValue

public Object getCimValue()
Returns cimValue

Returns:
The value of cimValue.

getPropertyName

public String getPropertyName()
Returns propertyName

Returns:
The value of propertyName.


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.