Class ProductConfigMessageImpl
java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.model.impl.BaseModelImpl
de.hybris.platform.sap.productconfig.runtime.interf.model.impl.ProductConfigMessageImpl
- All Implemented Interfaces:
BaseModel,ProductConfigMessage,Serializable,Cloneable
- Direct Known Subclasses:
ProductConfigMessageImplTest.DummyProductConfigMessageImpl
A Message class implementation for CPQ
This class is immutable.
This class is immutable.
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.sap.productconfig.runtime.interf.model.impl.BaseModelImpl
DEFAULT_ARRAY_LIST_CAPACITY -
Method Summary
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceProductConfigMessage- Returns:
- the key of this message, which is unique for a given message source
-
getMessage
- Specified by:
getMessagein interfaceProductConfigMessage- Returns:
- localized message
-
getSource
- Specified by:
getSourcein interfaceProductConfigMessage- Returns:
- source of the message
-
getSeverity
- Specified by:
getSeverityin interfaceProductConfigMessage- Returns:
- severity of the message
-
getSourceSubType
- Specified by:
getSourceSubTypein interfaceProductConfigMessage- Returns:
- sub type of the message source
-
getExtendedMessage
- Specified by:
getExtendedMessagein interfaceProductConfigMessage- Returns:
- localized extended message
-
getEndDate
- Specified by:
getEndDatein interfaceProductConfigMessage- Returns:
- endDate of the message
-
getPromoType
- Specified by:
getPromoTypein interfaceProductConfigMessage- Returns:
- message type for promotion( is it oppotunity or applied promotion)
-
hashCode
public int hashCode() -
equals
-