Package com.highdeal.admin.hci
Class ParameterOperationResult
java.lang.Object
com.highdeal.admin.hci.ParameterOperationResult
- All Implemented Interfaces:
OperationResult,XMLMarshallable
- Direct Known Subclasses:
GetParameterValueResult,ResetParameterValueResult,SetParameterValueResult
This
abstract Java class facilitates the handling of the operation results relating to the management of system parameters in the connected SAP CC system;-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets theparameter information.voidsetParameter(AdminParameterModel model) Sets the parameter.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.highdeal.hci.OperationResult
getOperandReferenceMethods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, marshal, setAttributes
-
Constructor Details
-
ParameterOperationResult
public ParameterOperationResult()
-
-
Method Details
-
setParameter
Sets the parameter.- Parameters:
model- The parameter to set
-
getParameter
Gets theparameter information.- Returns:
- The SAP CC system parameter
-