com.ibm.commerce.contract.objects
Class TradingDescriptionBean

com.ibm.commerce.contract.objects.TradingDescriptionBean

public class TradingDescriptionBean

This bean provides access to the TRDDESC table.

The following is a description of this table:

The trading agreement description table.


Constructor Summary
TradingDescriptionBean()
           
 
Method Summary
 java.lang.Integer getLanguageId()
          This method provides access to the TRDDESC.LANGUAGE_ID column of DB2 type INTEGER NOT 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 aLanguageId)
          This method provides access to the TRDDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setShortDescription(java.lang.String aShortDescription)
          This method provides access to the TRDDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setTimeCreated(java.sql.Timestamp aTimeCreated)
          This method provides access to the TRDDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
 void setTimeUpdated(java.sql.Timestamp aTimeUpdated)
          This method provides access to the TRDDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
 void setTradingId(java.lang.Long aTradingId)
          This method provides access to the TRDDESC.TRADING_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

TradingDescriptionBean

public TradingDescriptionBean()
Method Detail

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:
java.lang.Integer

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:
java.lang.String

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:
java.sql.Timestamp

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:
java.sql.Timestamp

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:
java.lang.Long

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

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:
aLanguageId - java.lang.Integer
Returns:
void

setShortDescription

public void setShortDescription(java.lang.String aShortDescription)

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:
aShortDescription - java.lang.String
Returns:
void

setTimeCreated

public void setTimeCreated(java.sql.Timestamp aTimeCreated)

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:
aTimeCreated - java.sql.Timestamp
Returns:
void

setTimeUpdated

public void setTimeUpdated(java.sql.Timestamp aTimeUpdated)

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:
aTimeUpdated - java.sql.Timestamp
Returns:
void

setTradingId

public void setTradingId(java.lang.Long aTradingId)

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:
aTradingId - java.lang.Long
Returns:
void