java.lang.Object | +--com.ibm.commerce.base.objects.ECEntityBean | +--com.ibm.commerce.contract.objimpl.TradingDescriptionBeanBase
This bean provides access to the TRDDESC table.
The following is a description of this table:
The trading agreement description table.
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 |
---|
public java.lang.Long tradingId
public java.lang.Integer languageId
public java.lang.String shortDescription
public java.sql.Timestamp timeCreated
public java.sql.Timestamp timeUpdated
Constructor Detail |
---|
public TradingDescriptionBeanBase()
Method Detail |
---|
public com.ibm.commerce.contract.objects.TradingDescriptionKey ejbCreate(java.lang.Long argTradingId, java.lang.Integer argLanguageId) throws javax.ejb.CreateException
argTradingId
- The trading agreement ID.argLanguageId
- The language ID.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.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.
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.
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.
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.
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.
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.
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.
newValue
- The language ID.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.
newValue
- The trading agreement long
description.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.
newValue
- The trading agreement short
description.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.
newValue
- The time the trading agreement description was
created.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.
newValue
- The time the trading agreement description was most
recently updated.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.
newValue
- The trading agreement ID.