|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.VendorDescriptionBean
This bean provides access to the VENDORDESC table.
The following is a description of this table:
Language-specific information about Vendors.
Constructor Summary | |
VendorDescriptionBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the VENDORDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguageId()
This method provides access to the VENDORDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the VENDORDESC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getStAddressId()
This method provides access to the VENDORDESC.STADDRESS_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getVendorId()
This method provides access to the VENDORDESC.VENDOR_ID column of DB2 type BIGINT NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the VENDORDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the VENDORDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the VENDORDESC.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setStAddressId(java.lang.Integer aStAddressId)
This method provides access to the VENDORDESC.STADDRESS_ID column of DB2 type INTEGER NOT NULL. |
void |
setVendorId(java.lang.Long aVendorId)
This method provides access to the VENDORDESC.VENDOR_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public VendorDescriptionBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the VENDORDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Language specific descriptive information about the Vendor.
public java.lang.Integer getLanguageId()
This method provides access to the VENDORDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language ID for this description. For a list of language components, see the LANGUAGE table.
public java.sql.Timestamp getLastupdate()
This method provides access to the VENDORDESC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
public java.lang.Integer getStAddressId()
This method provides access to the VENDORDESC.STADDRESS_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Refers to address information for this Vendor in the STADDRESS table.
public java.lang.Long getVendorId()
This method provides access to the VENDORDESC.VENDOR_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier for the Vendor.
public void setDescription(java.lang.String aDescription)
This method provides access to the VENDORDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Language specific descriptive information about the Vendor.
aDescription
- java.lang.Stringpublic void setLanguageId(java.lang.Integer aLanguageId)
This method provides access to the VENDORDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language ID for this description. For a list of language components, see the LANGUAGE table.
aLanguageId
- java.lang.Integerpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the VENDORDESC.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
aLastupdate
- java.sql.Timestamppublic void setStAddressId(java.lang.Integer aStAddressId)
This method provides access to the VENDORDESC.STADDRESS_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Refers to address information for this Vendor in the STADDRESS table.
aStAddressId
- java.lang.Integerpublic void setVendorId(java.lang.Long aVendorId)
This method provides access to the VENDORDESC.VENDOR_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier for the Vendor.
aVendorId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |