com.ibm.commerce.inventory.objects
Class VendorDescriptionBean

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

public class VendorDescriptionBean
implements java.io.Serializable

This bean provides access to the VENDORDESC table.

The following is a description of this table:

Language-specific information about Vendors.

See Also:
Serialized Form

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

VendorDescriptionBean

public VendorDescriptionBean()
Method Detail

getDescription

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.

Returns:
java.lang.String

getLanguageId

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.

Returns:
java.lang.Integer

getLastupdate

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.

Returns:
java.sql.Timestamp

getStAddressId

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.

Returns:
java.lang.Integer

getVendorId

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.

Returns:
java.lang.Long

setDescription

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.

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

setLanguageId

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

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

setLastupdate

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

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

setStAddressId

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

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

setVendorId

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

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