com.ibm.commerce.contract.objects
Class PaymentTCBean

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

public class PaymentTCBean
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
PaymentTCBean()
           
 
Method Summary
 java.lang.Long getMemberId()
          This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
 java.lang.String getNickName()
          This method provides access to the TERMCOND.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL.
 void setMemberId(java.lang.Long aMemberId)
          This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
 void setNickName(java.lang.String aNickName)
          This method provides access to the TERMCOND.STRINGFIELD2 column of DB2 type VARCHAR(254) 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

PaymentTCBean

public PaymentTCBean()
Method Detail

getMemberId

public java.lang.Long getMemberId()

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

getNickName

public java.lang.String getNickName()

This method provides access to the TERMCOND.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A STRING field used to store terms and conditions data.

Returns:
java.lang.String

setMemberId

public void setMemberId(java.lang.Long aMemberId)

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:
aMemberId - java.lang.Long
Returns:
void

setNickName

public void setNickName(java.lang.String aNickName)

This method provides access to the TERMCOND.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A STRING field used to store terms and conditions data.

Parameters:
aNickName - java.lang.String
Returns:
void