com.ibm.commerce.contract.objects
Class TermConditionDescriptionBean

com.ibm.commerce.contract.objects.TermConditionDescriptionBean

public class TermConditionDescriptionBean

This bean provides access to the TCDESC table.

The following is a description of this table:

The terms and conditions description table.


Constructor Summary
TermConditionDescriptionBean()
           
 
Method Summary
 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 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 aLanguageId)
          This method provides access to the TCDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setLastUpdate(java.sql.Timestamp aLastUpdate)
          This method provides access to the TCDESC.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
 void setShortDescription(java.lang.String aShortDescription)
          This method provides access to the TCDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setTcId(java.lang.Long aTcId)
          This method provides access to the TCDESC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
 void setTimeCreated(java.sql.Timestamp aTimeCreated)
          This method provides access to the TCDESC.TIMECREATED column of DB2 type TIMESTAMP NULL.
 

Constructor Detail

TermConditionDescriptionBean

public TermConditionDescriptionBean()
Method Detail

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

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

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

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

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

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

setLastUpdate

public void setLastUpdate(java.sql.Timestamp aLastUpdate)

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

setShortDescription

public void setShortDescription(java.lang.String aShortDescription)

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

setTcId

public void setTcId(java.lang.Long aTcId)

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

setTimeCreated

public void setTimeCreated(java.sql.Timestamp aTimeCreated)

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