|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.FulfillmentCenterDescriptionBean
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.
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 |
public FulfillmentCenterDescriptionBean()
Method Detail |
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.
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.
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.
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.
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.
aDisplayName
- java.lang.Stringpublic 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.
aFulfillmentCenterId
- java.lang.Integerpublic 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.
aLanguageId
- java.lang.Integerpublic 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.
aStoreAddressId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |