com.ibm.commerce.inventory.objects
Class VersionSpecificationBean

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

public class VersionSpecificationBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

VersionSpecificationBean

public VersionSpecificationBean()
Method Detail

getItemSpcId

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.

Returns:
java.lang.Long

getItemVersnId

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.

Returns:
java.lang.Long

getLastupdate

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.

Returns:
java.sql.Timestamp

getVersionSpcId

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.

Returns:
java.lang.Long

setItemSpcId

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.

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

setItemVersnId

public 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.

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

setLastupdate

public 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.

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

setVersionSpcId

public 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.

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