|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.contract.objects.TermConditionBean
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.
Constructor Summary | |
TermConditionBean()
|
Method Summary | |
java.lang.Integer |
getChangeableFlag()
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMandatoryFlag()
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getReferenceNumber()
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getTcSequence()
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
java.sql.Timestamp |
getTimeCreated()
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getTimeUpdated()
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getTradingId()
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
void |
setChangeableFlag(java.lang.Integer aChangeableFlag)
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL. |
void |
setMandatoryFlag(java.lang.Integer aMandatoryFlag)
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL. |
void |
setReferenceNumber(java.lang.Long aReferenceNumber)
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcSequence(java.lang.Integer aTcSequence)
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
void |
setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void |
setTimeUpdated(java.sql.Timestamp aTimeUpdated)
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void |
setTradingId(java.lang.Long aTradingId)
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public TermConditionBean()
Method Detail |
public java.lang.Integer getChangeableFlag()
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.Integer getMandatoryFlag()
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.Long getReferenceNumber()
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 java.lang.Integer getTcSequence()
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.sql.Timestamp getTimeCreated()
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
public java.sql.Timestamp getTimeUpdated()
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
public java.lang.Long getTradingId()
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 setChangeableFlag(java.lang.Integer aChangeableFlag)
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).
aChangeableFlag
- java.lang.Integerpublic void setMandatoryFlag(java.lang.Integer aMandatoryFlag)
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).
aMandatoryFlag
- java.lang.Integerpublic void setReferenceNumber(java.lang.Long aReferenceNumber)
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.
aReferenceNumber
- java.lang.Longpublic void setTcSequence(java.lang.Integer aTcSequence)
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.
aTcSequence
- java.lang.Integerpublic void setTimeCreated(java.sql.Timestamp aTimeCreated)
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
aTimeCreated
- java.sql.Timestamppublic void setTimeUpdated(java.sql.Timestamp aTimeUpdated)
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
aTimeUpdated
- java.sql.Timestamppublic void setTradingId(java.lang.Long aTradingId)
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.
aTradingId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |