com.ibm.commerce.fulfillment.objects
Class FulfillmentCenterDescriptionBean

com.ibm.commerce.fulfillment.objects.FulfillmentCenterDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class FulfillmentCenterDescriptionBean
implements java.io.Serializable

This bean provides access to the FFMCENTDS table.

The following is a description of this table:

Each row of this table contains Language-dependent information about a FulfillmentCenter.

See Also:
Serialized Form

Constructor Summary
FulfillmentCenterDescriptionBean()
           
 
Method Summary
 java.lang.String getDisplayName()
          This method provides access to the FFMCENTDS.DISPLAYNAME column of DB2 type VARCHAR(80) NULL.
 java.lang.Integer getFulfillmentCenterId()
          This method provides access to the FFMCENTDS.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the FFMCENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreAddressId()
          This method provides access to the FFMCENTDS.STADDRESS_ID column of DB2 type INTEGER NULL.
 void setDisplayName(java.lang.String aDisplayName)
          This method provides access to the FFMCENTDS.DISPLAYNAME column of DB2 type VARCHAR(80) NULL.
 void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
          This method provides access to the FFMCENTDS.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the FFMCENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setStoreAddressId(java.lang.Integer aStoreAddressId)
          This method provides access to the FFMCENTDS.STADDRESS_ID column of DB2 type INTEGER NULL.
 

Constructor Detail

FulfillmentCenterDescriptionBean

public FulfillmentCenterDescriptionBean()
Method Detail

getDisplayName

public java.lang.String getDisplayName()

This method provides access to the FFMCENTDS.DISPLAYNAME column of DB2 type VARCHAR(80) NULL.

The following is a description of this column:

The name of the FulfillmentCenter, suitable for display to a customer.

Returns:
java.lang.String

getFulfillmentCenterId

public java.lang.Integer getFulfillmentCenterId()

This method provides access to the FFMCENTDS.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The FulfillmentCenter.

Returns:
java.lang.Integer

getLanguageId

public java.lang.Integer getLanguageId()

This method provides access to the FFMCENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language for this information. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer

getStoreAddressId

public java.lang.Integer getStoreAddressId()

This method provides access to the FFMCENTDS.STADDRESS_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The physical location of the FulfillmentCenter.

Returns:
java.lang.Integer

setDisplayName

public void setDisplayName(java.lang.String aDisplayName)

This method provides access to the FFMCENTDS.DISPLAYNAME column of DB2 type VARCHAR(80) NULL.

The following is a description of this column:

The name of the FulfillmentCenter, suitable for display to a customer.

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

setFulfillmentCenterId

public void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)

This method provides access to the FFMCENTDS.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The FulfillmentCenter.

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

This method provides access to the FFMCENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language for this information. For a list of language components, see the LANGUAGE table.

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

setStoreAddressId

public void setStoreAddressId(java.lang.Integer aStoreAddressId)

This method provides access to the FFMCENTDS.STADDRESS_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

The physical location of the FulfillmentCenter.

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