com.ibm.commerce.contract.objimpl
Class TradingDescriptionBeanBase

java.lang.Object
  |
  +--com.ibm.commerce.base.objects.ECEntityBean
        |
        +--com.ibm.commerce.contract.objimpl.TradingDescriptionBeanBase
Direct Known Subclasses:
TradingDescriptionBean

public class TradingDescriptionBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean

This bean provides access to the TRDDESC table.

The following is a description of this table:

The trading agreement description table.

See Also:
Serialized Form

Field Summary
 java.lang.Integer languageId
           
 java.lang.String shortDescription
           
 java.sql.Timestamp timeCreated
           
 java.sql.Timestamp timeUpdated
           
 java.lang.Long tradingId
           
 
Constructor Summary
TradingDescriptionBeanBase()
           
 
Method Summary
 com.ibm.commerce.contract.objects.TradingDescriptionKey ejbCreate(java.lang.Long argTradingId, java.lang.Integer argLanguageId)
          Constructs a TradingDescriptionAccessBean object with the specified trading ID, and the language ID.
 java.lang.Integer getLanguageId()
          This method provides access to the TRDDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getLongDescription()
          This method provides access to the TRDDESC.LONGDESCRIPTION column of DB2 type LONG NULL.
 java.lang.String getShortDescription()
          This method provides access to the TRDDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.sql.Timestamp getTimeCreated()
          This method provides access to the TRDDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getTimeUpdated()
          This method provides access to the TRDDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
 java.lang.Long getTradingId()
          This method provides access to the TRDDESC.TRADING_ID column of DB2 type BIGINT NOT NULL.
 void setLanguageId(java.lang.Integer newValue)
          This method provides access to the TRDDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setLongDescription(java.lang.String newValue)
          This method provides access to the TRDDESC.LONGDESCRIPTION column of DB2 type LONG NULL.
 void setShortDescription(java.lang.String newValue)
          This method provides access to the TRDDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setTimeCreated(java.sql.Timestamp newValue)
          This method provides access to the TRDDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
 void setTimeUpdated(java.sql.Timestamp newValue)
          This method provides access to the TRDDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
 void setTradingId(java.lang.Long newValue)
          This method provides access to the TRDDESC.TRADING_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

tradingId

public java.lang.Long tradingId

languageId

public java.lang.Integer languageId

shortDescription

public java.lang.String shortDescription

timeCreated

public java.sql.Timestamp timeCreated

timeUpdated

public java.sql.Timestamp timeUpdated
Constructor Detail

TradingDescriptionBeanBase

public TradingDescriptionBeanBase()
Method Detail

ejbCreate

public com.ibm.commerce.contract.objects.TradingDescriptionKey ejbCreate(java.lang.Long argTradingId,
                                                                         java.lang.Integer argLanguageId)
                                                                  throws javax.ejb.CreateException
Constructs a TradingDescriptionAccessBean object with the specified trading ID, and the language ID.
Parameters:
argTradingId - The trading agreement ID.
argLanguageId - The language ID.
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception.

getLanguageId

public java.lang.Integer getLanguageId()

This method provides access to the TRDDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language ID. For a list of language components, see the LANGUAGE table.

Returns:
The language ID.

getLongDescription

public java.lang.String getLongDescription()

This method provides access to the TRDDESC.LONGDESCRIPTION column of DB2 type LONG NULL.

The following is a description of this column:

Trading agreement long description.

Returns:
The trading agreement long description.

getShortDescription

public java.lang.String getShortDescription()

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

The following is a description of this column:

Trading agreement short description.

Returns:
The trading agreement short description.

getTimeCreated

public java.sql.Timestamp getTimeCreated()

This method provides access to the TRDDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Time created.

Returns:
The time the trading agreement description was created.

getTimeUpdated

public java.sql.Timestamp getTimeUpdated()

This method provides access to the TRDDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Time updated.

Returns:
The time the trading agreement description was most recently updated.

getTradingId

public java.lang.Long getTradingId()

This method provides access to the TRDDESC.TRADING_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Trading ID.

Returns:
The trading agreement ID.

setLanguageId

public void setLanguageId(java.lang.Integer newValue)

This method provides access to the TRDDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language ID. For a list of language components, see the LANGUAGE table.

Parameters:
newValue - The language ID.

setLongDescription

public void setLongDescription(java.lang.String newValue)

This method provides access to the TRDDESC.LONGDESCRIPTION column of DB2 type LONG NULL.

The following is a description of this column:

Trading agreement long description.

Parameters:
newValue - The trading agreement long description.

setShortDescription

public void setShortDescription(java.lang.String newValue)

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

The following is a description of this column:

Trading agreement short description.

Parameters:
newValue - The trading agreement short description.

setTimeCreated

public void setTimeCreated(java.sql.Timestamp newValue)

This method provides access to the TRDDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Time created.

Parameters:
newValue - The time the trading agreement description was created.

setTimeUpdated

public void setTimeUpdated(java.sql.Timestamp newValue)

This method provides access to the TRDDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Time updated.

Parameters:
newValue - The time the trading agreement description was most recently updated.

setTradingId

public void setTradingId(java.lang.Long newValue)

This method provides access to the TRDDESC.TRADING_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Trading ID.

Parameters:
newValue - The trading agreement ID.