|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.VendorBean
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.
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 |
public VendorBean()
Method Detail |
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.
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.
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.
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.
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.
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.
aLastupdate
- java.sql.Timestamppublic 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.
aMarkForDelete
- java.lang.Integerpublic 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.
aStoreentId
- java.lang.Integerpublic 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.
aVendorId
- java.lang.Longpublic 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.
aVendorName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |