Class SapCpiConfig
- java.lang.Object
-
- de.hybris.platform.sap.sapcpiadapter.data.SapCpiConfig
-
- All Implemented Interfaces:
java.io.Serializable
public class SapCpiConfig extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SapCpiConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SapCpiTargetSystemgetSapCpiTargetSystem()voidsetSapCpiTargetSystem(SapCpiTargetSystem sapCpiTargetSystem)
-
-
-
Method Detail
-
setSapCpiTargetSystem
public void setSapCpiTargetSystem(SapCpiTargetSystem sapCpiTargetSystem)
-
getSapCpiTargetSystem
public SapCpiTargetSystem getSapCpiTargetSystem()
-
-