Package org.cxml
Class IndexItemAdd
- java.lang.Object
-
- org.cxml.IndexItemAdd
-
public class IndexItemAdd extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IndexItemDetailindexItemDetailprotected ItemDetailitemDetailprotected ItemIDitemID
-
Constructor Summary
Constructors Constructor Description IndexItemAdd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexItemDetailgetIndexItemDetail()Gets the value of the indexItemDetail property.ItemDetailgetItemDetail()Gets the value of the itemDetail property.ItemIDgetItemID()Gets the value of the itemID property.voidsetIndexItemDetail(IndexItemDetail value)Sets the value of the indexItemDetail property.voidsetItemDetail(ItemDetail value)Sets the value of the itemDetail property.voidsetItemID(ItemID value)Sets the value of the itemID property.
-
-
-
Field Detail
-
itemID
protected ItemID itemID
-
itemDetail
protected ItemDetail itemDetail
-
indexItemDetail
protected IndexItemDetail indexItemDetail
-
-
Method Detail
-
getItemID
public ItemID getItemID()
Gets the value of the itemID property.- Returns:
- possible object is
ItemID
-
setItemID
public void setItemID(ItemID value)
Sets the value of the itemID property.- Parameters:
value- allowed object isItemID
-
getItemDetail
public ItemDetail getItemDetail()
Gets the value of the itemDetail property.- Returns:
- possible object is
ItemDetail
-
setItemDetail
public void setItemDetail(ItemDetail value)
Sets the value of the itemDetail property.- Parameters:
value- allowed object isItemDetail
-
getIndexItemDetail
public IndexItemDetail getIndexItemDetail()
Gets the value of the indexItemDetail property.- Returns:
- possible object is
IndexItemDetail
-
setIndexItemDetail
public void setIndexItemDetail(IndexItemDetail value)
Sets the value of the indexItemDetail property.- Parameters:
value- allowed object isIndexItemDetail
-
-