com.ibm.commerce.contract.objimpl
Class TermConditionDescriptionBeanBase

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

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

This bean provides access to the TCDESC table.

The following is a description of this table:

The terms and conditions description table.

See Also:
Serialized Form

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

tcId

public java.lang.Long tcId

languageId

public java.lang.Integer languageId

shortDescription

public java.lang.String shortDescription

timeCreated

public java.sql.Timestamp timeCreated

lastUpdate

public java.sql.Timestamp lastUpdate
Constructor Detail

TermConditionDescriptionBeanBase

public TermConditionDescriptionBeanBase()
Method Detail

ejbCreate

public com.ibm.commerce.contract.objects.TermConditionDescriptionKey ejbCreate(java.lang.Long argTcId,
                                                                               java.lang.Integer argLanguageId)
                                                                        throws javax.ejb.CreateException
Constructs an TermConditionDescriptionAccessBean object with the specified term condition ID, and language ID .
Parameters:
argTcId - The ID of the terms and conditions.
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 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.

Returns:
The language ID.

getLastUpdate

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.

Returns:
The most recently updated time.

getLongDescription

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.

Returns:
The long description of the terms and conditions.

getShortDescription

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.

Returns:
The short description of the terms and conditions.

getTcId

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.

Returns:
The ID of the terms and conditions.

getTimeCreated

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.

Returns:
The time the terms and conditions description was created.

setLanguageId

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.

Parameters:
newValue - The language ID.

setLastUpdate

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.

Parameters:
newValue - The most recently updated time.

setLongDescription

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.

Parameters:
newValue - The long description of the terms and conditions.

setShortDescription

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.

Parameters:
newValue - The short description of the terms and conditions.

setTcId

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.

Parameters:
newTcId - The ID of the terms and conditions.

setTimeCreated

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.

Parameters:
newValue - The time the terms and conditions description was created.