This table contains terms and conditions used in trading agreements (business accounts, contracts, RFQs). To see how columns are used by different terms and conditions, refer to &l
This bean provides access to the TERMCOND table.
The following is a description of this table:
This table contains terms and conditions used in trading agreements (business accounts, contracts, RFQs). To see how columns are used by different terms and conditions, refer to TERMCOND column mapping in the online help.
Method Summary | |
java.lang.String | getChangeableFlag() This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL. |
java.lang.String | getComments() This method provides access to the TERMCOND.STRINGFIELD1 column of DB2 type VARCHAR(3200) NULL. |
java.lang.String | getMandatoryFlag() This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL. |
java.lang.String | getReferenceNumber() This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getTcSequence() This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
java.lang.String | getTcSubType() This method provides access to the TERMCOND.TCSUBTYPE_ID column of DB2 type CHARACTER(64) NOT NULL. |
java.lang.String | getTimeCreated() This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.lang.String | getTimeUpdated() This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.lang.String | getTradingId() This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
void | setChangeableFlag(java.lang.String newValue) This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL. |
void | setComments(java.lang.String newValue) This method provides access to the TERMCOND.STRINGFIELD1 column of DB2 type VARCHAR(3200) NULL. |
void | setMandatoryFlag(java.lang.String newValue) This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL. |
void | setReferenceNumber(java.lang.String newValue) This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void | setTcSequence(java.lang.String newValue) This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
void | setTimeCreated(java.lang.String newValue) This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void | setTimeUpdated(java.lang.String newValue) This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void | setTradingId(java.lang.String newValue) This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
Method Detail |
public java.lang.String getMandatoryFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column is used to indicate if the trading agreement participant must respond to this term during negotiation. (0 - no; 1 - yes).
public void setMandatoryFlag(java.lang.String newValue)
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column is used to indicate if the trading agreement participant must respond to this term during negotiation. (0 - no; 1 - yes).
public java.lang.String getTradingId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to TRADING table. This column indicates the trading agreement this term belongs to.
public void setTradingId(java.lang.String newValue)
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to TRADING table. This column indicates the trading agreement this term belongs to.
public java.lang.String getTimeUpdated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last updated time of the terms and conditions.
public void setTimeUpdated(java.lang.String newValue)
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last updated time of the terms and conditions.
public java.lang.String getChangeableFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column indicates if the trading agreement participant can change the term. (0 - no; 1 - yes).
public void setChangeableFlag(java.lang.String newValue)
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column indicates if the trading agreement participant can change the term. (0 - no; 1 - yes).
public java.lang.String getTcSubType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TCSUBTYPE_ID column of DB2 type CHARACTER(64) NOT NULL.
The following is a description of this column:
A CHARACTER field used to terms and conditions subtype.
public java.lang.String getComments() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setComments(java.lang.String newValue)
public java.lang.String getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the terms and conditions were created.
public void setTimeCreated(java.lang.String newValue)
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time the terms and conditions were created.
public java.lang.String getTcSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column contains a number indicating the sequence of the term within a trading agreement. This number must be unique within a trading agreement.
public void setTcSequence(java.lang.String newValue)
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column contains a number indicating the sequence of the term within a trading agreement. This number must be unique within a trading agreement.
public java.lang.String getReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key and internal reference number for this term.
public void setReferenceNumber(java.lang.String newValue)
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key and internal reference number for this term.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.