com.ibm.commerce.contract.objects
Class ProductSetTCCustomInclusionBean

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

public class ProductSetTCCustomInclusionBean
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
ProductSetTCCustomInclusionBean()
           
 
Method Summary
 java.lang.Integer getProductSetId()
          This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.
 java.lang.Long getProductSetOwnerId()
          This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
 void setProductSetId(java.lang.Integer aProductSetId)
          This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.
 void setProductSetOwnerId(java.lang.Long aProductSetOwnerId)
          This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT 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

ProductSetTCCustomInclusionBean

public ProductSetTCCustomInclusionBean()
Method Detail

getProductSetId

public java.lang.Integer getProductSetId()

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

getProductSetOwnerId

public java.lang.Long getProductSetOwnerId()

This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

A BIGINT field used to store terms and conditions data.

Returns:
java.lang.Long

setProductSetId

public void setProductSetId(java.lang.Integer aProductSetId)

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:
aProductSetId - java.lang.Integer
Returns:
void

setProductSetOwnerId

public void setProductSetOwnerId(java.lang.Long aProductSetOwnerId)

This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

A BIGINT field used to store terms and conditions data.

Parameters:
aProductSetOwnerId - java.lang.Long
Returns:
void