Package org.cxml
Class IndexItemPunchout
java.lang.Object
org.cxml.IndexItemPunchout
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the itemID property.Gets the value of the punchoutDetail property.voidSets the value of the itemID property.voidsetPunchoutDetail(PunchoutDetail value) Sets the value of the punchoutDetail property.
-
Field Details
-
itemID
-
punchoutDetail
-
-
Constructor Details
-
IndexItemPunchout
public IndexItemPunchout()
-
-
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
-
getPunchoutDetail
Gets the value of the punchoutDetail property.- Returns:
- possible object is
PunchoutDetail
-
setPunchoutDetail
Sets the value of the punchoutDetail property.- Parameters:
value- allowed object isPunchoutDetail
-