Class ConflictingAssumptionModelImpl
java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.model.impl.BaseModelImpl
de.hybris.platform.sap.productconfig.runtime.interf.model.impl.ConflictingAssumptionModelImpl
- All Implemented Interfaces:
BaseModel,ConflictingAssumptionModel,Serializable,Cloneable
public class ConflictingAssumptionModelImpl
extends BaseModelImpl
implements ConflictingAssumptionModel
Implementation of
ConflictingAssumptionModel- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.sap.productconfig.runtime.interf.model.impl.BaseModelImpl
DEFAULT_ARRAY_LIST_CAPACITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetCsticName(String csticName) voidvoidsetInstanceId(String instanceId) voidsetValueName(String valueName) toString()
-
Constructor Details
-
ConflictingAssumptionModelImpl
public ConflictingAssumptionModelImpl()
-
-
Method Details
-
getInstanceId
- Specified by:
getInstanceIdin interfaceConflictingAssumptionModel- Returns:
- the instanceId
-
getValueName
- Specified by:
getValueNamein interfaceConflictingAssumptionModel- Returns:
- Language independent name of value which causes the conflicting assumption
-
setCsticName
- Specified by:
setCsticNamein interfaceConflictingAssumptionModel
-
getCsticName
- Specified by:
getCsticNamein interfaceConflictingAssumptionModel- Returns:
- Language independent name of cstic which causes the conflicting assumption
-
setValueName
- Specified by:
setValueNamein interfaceConflictingAssumptionModel
-
setInstanceId
- Specified by:
setInstanceIdin interfaceConflictingAssumptionModel
-
toString
-
setId
- Specified by:
setIdin interfaceConflictingAssumptionModel
-
getId
- Specified by:
getIdin interfaceConflictingAssumptionModel- Returns:
- Assumption ID
-