Package org.cxml
Class IndexItemPunchout
- java.lang.Object
-
- org.cxml.IndexItemPunchout
-
public class IndexItemPunchout extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ItemIDitemIDprotected PunchoutDetailpunchoutDetail
-
Constructor Summary
Constructors Constructor Description IndexItemPunchout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemIDgetItemID()Gets the value of the itemID property.PunchoutDetailgetPunchoutDetail()Gets the value of the punchoutDetail property.voidsetItemID(ItemID value)Sets the value of the itemID property.voidsetPunchoutDetail(PunchoutDetail value)Sets the value of the punchoutDetail property.
-
-
-
Field Detail
-
itemID
protected ItemID itemID
-
punchoutDetail
protected PunchoutDetail punchoutDetail
-
-
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
-
getPunchoutDetail
public PunchoutDetail getPunchoutDetail()
Gets the value of the punchoutDetail property.- Returns:
- possible object is
PunchoutDetail
-
setPunchoutDetail
public void setPunchoutDetail(PunchoutDetail value)
Sets the value of the punchoutDetail property.- Parameters:
value- allowed object isPunchoutDetail
-
-