com.ibm.commerce.fulfillment.objects
Class FulfillmentCenterBean

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

public class FulfillmentCenterBean
implements java.io.Serializable

This bean provides access to the FFMCENTER table.

The following is a description of this table:

Each row in this table represents a FulfillmentCenter.

See Also:
Serialized Form

Constructor Summary
FulfillmentCenterBean()
           
 
Method Summary
 java.lang.Integer getDefaultShipOffset()
          This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getFulfillmentCenterId()
          This method provides access to the FFMCENTER.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getMarkForDelete()
          This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.Long getMemberId()
          This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getName()
          This method provides access to the FFMCENTER.NAME column of DB2 type VARCHAR(254) NULL.
 void setDefaultShipOffset(java.lang.Integer aDefaultShipOffset)
          This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          This method provides access to the FFMCENTER.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setMemberId(java.lang.Long aMemberId)
          This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setName(java.lang.String aName)
          This method provides access to the FFMCENTER.NAME column of DB2 type VARCHAR(254) NULL.
 

Constructor Detail

FulfillmentCenterBean

public FulfillmentCenterBean()
Method Detail

getDefaultShipOffset

public java.lang.Integer getDefaultShipOffset()

This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

An estimate of the number seconds it takes for an item to be shipped from this FulfillmentCenter. This value can be overridden in the STORITMFFC table.

Returns:
java.lang.Integer

getFulfillmentCenterId

public java.lang.Integer getFulfillmentCenterId()

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

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Integer

getMarkForDelete

public java.lang.Integer getMarkForDelete()

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

The following is a description of this column:

Indicates whether the FulfillmentCenter should be deleted as follows:
0 = do not delete.
1 = delete if no longer in use.
Refer to the Database Cleanup utility.

Returns:
java.lang.Integer

getMemberId

public java.lang.Long getMemberId()

This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The owner of the FulfillmentCenter.

Returns:
java.lang.Long

getName

public java.lang.String getName()

This method provides access to the FFMCENTER.NAME column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A string that, along with the owner, uniquely identifies this FulfillmentCenter.

Returns:
java.lang.String

setDefaultShipOffset

public void setDefaultShipOffset(java.lang.Integer aDefaultShipOffset)

This method provides access to the FFMCENTER.DEFAULTSHIPOFFSET column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

An estimate of the number seconds it takes for an item to be shipped from this FulfillmentCenter. This value can be overridden in the STORITMFFC table.

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

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

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

The following is a description of this column:

Indicates whether the FulfillmentCenter should be deleted as follows:
0 = do not delete.
1 = delete if no longer in use.
Refer to the Database Cleanup utility.

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

setMemberId

public void setMemberId(java.lang.Long aMemberId)

This method provides access to the FFMCENTER.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The owner of the FulfillmentCenter.

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

setName

public void setName(java.lang.String aName)

This method provides access to the FFMCENTER.NAME column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A string that, along with the owner, uniquely identifies this FulfillmentCenter.

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