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

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

    • CPSConflict

      public CPSConflict()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setType

      public void setType(Integer type)
    • getType

      public Integer getType()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setItemIds

      public void setItemIds(List<String> itemIds)
    • getItemIds

      public List<String> getItemIds()
    • setVariables

      public void setVariables(List<CPSVariable> variables)
    • getVariables

      public List<CPSVariable> getVariables()
    • setExplanation

      public void setExplanation(String explanation)
    • getExplanation

      public String getExplanation()
    • setNogoods

      public void setNogoods(List<CPSNogood> nogoods)
    • getNogoods

      public List<CPSNogood> getNogoods()