com.ibm.commerce.contract.objects
Class FulfillmentTCBean

com.ibm.commerce.contract.objects.TermConditionBean
  |
  +--com.ibm.commerce.contract.objects.FulfillmentTCBean

public class FulfillmentTCBean
extends 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
FulfillmentTCBean()
           
 
Method Summary
 java.lang.Integer getCenter1Id()
          This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.
 java.lang.Integer getCenter2Id()
          This method provides access to the TERMCOND.INTEGERFIELD2 column of DB2 type INTEGER NULL.
 java.lang.Integer getCenter3Id()
          This method provides access to the TERMCOND.INTEGERFIELD3 column of DB2 type INTEGER NULL.
 void setCenter1Id(java.lang.Integer aCenter1Id)
          This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.
 void setCenter2Id(java.lang.Integer aCenter2Id)
          This method provides access to the TERMCOND.INTEGERFIELD2 column of DB2 type INTEGER NULL.
 void setCenter3Id(java.lang.Integer aCenter3Id)
          This method provides access to the TERMCOND.INTEGERFIELD3 column of DB2 type INTEGER NULL.
 
Methods inherited from class com.ibm.commerce.contract.objects.TermConditionBean
getChangeableFlag, getMandatoryFlag, getReferenceNumber, getTcSequence, getTimeCreated, getTimeUpdated, getTradingId, setChangeableFlag, setMandatoryFlag, setReferenceNumber, setTcSequence, setTimeCreated, setTimeUpdated, setTradingId
 

Constructor Detail

FulfillmentTCBean

public FulfillmentTCBean()
Method Detail

getCenter1Id

public java.lang.Integer getCenter1Id()

This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

An INTEGER field used to store terms and conditions data.

Returns:
java.lang.Integer

getCenter2Id

public java.lang.Integer getCenter2Id()

This method provides access to the TERMCOND.INTEGERFIELD2 column of DB2 type INTEGER NULL.

The following is a description of this column:

An INTEGER field used to store terms and conditions data.

Returns:
java.lang.Integer

getCenter3Id

public java.lang.Integer getCenter3Id()

This method provides access to the TERMCOND.INTEGERFIELD3 column of DB2 type INTEGER NULL.

The following is a description of this column:

An INTEGER field used to store terms and conditions data.

Returns:
java.lang.Integer

setCenter1Id

public void setCenter1Id(java.lang.Integer aCenter1Id)

This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

An INTEGER field used to store terms and conditions data.

Parameters:
aCenter1Id - java.lang.Integer
Returns:
void

setCenter2Id

public void setCenter2Id(java.lang.Integer aCenter2Id)

This method provides access to the TERMCOND.INTEGERFIELD2 column of DB2 type INTEGER NULL.

The following is a description of this column:

An INTEGER field used to store terms and conditions data.

Parameters:
aCenter2Id - java.lang.Integer
Returns:
void

setCenter3Id

public void setCenter3Id(java.lang.Integer aCenter3Id)

This method provides access to the TERMCOND.INTEGERFIELD3 column of DB2 type INTEGER NULL.

The following is a description of this column:

An INTEGER field used to store terms and conditions data.

Parameters:
aCenter3Id - java.lang.Integer
Returns:
void