com.ibm.commerce.contract.objects
Interface ContractDisplayAccessBeanData

All Known Implementing Classes:
ContractDisplayAccessBean

public interface ContractDisplayAccessBeanData

This table contains display information for a Contract.

Provides access to the CNTRDISPLY table.

The following is a description of this table:

The contract display table.


Method Summary
 java.lang.String getContractId()
          Provides access to the CNTRDISPLY.CONTRACT_ID column of DB2 type BIGINT NULL.
 java.lang.String 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.String getParticipantRoleId()
          Provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER NULL.
 java.lang.String 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.String newValue)
          Provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER NULL.
 void setReferenceNumber(java.lang.String newValue)           Provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL.
 

Method Detail

getDisplayPageName

public java.lang.String getDisplayPageName()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

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:
The name of the contract display page.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception.
javax.ejb.CreateException - The javax.ejb.CreateException exception.
javax.ejb.FinderException - The javax.ejb.FinderException exception.
javax.naming.NamingException - The javax.naming.NamingException exception.

setDisplayPageName

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.

Parameters:
newValue - The name of the contract display page.

getDevicefmtId

public java.lang.String getDevicefmtId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

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:
The ID of the device format.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception.
javax.ejb.CreateException - The javax.ejb.CreateException exception.
javax.ejb.FinderException - The javax.ejb.FinderException exception.
javax.naming.NamingException - The javax.naming.NamingException exception.

getParticipantRoleId

public java.lang.String getParticipantRoleId()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

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:
The ID of the Participant role.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception.
javax.ejb.CreateException - The javax.ejb.CreateException exception.
javax.ejb.FinderException - The javax.ejb.FinderException exception.
javax.naming.NamingException - The javax.naming.NamingException exception.

setParticipantRoleId

public void setParticipantRoleId(java.lang.String 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.

Parameters:
newValue - The ID of the Participant role.

getContractId

public java.lang.String getContractId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

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:
The ID of the contract.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception.
javax.ejb.CreateException - The javax.ejb.CreateException exception.
javax.ejb.FinderException - The javax.ejb.FinderException exception.
javax.naming.NamingException - The javax.naming.NamingException exception.

getReferenceNumber

public java.lang.String getReferenceNumber()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

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:
The ID of the Contract.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception.
javax.ejb.CreateException - The javax.ejb.CreateException exception.
javax.ejb.FinderException - The javax.ejb.FinderException exception.
javax.naming.NamingException - The javax.naming.NamingException exception.

setReferenceNumber

public void setReferenceNumber(java.lang.String 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).

Parameters:
newValue - The ID of the Contract.