java.lang.Objectcom.ibm.commerce.base.objects.ECEntityBean
com.ibm.commerce.contract.objimpl.TermConditionDescriptionBeanBase
This bean provides access to the TCDESC table.
The following is a description of this table:
The terms and conditions description table.
Field Summary | |
java.lang.Integer | languageId |
java.sql.Timestamp | lastUpdate |
java.lang.String | shortDescription |
java.lang.Long | tcId |
java.sql.Timestamp | timeCreated |
Constructor Summary | |
TermConditionDescriptionBeanBase() |
Method Summary | |
com.ibm.commerce.contract.objects.TermConditionDescriptionKey | ejbCreate(java.lang.Long argTcId, java.lang.Integer argLanguageId) Constructs an TermConditionDescriptionAccessBean object with the specified term condition ID, and language ID . |
java.lang.Integer | getLanguageId() This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.sql.Timestamp | getLastUpdate() This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.lang.String | getLongDescription() This method provides access to the TCDESC.LONGDESCRIPTION column of DB2 type LONG NULL. |
java.lang.String | getShortDescription() This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Long | getTcId() This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp | getTimeCreated() This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void | setLanguageId(java.lang.Integer newValue) This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void | setLastUpdate(java.sql.Timestamp newValue) This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void | setLongDescription(java.lang.String newValue) This method provides access to the TCDESC.LONGDESCRIPTION column of DB2 type LONG NULL. |
void | setShortDescription(java.lang.String newValue) This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void | setTcId(java.lang.Long newTcId) This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void | setTimeCreated(java.sql.Timestamp newValue) This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP 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 tcId
public java.lang.Integer languageId
public java.lang.String shortDescription
public java.sql.Timestamp timeCreated
public java.sql.Timestamp lastUpdate
Constructor Detail |
public TermConditionDescriptionBeanBase()
Method Detail |
public com.ibm.commerce.contract.objects.TermConditionDescriptionKey ejbCreate(java.lang.Long argTcId, java.lang.Integer argLanguageId) throws javax.ejb.CreateException
public java.lang.Integer getLanguageId()
This method provides access to the TCDESC.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.sql.Timestamp getLastUpdate()
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
public java.lang.String getLongDescription()
This method provides access to the TCDESC.LONGDESCRIPTION column of DB2 type LONG NULL.
The following is a description of this column:
A detailed description of the term or condition.
public java.lang.String getShortDescription()
This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the term or condition.
public java.lang.Long getTcId()
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
A unique identifier for the term or condition.
public java.sql.Timestamp getTimeCreated()
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
public void setLanguageId(java.lang.Integer newValue)
This method provides access to the TCDESC.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 void setLastUpdate(java.sql.Timestamp newValue)
This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
public void setLongDescription(java.lang.String newValue)
This method provides access to the TCDESC.LONGDESCRIPTION column of DB2 type LONG NULL.
The following is a description of this column:
A detailed description of the term or condition.
public void setShortDescription(java.lang.String newValue)
This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A brief description of the term or condition.
public void setTcId(java.lang.Long newTcId)
This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
A unique identifier for the term or condition.
public void setTimeCreated(java.sql.Timestamp newValue)
This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.