|
||||||||
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.payment.objects.CreditLineAccessBean
This bean provides access to the CREDITLINE table.
The following is a description of this table:
Each row of this table represents a credit line the account holder (buyer organization) has with the seller organization. This credit line is associated with a specific business account.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CreditLineAccessBean()
Default constructor. |
|
CreditLineAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
CreditLineAccessBean(java.lang.Long accountId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CreditLineAccessBean(java.lang.Long accountId,
java.lang.Integer state,
java.lang.String currency,
java.sql.Timestamp timeCreated)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByAccountId(java.lang.Long accountId)
Retrieves the CreditLine objects associated with the specified Account. |
java.lang.String |
getAccountId()
This method provides access to the CREDITLINE.ACCOUNT_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getAccountIdInEJBType()
This method provides access to the CREDITLINE.ACCOUNT_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getCreditLimit()
This method provides access to the CREDITLINE.CREDITLIMIT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getCreditLimitInEJBType()
This method provides access to the CREDITLINE.CREDITLIMIT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getCreditLineId()
This method provides access to the CREDITLINE.CREDITLINE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCreditLineIdInEJBType()
This method provides access to the CREDITLINE.CREDITLINE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the CREDITLINE.SETCCURR column of DB2 type CHAR(3) NULL. |
java.lang.String |
getDecimalField1()
This method provides access to the CREDITLINE.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getDecimalField1InEJBType()
This method provides access to the CREDITLINE.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getDecimalField2()
This method provides access to the CREDITLINE.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getDecimalField2InEJBType()
This method provides access to the CREDITLINE.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getState()
This method provides access to the CREDITLINE.STATE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getStateInEJBType()
This method provides access to the CREDITLINE.STATE column of DB2 type INTEGER NULL. |
java.lang.String |
getTimeCreated()
This method provides access to the CREDITLINE.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getTimeCreatedInEJBType()
This method provides access to the CREDITLINE.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getTimeUpdated()
This method provides access to the CREDITLINE.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getTimeUpdatedInEJBType()
This method provides access to the CREDITLINE.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAccountId(java.lang.Long aAccountId)
This method provides access to the CREDITLINE.ACCOUNT_ID column of DB2 type BIGINT NULL. |
void |
setAccountId(java.lang.String aAccountId)
This method provides access to the CREDITLINE.ACCOUNT_ID column of DB2 type BIGINT NULL. |
void |
setCreditLimit(java.math.BigDecimal aCreditLimit)
This method provides access to the CREDITLINE.CREDITLIMIT column of DB2 type DECIMAL(20,5) NULL. |
void |
setCreditLimit(java.lang.String aCreditLimit)
This method provides access to the CREDITLINE.CREDITLIMIT column of DB2 type DECIMAL(20,5) NULL. |
void |
setCreditLineId(java.lang.Long aCreditLineId)
This method provides access to the CREDITLINE.CREDITLINE_ID column of DB2 type BIGINT NOT NULL. |
void |
setCreditLineId(java.lang.String aCreditLineId)
This method provides access to the CREDITLINE.CREDITLINE_ID column of DB2 type BIGINT NOT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the CREDITLINE.SETCCURR column of DB2 type CHAR(3) NULL. |
void |
setDecimalField1(java.math.BigDecimal aDecimalField1)
This method provides access to the CREDITLINE.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL. |
void |
setDecimalField1(java.lang.String aDecimalField1)
This method provides access to the CREDITLINE.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL. |
void |
setDecimalField2(java.math.BigDecimal aDecimalField2)
This method provides access to the CREDITLINE.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setDecimalField2(java.lang.String aDecimalField2)
This method provides access to the CREDITLINE.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setInitKey_creditLineId(java.lang.String aInitKey_creditLineId)
Sets the primary key for this object |
void |
setState(java.lang.Integer aState)
This method provides access to the CREDITLINE.STATE column of DB2 type INTEGER NULL. |
void |
setState(java.lang.String aState)
This method provides access to the CREDITLINE.STATE column of DB2 type INTEGER NULL. |
void |
setTimeCreated(java.lang.String aTimeCreated)
This method provides access to the CREDITLINE.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the CREDITLINE.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeUpdated(java.lang.String aTimeUpdated)
This method provides access to the CREDITLINE.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeUpdated(java.sql.Timestamp aTimeUpdated)
This method provides access to the CREDITLINE.TIMEUPDATED 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 CreditLineAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CreditLineAccessBean(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 exceptionpublic CreditLineAccessBean(java.lang.Long accountId) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
accountId
- The internal ID of the Account which is associated with the Credit line..javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CreditLineAccessBean(java.lang.Long accountId, java.lang.Integer state, java.lang.String currency, java.sql.Timestamp timeCreated) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
accountId
- The internal ID of the Account to which the Credit line belongs.state
- The state of the Credit line. The following states are defined.currency
- The currency of the credit limit if specified.timeCreated
- The time when the Credit line was created.javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionMethod 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 findByAccountId(java.lang.Long accountId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the CreditLine objects associated with the specified Account.
The SQL query used to fetch the requested row from the CREDITLINE table is:
SELECT * FROM CREDITLINE T1 WHERE T1.ACCOUNT_ID=?
accountId
- The ID of the Account.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAccountId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.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 credit line belongs. Foreign key to the ACCOUNT table.
getAccountId
in interface CreditLineAccessBeanData
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 getAccountIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.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 credit line belongs. Foreign key to the ACCOUNT 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 getCreditLimit() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.CREDITLIMIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getCreditLimit
in interface CreditLineAccessBeanData
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 getCreditLimitInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.CREDITLIMIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
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 getCreditLineId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.CREDITLINE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
getCreditLineId
in interface CreditLineAccessBeanData
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 getCreditLineIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.CREDITLINE_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
- 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 getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency of the credit limit if specified. (This is a currency code as per ISO 4217 standards.)
getCurrency
in interface CreditLineAccessBeanData
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 getDecimalField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getDecimalField1
in interface CreditLineAccessBeanData
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 getDecimalField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
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 getDecimalField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getDecimalField2
in interface CreditLineAccessBeanData
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 getDecimalField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
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 getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
State of the CreditLine:
0 = unknown
1 = active - available for ordering
2 = closed or suspended - not available for ordering
getState
in interface CreditLineAccessBeanData
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.Integer getStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
State of the CreditLine:
0 = unknown
1 = active - available for ordering
2 = closed or suspended - not available for ordering
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 getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time credit line is created.
getTimeCreated
in interface CreditLineAccessBeanData
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 getTimeCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time credit line is created.
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 getTimeUpdated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time credit line is updated.
getTimeUpdated
in interface CreditLineAccessBeanData
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 getTimeUpdatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CREDITLINE.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time credit line is updated.
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 setAccountId(java.lang.Long aAccountId)
This method provides access to the CREDITLINE.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 credit line belongs. Foreign key to the ACCOUNT table.
aAccountId
- java.lang.Longpublic void setAccountId(java.lang.String aAccountId)
This method provides access to the CREDITLINE.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 credit line belongs. Foreign key to the ACCOUNT table.
setAccountId
in interface CreditLineAccessBeanData
aAccountId
- java.lang.Stringpublic void setCreditLimit(java.math.BigDecimal aCreditLimit)
This method provides access to the CREDITLINE.CREDITLIMIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aCreditLimit
- java.math.BigDecimalpublic void setCreditLimit(java.lang.String aCreditLimit)
This method provides access to the CREDITLINE.CREDITLIMIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setCreditLimit
in interface CreditLineAccessBeanData
aCreditLimit
- java.lang.Stringpublic void setCreditLineId(java.lang.Long aCreditLineId)
This method provides access to the CREDITLINE.CREDITLINE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
aCreditLineId
- java.lang.Longpublic void setCreditLineId(java.lang.String aCreditLineId)
This method provides access to the CREDITLINE.CREDITLINE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
setCreditLineId
in interface CreditLineAccessBeanData
aCreditLineId
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the CREDITLINE.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency of the credit limit if specified. (This is a currency code as per ISO 4217 standards.)
setCurrency
in interface CreditLineAccessBeanData
aCurrency
- java.lang.Stringpublic void setDecimalField1(java.math.BigDecimal aDecimalField1)
This method provides access to the CREDITLINE.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aDecimalField1
- java.math.BigDecimalpublic void setDecimalField1(java.lang.String aDecimalField1)
This method provides access to the CREDITLINE.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setDecimalField1
in interface CreditLineAccessBeanData
aDecimalField1
- java.lang.Stringpublic void setDecimalField2(java.math.BigDecimal aDecimalField2)
This method provides access to the CREDITLINE.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aDecimalField2
- java.math.BigDecimalpublic void setDecimalField2(java.lang.String aDecimalField2)
This method provides access to the CREDITLINE.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setDecimalField2
in interface CreditLineAccessBeanData
aDecimalField2
- java.lang.Stringpublic void setInitKey_creditLineId(java.lang.String aInitKey_creditLineId)
Sets the primary key for this object
aInitKey_creditLineId
- java.lang.Stringpublic void setState(java.lang.Integer aState)
This method provides access to the CREDITLINE.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
State of the CreditLine:
0 = unknown
1 = active - available for ordering
2 = closed or suspended - not available for ordering
aState
- java.lang.Integerpublic void setState(java.lang.String aState)
This method provides access to the CREDITLINE.STATE column of DB2 type INTEGER NULL.
The following is a description of this column:
State of the CreditLine:
0 = unknown
1 = active - available for ordering
2 = closed or suspended - not available for ordering
setState
in interface CreditLineAccessBeanData
aState
- java.lang.Stringpublic void setTimeCreated(java.lang.String aTimeCreated)
This method provides access to the CREDITLINE.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time credit line is created.
setTimeCreated
in interface CreditLineAccessBeanData
aTimeCreated
- java.lang.Stringpublic void setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the CREDITLINE.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time credit line is created.
aTimeCreated
- java.sql.Timestamppublic void setTimeUpdated(java.lang.String aTimeUpdated)
This method provides access to the CREDITLINE.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time credit line is updated.
setTimeUpdated
in interface CreditLineAccessBeanData
aTimeUpdated
- java.lang.Stringpublic void setTimeUpdated(java.sql.Timestamp aTimeUpdated)
This method provides access to the CREDITLINE.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time credit line is updated.
aTimeUpdated
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |