|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.negotiation.objects.BidPaymentAccessBean
This bean provides access to the BIDPAYMENT table.
The following is a description of this table:
This table stores information about bid payments, including information on deposits.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
BidPaymentAccessBean()
Zero argument constructor used to initialize the access bean. |
|
BidPaymentAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
BidPaymentAccessBean(java.lang.Long bidId)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findAll()
Retrieves all bid payments. |
java.util.Enumeration |
findByBid(java.lang.Long bidId)
Retrieves all bid payments for the specified bid. |
java.util.Enumeration |
findByCardNumber(java.lang.String cardNumber)
Retrieves all bid payments with a certain credit card number. |
java.util.Enumeration |
findByOwner(java.lang.Long ownerId)
Retrieves all bid payments of all bids owned by the specified owner. |
java.util.Enumeration |
findByType(int type)
Retrieves all bid payments of the specified type. |
java.lang.String |
getBankInfo()
This method provides access to the BIDPAYMENT.BKNAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getBidId()
This method provides access to the BIDPAYMENT.BID_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getBidIdInEJBType()
This method provides access to the BIDPAYMENT.BID_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getComment()
This method provides access to the BIDPAYMENT.COMMENTS column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getDeviceExpiration()
This method provides access to the BIDPAYMENT.EXPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getDeviceExpirationInEJBType()
This method provides access to the BIDPAYMENT.EXPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getDeviceNumber()
This method provides access to the BIDPAYMENT.DEVICE column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getEncrypted()
This method provides access to the BIDPAYMENT.ENCRYPT column of DB2 type INTEGER NULL. |
int |
getEncryptedInEJBType()
This method provides access to the BIDPAYMENT.ENCRYPT column of DB2 type INTEGER NULL. |
java.lang.String |
getId()
This method provides access to the BIDPAYMENT.BIDPAY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getIdInEJBType()
This method provides access to the BIDPAYMENT.BIDPAY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPayDeviceType()
This method provides access to the BIDPAYMENT.PAYTYPE column of DB2 type CHAR(64) NULL. |
java.lang.String |
getPaymentAmount()
This method provides access to the BIDPAYMENT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.math.BigDecimal |
getPaymentAmountInEJBType()
This method provides access to the BIDPAYMENT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.String |
getPaymentType()
This method provides access to the BIDPAYMENT.TYPE column of DB2 type INTEGER NULL. |
int |
getPaymentTypeInEJBType()
This method provides access to the BIDPAYMENT.TYPE column of DB2 type INTEGER NULL. |
java.lang.String |
getPayTime()
This method provides access to the BIDPAYMENT.PAYTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getPayTimeInEJBType()
This method provides access to the BIDPAYMENT.PAYTIME column of DB2 type TIMESTAMP NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setBankInfo(java.lang.String aBankInfo1)
This method provides access to the BIDPAYMENT.BKNAME column of DB2 type VARCHAR(254) NULL. |
void |
setBidId(java.lang.Long aBidId1)
This method provides access to the BIDPAYMENT.BID_ID column of DB2 type BIGINT NOT NULL. |
void |
setBidId(java.lang.String aBidId1)
This method provides access to the BIDPAYMENT.BID_ID column of DB2 type BIGINT NOT NULL. |
void |
setComment(java.lang.String aComment1)
This method provides access to the BIDPAYMENT.COMMENTS column of DB2 type VARCHAR(254) NULL. |
void |
setDeviceExpiration(java.lang.String aDeviceExpiration1)
This method provides access to the BIDPAYMENT.EXPDATE column of DB2 type TIMESTAMP NULL. |
void |
setDeviceExpiration(java.sql.Timestamp aDeviceExpiration1)
This method provides access to the BIDPAYMENT.EXPDATE column of DB2 type TIMESTAMP NULL. |
void |
setDeviceNumber(java.lang.String aDeviceNumber1)
This method provides access to the BIDPAYMENT.DEVICE column of DB2 type VARCHAR(64) NULL. |
void |
setEncrypted(int aEncrypted1)
This method provides access to the BIDPAYMENT.ENCRYPT column of DB2 type INTEGER NULL. |
void |
setEncrypted(java.lang.String aEncrypted1)
This method provides access to the BIDPAYMENT.ENCRYPT column of DB2 type INTEGER NULL. |
void |
setId(java.lang.Long aId1)
This method provides access to the BIDPAYMENT.BIDPAY_ID column of DB2 type BIGINT NOT NULL. |
void |
setId(java.lang.String aId1)
This method provides access to the BIDPAYMENT.BIDPAY_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object |
void |
setPayDeviceType(java.lang.String aPayDeviceType1)
This method provides access to the BIDPAYMENT.PAYTYPE column of DB2 type CHAR(64) NULL. |
void |
setPaymentAmount(java.math.BigDecimal aPaymentAmount1)
This method provides access to the BIDPAYMENT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setPaymentAmount(java.lang.String aPaymentAmount1)
This method provides access to the BIDPAYMENT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setPaymentType(int aPaymentType1)
This method provides access to the BIDPAYMENT.TYPE column of DB2 type INTEGER NULL. |
void |
setPaymentType(java.lang.String aPaymentType1)
This method provides access to the BIDPAYMENT.TYPE column of DB2 type INTEGER NULL. |
void |
setPayTime(java.lang.String aPayTime1)
This method provides access to the BIDPAYMENT.PAYTIME column of DB2 type TIMESTAMP NULL. |
void |
setPayTime(java.sql.Timestamp aPayTime1)
This method provides access to the BIDPAYMENT.PAYTIME column of DB2 type TIMESTAMP NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BidPaymentAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method:
public abstract com.ibm.commerce.negotiation.objects.BidPayment com.ibm.commerce.negotiation.objimpl.BidPaymentHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.BidPaymentKey) throws java.rmi.RemoteException,javax.ejb.FinderException
The home interface method properties need to be set by calling the following setter methods before calling any business methods:
public BidPaymentAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exception.public BidPaymentAccessBean(java.lang.Long bidId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
bidId
- The id of the bid for this payment.Method Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bid payments.
The SQL query used to fetch all the required rows from the BIDPAYMENT table is:
SELECT * FROM BIDPAYMENT T1 WHERE 1=1
public java.util.Enumeration findByBid(java.lang.Long bidId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bid payments for the specified bid.
The SQL query used to fetch all the required rows from the BIDPAYMENT table is:
SELECT * FROM BIDPAYMENT T1 WHERE T1.BID_ID=?
bidId
- The bid id.public java.util.Enumeration findByCardNumber(java.lang.String cardNumber) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bid payments with a certain credit card number.
The SQL query used to fetch all the required rows from the BIDPAYMENT table is:
SELECT * FROM BIDPAYMENT T1 WHERE T1.DEVICE=?
cardNumber
- The credit card number.public java.util.Enumeration findByOwner(java.lang.Long ownerId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bid payments of all bids owned by the specified owner.
The SQL query used to fetch all the required rows from the BIDPAYMENT table is:
SELECT * FROM BIDPAYMENT T1 WHERE T1.BID_ID IN (SELECT T2.BID_ID FROM BID T2 WHERE T2.OWNER_ID=?)
ownerId
- The id of the user who submitted the bid.public java.util.Enumeration findByType(int type) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bid payments of the specified type.
The SQL query used to fetch all the required rows from the BIDPAYMENT table is:
SELECT * FROM BIDPAYMENT T1 WHERE T1.TYPE=?
type
- The type of payment. Valid values: 1=deposit, 2=other payment.public java.lang.String getBankInfo() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.BKNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Bank name.
getBankInfo
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the bid for this payment.
getBidId
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the bid for this payment.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.COMMENTS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Payment comments.
getComment
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDeviceExpiration() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.EXPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Expiration date for the device (credit card expiration date).
getDeviceExpiration
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getDeviceExpirationInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.EXPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Expiration date for the device (credit card expiration date).
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDeviceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.DEVICE column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The device used to make the payment. For example, credit card number.
getDeviceNumber
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getEncrypted() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.ENCRYPT column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates if the device is encrypted or not. Valid values: 0=not encrypted, 1=encrypted.
getEncrypted
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic int getEncryptedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.ENCRYPT column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates if the device is encrypted or not. Valid values: 0=not encrypted, 1=encrypted.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.BIDPAY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid payment ID. The Primary key to this table.
getId
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.BIDPAY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid payment ID. The Primary key to this table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPayDeviceType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.PAYTYPE column of DB2 type CHAR(64) NULL.
The following is a description of this column:
Device type used for payment. This is set to the PAYTYPE attribute of the associated bid.
getPayDeviceType
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPaymentAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the payment.
getPaymentAmount
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getPaymentAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the payment.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPaymentType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.TYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
Type of payment. Valid values: 1=deposit, 2=other payment.
getPaymentType
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic int getPaymentTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.TYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
Type of payment. Valid values: 1=deposit, 2=other payment.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPayTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.PAYTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time of the payment.
getPayTime
in interface BidPaymentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getPayTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDPAYMENT.PAYTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time of the payment.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setBankInfo(java.lang.String aBankInfo1)
This method provides access to the BIDPAYMENT.BKNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Bank name.
setBankInfo
in interface BidPaymentAccessBeanData
aBankInfo1
- java.lang.Stringpublic void setBidId(java.lang.Long aBidId1)
This method provides access to the BIDPAYMENT.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the bid for this payment.
aBidId1
- java.lang.Longpublic void setBidId(java.lang.String aBidId1)
This method provides access to the BIDPAYMENT.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the bid for this payment.
setBidId
in interface BidPaymentAccessBeanData
aBidId1
- java.lang.Stringpublic void setComment(java.lang.String aComment1)
This method provides access to the BIDPAYMENT.COMMENTS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Payment comments.
setComment
in interface BidPaymentAccessBeanData
aComment1
- java.lang.Stringpublic void setDeviceExpiration(java.lang.String aDeviceExpiration1)
This method provides access to the BIDPAYMENT.EXPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Expiration date for the device (credit card expiration date).
setDeviceExpiration
in interface BidPaymentAccessBeanData
aDeviceExpiration1
- java.lang.Stringpublic void setDeviceExpiration(java.sql.Timestamp aDeviceExpiration1)
This method provides access to the BIDPAYMENT.EXPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Expiration date for the device (credit card expiration date).
aDeviceExpiration1
- java.sql.Timestamppublic void setDeviceNumber(java.lang.String aDeviceNumber1)
This method provides access to the BIDPAYMENT.DEVICE column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The device used to make the payment. For example, credit card number.
setDeviceNumber
in interface BidPaymentAccessBeanData
aDeviceNumber1
- java.lang.Stringpublic void setEncrypted(int aEncrypted1)
This method provides access to the BIDPAYMENT.ENCRYPT column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates if the device is encrypted or not. Valid values: 0=not encrypted, 1=encrypted.
aEncrypted1
- intpublic void setEncrypted(java.lang.String aEncrypted1)
This method provides access to the BIDPAYMENT.ENCRYPT column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates if the device is encrypted or not. Valid values: 0=not encrypted, 1=encrypted.
setEncrypted
in interface BidPaymentAccessBeanData
aEncrypted1
- java.lang.Stringpublic void setId(java.lang.Long aId1)
This method provides access to the BIDPAYMENT.BIDPAY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid payment ID. The Primary key to this table.
aId1
- java.lang.Longpublic void setId(java.lang.String aId1)
This method provides access to the BIDPAYMENT.BIDPAY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid payment ID. The Primary key to this table.
setId
in interface BidPaymentAccessBeanData
aId1
- java.lang.Stringpublic void setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object
aInitKey_id1
- java.lang.Longpublic void setPayDeviceType(java.lang.String aPayDeviceType1)
This method provides access to the BIDPAYMENT.PAYTYPE column of DB2 type CHAR(64) NULL.
The following is a description of this column:
Device type used for payment. This is set to the PAYTYPE attribute of the associated bid.
setPayDeviceType
in interface BidPaymentAccessBeanData
aPayDeviceType1
- java.lang.Stringpublic void setPaymentAmount(java.math.BigDecimal aPaymentAmount1)
This method provides access to the BIDPAYMENT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the payment.
aPaymentAmount1
- java.math.BigDecimalpublic void setPaymentAmount(java.lang.String aPaymentAmount1)
This method provides access to the BIDPAYMENT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the payment.
setPaymentAmount
in interface BidPaymentAccessBeanData
aPaymentAmount1
- java.lang.Stringpublic void setPaymentType(int aPaymentType1)
This method provides access to the BIDPAYMENT.TYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
Type of payment. Valid values: 1=deposit, 2=other payment.
aPaymentType1
- intpublic void setPaymentType(java.lang.String aPaymentType1)
This method provides access to the BIDPAYMENT.TYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
Type of payment. Valid values: 1=deposit, 2=other payment.
setPaymentType
in interface BidPaymentAccessBeanData
aPaymentType1
- java.lang.Stringpublic void setPayTime(java.lang.String aPayTime1)
This method provides access to the BIDPAYMENT.PAYTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time of the payment.
setPayTime
in interface BidPaymentAccessBeanData
aPayTime1
- java.lang.Stringpublic void setPayTime(java.sql.Timestamp aPayTime1)
This method provides access to the BIDPAYMENT.PAYTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time of the payment.
aPayTime1
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |