public class CreditCardCheckAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements CreditCardCheckAccessBeanData
Constructor and Description |
---|
CreditCardCheckAccessBean()
Zero argument constructor used to initialize the access bean.
|
CreditCardCheckAccessBean(javax.ejb.EJBObject o) |
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByType(java.lang.String argType)
Retrieves all the CreditCardCheckAccessBeans representing entries in the CCCHECK table for the specified credit card brand, also referred to as credit card argType.
|
java.lang.String | getCardType() |
java.lang.String | getCheckTaskName() |
java.lang.String | getCreditCardReferenceNumber() |
java.lang.Integer | getCreditCardReferenceNumberInEJBType() |
java.lang.String | getLength() |
java.lang.Integer | getLengthInEJBType() |
java.lang.String | getPrefix() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setCardType(java.lang.String newValue) |
void | setCheckTaskName(java.lang.String newValue) |
void | setCreditCardReferenceNumber(java.lang.Integer newValue) |
void | setCreditCardReferenceNumber(java.lang.String newValue) |
void | setInitKey_creditCardReferenceNumber(java.lang.String newValue) |
void | setLength(java.lang.Integer newValue) |
void | setLength(java.lang.String newValue) |
void | setPrefix(java.lang.String newValue) |
public CreditCardCheckAccessBean()
public CreditCardCheckAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public java.util.Enumeration findByType(java.lang.String argType) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the CreditCardCheckAccessBeans representing entries in the CCCHECK table for the specified credit card brand, also referred to as credit card argType.
The SQL query used to fetch the requested row from the CCCHECK table is:
SELECT * FROM CCCHECK T1 WHERE T1.CCTYPE = ?
public void setInitKey_creditCardReferenceNumber(java.lang.String newValue)
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getPrefix() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setPrefix(java.lang.String newValue)
public java.lang.String getCardType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCardType(java.lang.String newValue)
public java.lang.String getLength() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getLengthInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLength(java.lang.String newValue)
public void setLength(java.lang.Integer newValue)
public java.lang.String getCreditCardReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getCreditCardReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCreditCardReferenceNumber(java.lang.String newValue)
public void setCreditCardReferenceNumber(java.lang.Integer newValue)
public java.lang.String getCheckTaskName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCheckTaskName(java.lang.String newValue)