|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.payment.objects.BuyerPurchaseOrderBean
This bean provides access to the BUYERPO table.
The following is a description of this table:
Each row of this table represents a Purchase Order Number that the Buyer organization of the Account has defined or used for Trading with the Seller organization. The number is only unique within the Account.
Constructor Summary | |
BuyerPurchaseOrderBean()
|
Method Summary | |
java.lang.Long |
getAccountId()
This method provides access to the BUYERPO.ACCOUNT_ID column of DB2 type BIGINT NULL. |
java.math.BigDecimal |
getAmount()
This method provides access to the BUYERPO.AMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Long |
getBuyerPurchaseOrderId()
This method provides access to the BUYERPO.BUYERPO_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getBuyerPurchaseOrderTypeId()
This method provides access to the BUYERPO.BUYERPOTYP_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the BUYERPO.SETCCURR column of DB2 type CHAR(3) NULL. |
java.lang.String |
getPurchaseOrderNumber()
This method provides access to the BUYERPO.PONUMBER column of DB2 type VARCHAR(128) NOT NULL. |
java.lang.Integer |
getState()
This method provides access to the BUYERPO.STATE column of DB2 type INTEGER NULL. |
void |
setAccountId(java.lang.Long aAccountId)
This method provides access to the BUYERPO.ACCOUNT_ID column of DB2 type BIGINT NULL. |
void |
setAmount(java.math.BigDecimal aAmount)
This method provides access to the BUYERPO.AMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setBuyerPurchaseOrderId(java.lang.Long aBuyerPurchaseOrderId)
This method provides access to the BUYERPO.BUYERPO_ID column of DB2 type BIGINT NOT NULL. |
void |
setBuyerPurchaseOrderTypeId(java.lang.Integer aBuyerPurchaseOrderTypeId)
This method provides access to the BUYERPO.BUYERPOTYP_ID column of DB2 type INTEGER NOT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the BUYERPO.SETCCURR column of DB2 type CHAR(3) NULL. |
void |
setPurchaseOrderNumber(java.lang.String aPurchaseOrderNumber)
This method provides access to the BUYERPO.PONUMBER column of DB2 type VARCHAR(128) NOT NULL. |
void |
setState(java.lang.Integer aState)
This method provides access to the BUYERPO.STATE column of DB2 type INTEGER NULL. |
Constructor Detail |
public BuyerPurchaseOrderBean()
Method Detail |
public java.lang.Long getAccountId()
This method provides access to the BUYERPO.ACCOUNT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the business account to which the Buyer Purchase Order Number belongs. Foreign key to the ACCOUNT table.
public java.math.BigDecimal getAmount()
This method provides access to the BUYERPO.AMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Amount for Limited Purchase Order.
public java.lang.Long getBuyerPurchaseOrderId()
This method provides access to the BUYERPO.BUYERPO_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
public java.lang.Integer getBuyerPurchaseOrderTypeId()
This method provides access to the BUYERPO.BUYERPOTYP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Type of the Buyer Purchase Order Number. The types are defined in the BUYERPOTYP table.
public java.lang.String getCurrency()
This method provides access to the BUYERPO.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency of the Amount field. Alphabetic currency code as per ISO 4217.
public java.lang.String getPurchaseOrderNumber()
This method provides access to the BUYERPO.PONUMBER column of DB2 type VARCHAR(128) NOT NULL.
The following is a description of this column:
The Buyer Purchase Order Number.
public java.lang.Integer getState()
This method provides access to the BUYERPO.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
State of the Purchase Order Number: 0=Undefined, 1=Active, available for Order, 2=Closed, cannot be used for Order.
public void setAccountId(java.lang.Long aAccountId)
This method provides access to the BUYERPO.ACCOUNT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the business account to which the Buyer Purchase Order Number belongs. Foreign key to the ACCOUNT table.
aAccountId
- java.lang.Longpublic void setAmount(java.math.BigDecimal aAmount)
This method provides access to the BUYERPO.AMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Amount for Limited Purchase Order.
aAmount
- java.math.BigDecimalpublic void setBuyerPurchaseOrderId(java.lang.Long aBuyerPurchaseOrderId)
This method provides access to the BUYERPO.BUYERPO_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
aBuyerPurchaseOrderId
- java.lang.Longpublic void setBuyerPurchaseOrderTypeId(java.lang.Integer aBuyerPurchaseOrderTypeId)
This method provides access to the BUYERPO.BUYERPOTYP_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Type of the Buyer Purchase Order Number. The types are defined in the BUYERPOTYP table.
aBuyerPurchaseOrderTypeId
- java.lang.Integerpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the BUYERPO.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency of the Amount field. Alphabetic currency code as per ISO 4217.
aCurrency
- java.lang.Stringpublic void setPurchaseOrderNumber(java.lang.String aPurchaseOrderNumber)
This method provides access to the BUYERPO.PONUMBER column of DB2 type VARCHAR(128) NOT NULL.
The following is a description of this column:
The Buyer Purchase Order Number.
aPurchaseOrderNumber
- java.lang.Stringpublic void setState(java.lang.Integer aState)
This method provides access to the BUYERPO.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
State of the Purchase Order Number: 0=Undefined, 1=Active, available for Order, 2=Closed, cannot be used for Order.
aState
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |