com.ibm.commerce.inventory.objects
Class BaseItemDescriptionBean

com.ibm.commerce.inventory.objects.BaseItemDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class BaseItemDescriptionBean
implements java.io.Serializable

This bean provides access to the BASEITMDSC table.

The following is a description of this table:

Each row of this table contains language-dependent information for a BaseItem.

See Also:
Serialized Form

Constructor Summary
BaseItemDescriptionBean()
           
 
Method Summary
 java.lang.Long getBaseItemId()
          This method provides access to the BASEITMDSC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the BASEITMDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.sql.Timestamp getLastUpdate()
          This method provides access to the BASEITMDSC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getShortdescription()
          This method provides access to the BASEITMDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setBaseItemId(java.lang.Long aBaseItemId)
          This method provides access to the BASEITMDSC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the BASEITMDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setLastUpdate(java.sql.Timestamp aLastUpdate)
          This method provides access to the BASEITMDSC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setShortdescription(java.lang.String aShortdescription)
          This method provides access to the BASEITMDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.
 

Constructor Detail

BaseItemDescriptionBean

public BaseItemDescriptionBean()
Method Detail

getBaseItemId

public java.lang.Long getBaseItemId()

This method provides access to the BASEITMDSC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The BaseItem.

Returns:
java.lang.Long

getLanguageId

public java.lang.Integer getLanguageId()

This method provides access to the BASEITMDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language for this information. 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 BASEITMDSC.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The last time this information was updated.

Returns:
java.sql.Timestamp

getShortdescription

public java.lang.String getShortdescription()

This method provides access to the BASEITMDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A brief description of the BaseItem.

Returns:
java.lang.String

setBaseItemId

public void setBaseItemId(java.lang.Long aBaseItemId)

This method provides access to the BASEITMDSC.BASEITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The BaseItem.

Parameters:
aBaseItemId - java.lang.Long
Returns:
void

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

This method provides access to the BASEITMDSC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language for this information. 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 BASEITMDSC.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The last time this information was updated.

Parameters:
aLastUpdate - java.sql.Timestamp
Returns:
void

setShortdescription

public void setShortdescription(java.lang.String aShortdescription)

This method provides access to the BASEITMDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A brief description of the BaseItem.

Parameters:
aShortdescription - java.lang.String
Returns:
void