|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.FulfillmentCenterBean
This bean provides access to the FFMCENTER table.
The following is a description of this table:
Each row in this table represents a FulfillmentCenter.
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 |
public FulfillmentCenterBean()
Method Detail |
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.
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.
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.
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.
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.
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.
aDefaultShipOffset
- java.lang.Integerpublic 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.
aMarkForDelete
- java.lang.Integerpublic 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.
aMemberId
- java.lang.Longpublic 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.
aName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |