org.sblim.cimclient.internal.wbem.operations

Class CIMSetPropertyOp

public class CIMSetPropertyOp extends CIMOperation

CIMSetPropertyOp
Field Summary
protected ObjectiCimValue
protected StringiPropertyName
Constructor Summary
CIMSetPropertyOp(CIMObjectPath objectName, String propertyName, Object cimValue)
Ctor.
Method Summary
ObjectgetCimValue()
Returns cimValue
StringgetPropertyName()
Returns propertyName

Field Detail

iCimValue

protected Object iCimValue

iPropertyName

protected String iPropertyName

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.