org.sblim.wbem.client.operations
Class CIMSetPropertyOp

java.lang.Object
  extended byorg.sblim.wbem.client.operations.CIMOperation
      extended byorg.sblim.wbem.client.operations.CIMSetPropertyOp

public class CIMSetPropertyOp
extends CIMOperation


Field Summary
protected  CIMValue iCimValue
           
protected  java.lang.String iPropertyName
           
 
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMSetPropertyOp(CIMObjectPath objectName, java.lang.String propertyName, CIMValue cimValue)
           
 
Method Summary
 CIMValue getCimValue()
          Returns cimValue
 java.lang.String getPropertyName()
          Returns propertyName
 
Methods inherited from class org.sblim.wbem.client.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 java.lang.String iPropertyName

iCimValue

protected CIMValue iCimValue
Constructor Detail

CIMSetPropertyOp

public CIMSetPropertyOp(CIMObjectPath objectName,
                        java.lang.String propertyName,
                        CIMValue cimValue)
Method Detail

getCimValue

public CIMValue getCimValue()
Returns cimValue

Returns:
The value of cimValue.

getPropertyName

public java.lang.String getPropertyName()
Returns propertyName

Returns:
The value of propertyName.


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