java.lang.Object
de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.CPSCreateConfigInput
All Implemented Interfaces:
Serializable

public class CPSCreateConfigInput extends Object implements Serializable
See Also:
  • Constructor Details

    • CPSCreateConfigInput

      public CPSCreateConfigInput()
  • Method Details

    • setProductKey

      public void setProductKey(String productKey)
    • getProductKey

      public String getProductKey()
    • setDate

      public void setDate(String date)
    • getDate

      public String getDate()
    • setContext

      public void setContext(List<CPSContextInfo> context)
    • getContext

      public List<CPSContextInfo> getContext()