Package org.cxml

Class ItemDetailIndustry

java.lang.Object
org.cxml.ItemDetailIndustry

public class ItemDetailIndustry extends Object
  • Field Details

    • isConfigurableMaterial

      protected String isConfigurableMaterial
    • itemDetailRetail

      protected ItemDetailRetail itemDetailRetail
  • Constructor Details

    • ItemDetailIndustry

      public ItemDetailIndustry()
  • Method Details

    • getIsConfigurableMaterial

      public String getIsConfigurableMaterial()
      Gets the value of the isConfigurableMaterial property.
      Returns:
      possible object is String
    • setIsConfigurableMaterial

      public void setIsConfigurableMaterial(String value)
      Sets the value of the isConfigurableMaterial property.
      Parameters:
      value - allowed object is String
    • getItemDetailRetail

      public ItemDetailRetail getItemDetailRetail()
      Gets the value of the itemDetailRetail property.
      Returns:
      possible object is ItemDetailRetail
    • setItemDetailRetail

      public void setItemDetailRetail(ItemDetailRetail value)
      Sets the value of the itemDetailRetail property.
      Parameters:
      value - allowed object is ItemDetailRetail