com.ibm.commerce.contract.objects
Class ContractDisplayBean

com.ibm.commerce.contract.objects.ContractDisplayBean

public class ContractDisplayBean

This bean provides access to the CNTRDISPLY table.

The following is a description of this table:

The contract display table.


Constructor Summary
ContractDisplayBean()
           
 
Method Summary
 java.lang.Long getContractId()
          This method provides access to the CNTRDISPLY.CONTRACT_ID column of DB2 type BIGINT NULL.
 java.lang.Integer getDevicefmtId()
          This method provides access to the CNTRDISPLY.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getDisplayPageName()
          This method provides access to the CNTRDISPLY.DISPLAYPAGENAME column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getParticipantRoleId()
          This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER NULL.
 java.lang.Long getReferenceNumber()
          This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL.
 void setDisplayPageName(java.lang.String aDisplayPageName)
          This method provides access to the CNTRDISPLY.DISPLAYPAGENAME column of DB2 type VARCHAR(254) NULL.
 void setParticipantRoleId(java.lang.Integer aParticipantRoleId)
          This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER NULL.
 void setReferenceNumber(java.lang.Long aReferenceNumber)
          This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

ContractDisplayBean

public ContractDisplayBean()
Method Detail

getContractId

public java.lang.Long getContractId()

This method provides access to the CNTRDISPLY.CONTRACT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Contract ID. If null, this is the default display page.

Returns:
java.lang.Long

getDevicefmtId

public java.lang.Integer getDevicefmtId()

This method provides access to the CNTRDISPLY.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Device format identifier.

Returns:
java.lang.Integer

getDisplayPageName

public java.lang.String getDisplayPageName()

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

The following is a description of this column:

A display page name.

Returns:
java.lang.String

getParticipantRoleId

public java.lang.Integer getParticipantRoleId()

This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Participant role. Allows a display page based on participant role.

Returns:
java.lang.Integer

getReferenceNumber

public java.lang.Long getReferenceNumber()

This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Internal reference number (Primary key).

Returns:
java.lang.Long

setDisplayPageName

public void setDisplayPageName(java.lang.String aDisplayPageName)

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

The following is a description of this column:

A display page name.

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

setParticipantRoleId

public void setParticipantRoleId(java.lang.Integer aParticipantRoleId)

This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Participant role. Allows a display page based on participant role.

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

setReferenceNumber

public void setReferenceNumber(java.lang.Long aReferenceNumber)

This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Internal reference number (Primary key).

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