|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zlatan.sap.SalesOrder
Classe proxy per la creazione semplificata di un ordine d'acquisto
dentro SAP. Sono implementati soltanto i campi utilizzati da
InsertPurchaseOrder
.
InsertPurchaseOrder
Constructor Summary | |
SalesOrder(com.sap.mw.jco.JCO.Client connection)
Crea una nuova istanza di SalesOrder associata ad
una connessione SAP. |
Method Summary | |
java.util.Vector |
executeCreation()
|
com.sap.mw.jco.JCO.Client |
getConnection()
Getter for property connection. |
void |
setDistributionChannel(java.lang.String distributionChannel)
Setter for property distributionChannel. |
void |
setDivision(java.lang.String division)
Setter for property division. |
void |
setDocumentType(java.lang.String documentType)
Setter for property documentType. |
void |
setMaterials(java.util.Vector materials)
Setter for property materials. |
void |
setPartnerNumber(java.lang.String partnerNumber)
Setter for property partnerNumber. |
void |
setPartnerRole(java.lang.String partnerRole)
Setter for property partnerRole. |
void |
setPurchaseOrderNumber(java.lang.String purchaseOrderNumber)
Setter for property purchaseOrderNumber. |
void |
setSalesOrganization(java.lang.String salesOrganization)
Setter for property salesOrganization. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SalesOrder(com.sap.mw.jco.JCO.Client connection)
SalesOrder
associata ad
una connessione SAP.
Method Detail |
public com.sap.mw.jco.JCO.Client getConnection()
public void setDocumentType(java.lang.String documentType)
documentType
- New value of property documentType.public void setSalesOrganization(java.lang.String salesOrganization)
salesOrganization
- New value of property salesOrganization.public void setDistributionChannel(java.lang.String distributionChannel)
distributionChannel
- New value of property distributionChannel.public void setDivision(java.lang.String division)
division
- New value of property division.public void setPurchaseOrderNumber(java.lang.String purchaseOrderNumber)
purchaseOrderNumber
- New value of property purchaseOrderNumber.public void setMaterials(java.util.Vector materials)
materials
- New value of property materials.public void setPartnerNumber(java.lang.String partnerNumber) throws SAPGeneralErrorException
partnerNumber
- New value of property partnerNumber.
SAPGeneralErrorException
public void setPartnerRole(java.lang.String partnerRole)
partnerRole
- New value of property partnerRole.public java.util.Vector executeCreation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |