|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.contract.objects.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 |
public TradingDescriptionBean()
Method Detail |
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 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 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.
aLanguageId
- java.lang.Integerpublic 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.
aShortDescription
- java.lang.Stringpublic 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.
aTimeCreated
- java.sql.Timestamppublic 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.
aTimeUpdated
- java.sql.Timestamppublic 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.
aTradingId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |