com.highdeal.admin.hci
Class ParameterOperationResult

java.lang.Object
  extended by com.highdeal.admin.hci.ParameterOperationResult
All Implemented Interfaces:
OperationResult, XMLMarshallable
Direct Known Subclasses:
GetParameterValueResult, ResetParameterValueResult, SetParameterValueResult

public abstract class ParameterOperationResult
extends java.lang.Object
implements OperationResult

This abstract Java class facilitates the handling of the operation results relating to the management of system parameters in the connected SAP CC system;


Field Summary
protected  AdminParameterModel model
           
 
Constructor Summary
ParameterOperationResult()
           
 
Method Summary
 AdminParameterModel getParameter()
          Gets the parameter information.
 void setParameter(AdminParameterModel model)
          Sets the parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.highdeal.hci.OperationResult
getOperandReference
 
Methods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, marshal, setAttributes
 

Field Detail

model

protected AdminParameterModel model
Constructor Detail

ParameterOperationResult

public ParameterOperationResult()
Method Detail

setParameter

public void setParameter(AdminParameterModel model)
Sets the parameter.

Parameters:
model - The parameter to set

getParameter

public AdminParameterModel getParameter()
Gets the parameter information.

Returns:
The SAP CC system parameter

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)