|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.VersionSpecificationBean
This bean provides access to the VERSIONSPC table.
The following is a description of this table:
Each row defines the relationship between a product version and a specified item.
Constructor Summary | |
VersionSpecificationBean()
|
Method Summary | |
java.lang.Long |
getItemSpcId()
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getItemVersnId()
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getVersionSpcId()
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemVersnId(java.lang.Long aItemVersnId)
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public VersionSpecificationBean()
Method Detail |
public java.lang.Long getItemSpcId()
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The specified item.
public java.lang.Long getItemVersnId()
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identifies the item version.
public java.sql.Timestamp getLastupdate()
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
public java.lang.Long getVersionSpcId()
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique identifier.
public void setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the VERSIONSPC.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The specified item.
aItemSpcId
- java.lang.Longpublic void setItemVersnId(java.lang.Long aItemVersnId)
This method provides access to the VERSIONSPC.ITEMVERSN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identifies the item version.
aItemVersnId
- java.lang.Longpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the VERSIONSPC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
aLastupdate
- java.sql.Timestamppublic void setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the VERSIONSPC.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique identifier.
aVersionSpcId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |