|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.BaseItemDescriptionBean
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.
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 |
public BaseItemDescriptionBean()
Method Detail |
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.
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.
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.
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.
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.
aBaseItemId
- java.lang.Longpublic 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.
aLanguageId
- java.lang.Integerpublic 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.
aLastUpdate
- java.sql.Timestamppublic 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.
aShortdescription
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |