com.ibm.commerce.inventory.objects
Class VendorBean

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

public class VendorBean
implements java.io.Serializable

This bean provides access to the VENDOR table.

The following is a description of this table:

Each row defines a Vendor who has a relationship with a Store, or all the Stores in a StoreGroup, generally to provide inventory.

See Also:
Serialized Form

Constructor Summary
VendorBean()
           
 
Method Summary
 java.sql.Timestamp getLastupdate()
          This method provides access to the VENDOR.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.Integer getMarkForDelete()
          This method provides access to the VENDOR.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreentId()
          This method provides access to the VENDOR.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getVendorId()
          This method provides access to the VENDOR.VENDOR_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getVendorName()
          This method provides access to the VENDOR.VENDORNAME column of DB2 type CHAR(30) NOT NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the VENDOR.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          This method provides access to the VENDOR.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setStoreentId(java.lang.Integer aStoreentId)
          This method provides access to the VENDOR.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setVendorId(java.lang.Long aVendorId)
          This method provides access to the VENDOR.VENDOR_ID column of DB2 type BIGINT NOT NULL.
 void setVendorName(java.lang.String aVendorName)
          This method provides access to the VENDOR.VENDORNAME column of DB2 type CHAR(30) NOT NULL.
 

Constructor Detail

VendorBean

public VendorBean()
Method Detail

getLastupdate

public java.sql.Timestamp getLastupdate()

This method provides access to the VENDOR.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time this row was most recently updated.

Returns:
java.sql.Timestamp

getMarkForDelete

public java.lang.Integer getMarkForDelete()

This method provides access to the VENDOR.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this Vendor has been marked for deletion:
0 = No.
1 = Yes, this Vendor and its associated values may be deleted from the system.

Returns:
java.lang.Integer

getStoreentId

public java.lang.Integer getStoreentId()

This method provides access to the VENDOR.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Vendor has a relationship with this Store, or all the Stores in this StoreGroup.

Returns:
java.lang.Integer

getVendorId

public java.lang.Long getVendorId()

This method provides access to the VENDOR.VENDOR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique identifier.

Returns:
java.lang.Long

getVendorName

public java.lang.String getVendorName()

This method provides access to the VENDOR.VENDORNAME column of DB2 type CHAR(30) NOT NULL.

The following is a description of this column:

Uniquely identifies the Vendor for this StoreEntity.

Returns:
java.lang.String

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

This method provides access to the VENDOR.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time this row was most recently updated.

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

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

This method provides access to the VENDOR.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this Vendor has been marked for deletion:
0 = No.
1 = Yes, this Vendor and its associated values may be deleted from the system.

Parameters:
aMarkForDelete - java.lang.Integer
Returns:
void

setStoreentId

public void setStoreentId(java.lang.Integer aStoreentId)

This method provides access to the VENDOR.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Vendor has a relationship with this Store, or all the Stores in this StoreGroup.

Parameters:
aStoreentId - java.lang.Integer
Returns:
void

setVendorId

public void setVendorId(java.lang.Long aVendorId)

This method provides access to the VENDOR.VENDOR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique identifier.

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

setVendorName

public void setVendorName(java.lang.String aVendorName)

This method provides access to the VENDOR.VENDORNAME column of DB2 type CHAR(30) NOT NULL.

The following is a description of this column:

Uniquely identifies the Vendor for this StoreEntity.

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