Package org.cxml
Class IndexItemAdd
java.lang.Object
org.cxml.IndexItemAdd
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the indexItemDetail property.Gets the value of the itemDetail property.Gets the value of the itemID property.voidSets the value of the indexItemDetail property.voidsetItemDetail(ItemDetail value) Sets the value of the itemDetail property.voidSets the value of the itemID property.
-
Field Details
-
itemID
-
itemDetail
-
indexItemDetail
-
-
Constructor Details
-
IndexItemAdd
public IndexItemAdd()
-
-
Method Details
-
getItemID
Gets the value of the itemID property.- Returns:
- possible object is
ItemID
-
setItemID
Sets the value of the itemID property.- Parameters:
value- allowed object isItemID
-
getItemDetail
Gets the value of the itemDetail property.- Returns:
- possible object is
ItemDetail
-
setItemDetail
Sets the value of the itemDetail property.- Parameters:
value- allowed object isItemDetail
-
getIndexItemDetail
Gets the value of the indexItemDetail property.- Returns:
- possible object is
IndexItemDetail
-
setIndexItemDetail
Sets the value of the indexItemDetail property.- Parameters:
value- allowed object isIndexItemDetail
-