Package org.cxml
Class ItemDetailIndustry
- java.lang.Object
-
- org.cxml.ItemDetailIndustry
-
public class ItemDetailIndustry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ItemDetailRetailitemDetailRetail
-
Constructor Summary
Constructors Constructor Description ItemDetailIndustry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemDetailRetailgetItemDetailRetail()Gets the value of the itemDetailRetail property.voidsetItemDetailRetail(ItemDetailRetail value)Sets the value of the itemDetailRetail property.
-
-
-
Field Detail
-
itemDetailRetail
protected ItemDetailRetail itemDetailRetail
-
-
Method Detail
-
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 isItemDetailRetail
-
-