java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.payment.objects.PaymentSummaryAccessBean
Each row of this table stores a payment summary XML that could be sent to an external accounting system. The summary is by Store, Account, and payment policy.
Constructor Summary | |
---|---|
PaymentSummaryAccessBean() constructor | |
PaymentSummaryAccessBean(java.lang.Integer arg0,
java.sql.Timestamp arg1, java.sql.Timestamp arg2,
java.math.BigDecimal arg3) constructor | |
PaymentSummaryAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.lang.String |
getAccountId() This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT. |
java.lang.Long |
getAccountIdInEJBType() This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT. |
java.lang.String |
getCreditLineId() This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT. |
java.lang.Long |
getCreditLineIdInEJBType() This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT. |
java.lang.String |
getCurrency() This method provides access to the PAYSUMMARY.SETCCURR column of DB2 type CHAR(3). |
java.lang.String |
getPaymentSummaryId() This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getPaymentSummaryIdInEJBType() This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPaymentSummaryXML() This method accesses a non-CMP field |
java.lang.String |
getPeriodEndTime() This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getPeriodEndTimeInEJBType() This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getPeriodStartTime() This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getPeriodStartTimeInEJBType() This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getPolicyId() This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT. |
java.lang.Long |
getPolicyIdInEJBType() This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT. |
java.lang.String |
getStatus() This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER. |
java.lang.Integer |
getStatusInEJBType() This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER. |
java.lang.String |
getStoreEntityId() This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntityIdInEJBType() This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTotalCharge() This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20 5) NOT NULL. |
java.math.BigDecimal |
getTotalChargeInEJBType() This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20 5) NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setAccountId(java.lang.Long newValue) This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT. |
void |
setAccountId(java.lang.String newValue) This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT. |
void |
setCreditLineId(java.lang.Long newValue) This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT. |
void |
setCreditLineId(java.lang.String newValue) This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT. |
void |
setCurrency(java.lang.String newValue) This method provides access to the PAYSUMMARY.SETCCURR column of DB2 type CHAR(3). |
void |
setInitKey_paymentSummaryId(java.lang.String newValue) Set the primary key for this object |
void |
setPaymentSummaryId(java.lang.Long newValue) This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL. |
void |
setPaymentSummaryId(java.lang.String newValue) This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL. |
void |
setPaymentSummaryXML(java.lang.String newValue) This method accesses a non-CMP field |
void |
setPeriodEndTime(java.lang.String newValue) This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setPeriodEndTime(java.sql.Timestamp newValue) This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setPeriodStartTime(java.lang.String newValue) This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setPeriodStartTime(java.sql.Timestamp newValue) This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setPolicyId(java.lang.Long newValue) This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT. |
void |
setPolicyId(java.lang.String newValue) This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT. |
void |
setStatus(java.lang.Integer newValue) This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER. |
void |
setStatus(java.lang.String newValue) This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER. |
void |
setStoreEntityId(java.lang.Integer newValue) This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntityId(java.lang.String newValue) This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setTotalCharge(java.math.BigDecimal newValue) This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20 5) NOT NULL. |
void |
setTotalCharge(java.lang.String newValue) This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20 5) NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public PaymentSummaryAccessBean()
public PaymentSummaryAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public PaymentSummaryAccessBean(java.lang.Integer arg0, java.sql.Timestamp arg1, java.sql.Timestamp arg2, java.math.BigDecimal arg3) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, java.rmi.RemoteException
arg0
- java.lang.Integerarg1
- java.sql.Timestamparg2
- java.sql.Timestamparg3
- java.math.BigDecimaljavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
java.rmi.RemoteException
Method Detail |
---|
public void setInitKey_paymentSummaryId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getPaymentSummaryXML() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getPaymentSummaryXML
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPaymentSummaryXML(java.lang.String newValue)
setPaymentSummaryXML
in interface
PaymentSummaryAccessBeanData
public java.lang.String getTotalCharge() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20 5) NOT NULL.
The following is a description of this column:
The Total charge amount represented by this Payment Summary in the default currency of the Store.
getTotalCharge
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getTotalChargeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20 5) NOT NULL.
The following is a description of this column:
The Total charge amount represented by this Payment Summary in the default currency of the Store.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTotalCharge(java.lang.String newValue)
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20 5) NOT NULL.
The following is a description of this column:
The Total charge amount represented by this Payment Summary in the default currency of the Store.
setTotalCharge
in interface
PaymentSummaryAccessBeanData
newValue
- Stringpublic void setTotalCharge(java.math.BigDecimal newValue)
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20 5) NOT NULL.
The following is a description of this column:
The Total charge amount represented by this Payment Summary in the default currency of the Store.
newValue
- java.math.BigDecimalpublic java.lang.String getAccountId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT.
The following is a description of this column:
The business account ID of this payment summary. May be null if there is no business account.
getAccountId
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getAccountIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT.
The following is a description of this column:
The business account ID of this payment summary. May be null if there is no business account.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAccountId(java.lang.String newValue)
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT.
The following is a description of this column:
The business account ID of this payment summary. May be null if there is no business account.
setAccountId
in interface
PaymentSummaryAccessBeanData
newValue
- Stringpublic void setAccountId(java.lang.Long newValue)
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT.
The following is a description of this column:
The business account ID of this payment summary. May be null if there is no business account.
newValue
- java.lang.Longpublic java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.SETCCURR column of DB2 type CHAR(3).
The following is a description of this column:
Currency of the Total Charge Amount field. Alphabetic currency code as per ISO 4217.
getCurrency
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
This method provides access to the PAYSUMMARY.SETCCURR column of DB2 type CHAR(3).
The following is a description of this column:
Currency of the Total Charge Amount field. Alphabetic currency code as per ISO 4217.
setCurrency
in interface
PaymentSummaryAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getPaymentSummaryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
getPaymentSummaryId
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getPaymentSummaryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPaymentSummaryId(java.lang.String newValue)
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
setPaymentSummaryId
in interface
PaymentSummaryAccessBeanData
newValue
- Stringpublic void setPaymentSummaryId(java.lang.Long newValue)
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
newValue
- java.lang.Longpublic java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER.
The following is a description of this column:
Flag to indicate if the Payment Summary has been sent to an external accounting system:&l
getStatus
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStatusInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER.
The following is a description of this column:
Flag to indicate if the Payment Summary has been sent to an external accounting system:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStatus(java.lang.String newValue)
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER.
The following is a description of this column:
Flag to indicate if the Payment Summary has been sent to an external accounting system:&l
setStatus
in interface
PaymentSummaryAccessBeanData
newValue
- Stringpublic void setStatus(java.lang.Integer newValue)
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER.
The following is a description of this column:
Flag to indicate if the Payment Summary has been sent to an external accounting system:&l
newValue
- java.lang.Integerpublic java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the Store.
getStoreEntityId
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStoreEntityIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the Store.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreEntityId(java.lang.String newValue)
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the Store.
setStoreEntityId
in interface
PaymentSummaryAccessBeanData
newValue
- Stringpublic void setStoreEntityId(java.lang.Integer newValue)
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the Store.
newValue
- java.lang.Integerpublic java.lang.String getCreditLineId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT.
The following is a description of this column:
CreditLine ID. If the payment policy for this payment summary is the Credit Payment Policy, the ID of the Credit Line is also store here. Foreign key to the CREDITLINE table.
getCreditLineId
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getCreditLineIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT.
The following is a description of this column:
CreditLine ID. If the payment policy for this payment summary is the Credit Payment Policy, the ID of the Credit Line is also store here. Foreign key to the CREDITLINE table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCreditLineId(java.lang.String newValue)
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT.
The following is a description of this column:
CreditLine ID. If the payment policy for this payment summary is the Credit Payment Policy, the ID of the Credit Line is also store here. Foreign key to the CREDITLINE table.
setCreditLineId
in interface
PaymentSummaryAccessBeanData
newValue
- Stringpublic void setCreditLineId(java.lang.Long newValue)
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT.
The following is a description of this column:
CreditLine ID. If the payment policy for this payment summary is the Credit Payment Policy, the ID of the Credit Line is also store here. Foreign key to the CREDITLINE table.
newValue
- java.lang.Longpublic java.lang.String getPeriodStartTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period start time.
getPeriodStartTime
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getPeriodStartTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period start time.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPeriodStartTime(java.lang.String newValue)
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period start time.
setPeriodStartTime
in interface
PaymentSummaryAccessBeanData
newValue
- Stringpublic void setPeriodStartTime(java.sql.Timestamp newValue)
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period start time.
newValue
- java.sql.Timestamppublic java.lang.String getPeriodEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period end time.
getPeriodEndTime
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getPeriodEndTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period end time.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPeriodEndTime(java.lang.String newValue)
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period end time.
setPeriodEndTime
in interface
PaymentSummaryAccessBeanData
newValue
- Stringpublic void setPeriodEndTime(java.sql.Timestamp newValue)
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period end time.
newValue
- java.sql.Timestamppublic java.lang.String getPolicyId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the Payment Policy that this payment summary is for.
getPolicyId
in interface
PaymentSummaryAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getPolicyIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the Payment Policy that this payment summary is for.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPolicyId(java.lang.String newValue)
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the Payment Policy that this payment summary is for.
setPolicyId
in interface
PaymentSummaryAccessBeanData
newValue
- Stringpublic void setPolicyId(java.lang.Long newValue)
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the Payment Policy that this payment summary is for.
newValue
- java.lang.Long