public class ControlKeys
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ASNInstruction |
asnInstruction |
protected InvoiceInstruction |
invoiceInstruction |
protected OCInstruction |
ocInstruction |
| Constructor and Description |
|---|
ControlKeys() |
| Modifier and Type | Method and Description |
|---|---|
ASNInstruction |
getASNInstruction()
Gets the value of the asnInstruction property.
|
InvoiceInstruction |
getInvoiceInstruction()
Gets the value of the invoiceInstruction property.
|
OCInstruction |
getOCInstruction()
Gets the value of the ocInstruction property.
|
void |
setASNInstruction(ASNInstruction value)
Sets the value of the asnInstruction property.
|
void |
setInvoiceInstruction(InvoiceInstruction value)
Sets the value of the invoiceInstruction property.
|
void |
setOCInstruction(OCInstruction value)
Sets the value of the ocInstruction property.
|
protected OCInstruction ocInstruction
protected ASNInstruction asnInstruction
protected InvoiceInstruction invoiceInstruction
public OCInstruction getOCInstruction()
OCInstructionpublic void setOCInstruction(OCInstruction value)
value - allowed object is
OCInstructionpublic ASNInstruction getASNInstruction()
ASNInstructionpublic void setASNInstruction(ASNInstruction value)
value - allowed object is
ASNInstructionpublic InvoiceInstruction getInvoiceInstruction()
InvoiceInstructionpublic void setInvoiceInstruction(InvoiceInstruction value)
value - allowed object is
InvoiceInstructionCopyright © 2018 SAP SE. All Rights Reserved.