Class CsticValueData
java.lang.Object
de.hybris.platform.sap.productconfig.facades.CsticValueData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Please use price and showDeltaPricegetKey()getMedia()getName()getPrice()booleanbooleanbooleanbooleanvoidsetDeltaPrice(PriceData deltaPrice) Deprecated, for removal: This API element is subject to removal in a future version.Please use price and showDeltaPricevoidvoidsetLangdepname(String langdepname) voidsetLongText(String longText) voidsetLongTextHTMLFormat(boolean longTextHTMLFormat) voidvoidsetMessages(List<ProductConfigMessageData> messages) voidvoidsetObsoletePrice(PriceData obsoletePrice) voidvoidsetReadonly(boolean readonly) voidsetSelected(boolean selected) voidsetShowDeltaPrice(boolean showDeltaPrice)
-
Constructor Details
-
CsticValueData
public CsticValueData()
-
-
Method Details
-
setKey
-
getKey
-
setSelected
public void setSelected(boolean selected) -
isSelected
public boolean isSelected() -
setReadonly
public void setReadonly(boolean readonly) -
isReadonly
public boolean isReadonly() -
setName
-
getName
-
setLangdepname
-
getLangdepname
-
setLongText
-
getLongText
-
setLongTextHTMLFormat
public void setLongTextHTMLFormat(boolean longTextHTMLFormat) -
isLongTextHTMLFormat
public boolean isLongTextHTMLFormat() -
setDeltaPrice
Deprecated, for removal: This API element is subject to removal in a future version.Please use price and showDeltaPrice -
getDeltaPrice
Deprecated, for removal: This API element is subject to removal in a future version.Please use price and showDeltaPrice -
setPrice
-
getPrice
-
setObsoletePrice
-
getObsoletePrice
-
setShowDeltaPrice
public void setShowDeltaPrice(boolean showDeltaPrice) -
isShowDeltaPrice
public boolean isShowDeltaPrice() -
setMedia
-
getMedia
-
setMessages
-
getMessages
-