java.lang.Objectcom.ibm.commerce.base.objects.ECEntityBean
com.ibm.commerce.contract.objimpl.ContractDisplayBeanBase
Provides access to the CNTRDISPLY table.
The following is a description of this table:
The contract display table.
Field Summary | |
java.lang.Long | contractId |
java.lang.Integer | devicefmtId |
java.lang.String | displayPageName |
java.lang.Integer | participantRoleId |
java.lang.Long | referenceNumber |
Constructor Summary | |
ContractDisplayBeanBase() |
Method Summary | |
com.ibm.commerce.contract.objects.ContractDisplayKey | ejbCreate(java.lang.Long argContractId, java.lang.Integer argDevicefmtId, java.lang.Integer argParticipantRoleId) Constructs an ContractDisplayAccessBean object with the specified contract ID, device format ID, and the contract participant role ID |
java.lang.Long | getContractId() Provides access to the CNTRDISPLY.CONTRACT_ID column of DB2 type BIGINT NULL. |
java.lang.Integer | getDevicefmtId() Provides access to the CNTRDISPLY.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getDisplayPageName() Provides access to the CNTRDISPLY.DISPLAYPAGENAME column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer | getParticipantRoleId() Provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER NULL. |
java.lang.Long | getReferenceNumber() Provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL. |
void | setDisplayPageName(java.lang.String newValue) Provides access to the CNTRDISPLY.DISPLAYPAGENAME column of DB2 type VARCHAR(254) NULL. |
void | setParticipantRoleId(java.lang.Integer newValue) Provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER NULL. |
void | setReferenceNumber(java.lang.Long newValue) Provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Long referenceNumber
public java.lang.Long contractId
public java.lang.Integer devicefmtId
public java.lang.Integer participantRoleId
public java.lang.String displayPageName
Constructor Detail |
public ContractDisplayBeanBase()
Method Detail |
public com.ibm.commerce.contract.objects.ContractDisplayKey ejbCreate(java.lang.Long argContractId, java.lang.Integer argDevicefmtId, java.lang.Integer argParticipantRoleId) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Constructs an ContractDisplayAccessBean object with the specified contract ID, device format ID, and the contract participant role ID
public java.lang.Long getContractId()
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.
public java.lang.Integer getDevicefmtId()
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.
public java.lang.String getDisplayPageName()
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.
public java.lang.Integer getParticipantRoleId()
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.
public java.lang.Long getReferenceNumber()
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).
public void setDisplayPageName(java.lang.String newValue)
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.
public void setParticipantRoleId(java.lang.Integer newValue)
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.
public void setReferenceNumber(java.lang.Long newValue)
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).
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.