|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.ItemVersionBean
This bean provides access to the ITEMVERSN table.
The following is a description of this table:
Each row of this table represents an ItemVersion for a BaseItem. An ItemVersion expires when its expiration date is in the past. Each BaseItem must only have a single ItemVersion defined.
Constructor Summary | |
ItemVersionBean()
|
Method Summary | |
java.lang.Long |
getBaseItemId()
This method provides access to the ITEMVERSN.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getExpirationDate()
This method provides access to the ITEMVERSN.EXPIRATIONDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.Long |
getItemversnId()
This method provides access to the ITEMVERSN.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the ITEMVERSN.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getVersionName()
This method provides access to the ITEMVERSN.VERSIONNAME column of DB2 type CHAR(30) NOT NULL. |
void |
setBaseItemId(java.lang.Long aBaseItemId)
This method provides access to the ITEMVERSN.BASEITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setExpirationDate(java.sql.Timestamp aExpirationDate)
This method provides access to the ITEMVERSN.EXPIRATIONDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setItemversnId(java.lang.Long aItemversnId)
This method provides access to the ITEMVERSN.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the ITEMVERSN.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setVersionName(java.lang.String aVersionName)
This method provides access to the ITEMVERSN.VERSIONNAME column of DB2 type CHAR(30) NOT NULL. |
Constructor Detail |
public ItemVersionBean()
Method Detail |
public java.lang.Long getBaseItemId()
This method provides access to the ITEMVERSN.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem for this ItemVersion.
public java.sql.Timestamp getExpirationDate()
This method provides access to the ITEMVERSN.EXPIRATIONDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time this ItemVersion expires.
public java.lang.Long getItemversnId()
This method provides access to the ITEMVERSN.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated primary key.
public java.sql.Timestamp getLastupdate()
This method provides access to the ITEMVERSN.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this ItemVersion was most recently updated.
public java.lang.String getVersionName()
This method provides access to the ITEMVERSN.VERSIONNAME column of DB2 type CHAR(30) NOT NULL.
The following is a description of this column:
Uniquely identifies this ItemVersion for its BaseItem.
public void setBaseItemId(java.lang.Long aBaseItemId)
This method provides access to the ITEMVERSN.BASEITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The BaseItem for this ItemVersion.
aBaseItemId
- java.lang.Longpublic void setExpirationDate(java.sql.Timestamp aExpirationDate)
This method provides access to the ITEMVERSN.EXPIRATIONDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time this ItemVersion expires.
aExpirationDate
- java.sql.Timestamppublic void setItemversnId(java.lang.Long aItemversnId)
This method provides access to the ITEMVERSN.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated primary key.
aItemversnId
- java.lang.Longpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the ITEMVERSN.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this ItemVersion was most recently updated.
aLastupdate
- java.sql.Timestamppublic void setVersionName(java.lang.String aVersionName)
This method provides access to the ITEMVERSN.VERSIONNAME column of DB2 type CHAR(30) NOT NULL.
The following is a description of this column:
Uniquely identifies this ItemVersion for its BaseItem.
aVersionName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |