com.ibm.commerce.inventory.beans
Class FulfillmentCenterDataBean
java.lang.Object
|
+--com.ibm.commerce.beans.InputDataBeanImpl
|
+--com.ibm.commerce.beans.SmartDataBeanImpl
|
+--com.ibm.commerce.inventory.beans.FulfillmentCenterDataBean
- All Implemented Interfaces:
- DataBean,
InputDataBean,
java.io.Serializable,
SmartDataBean
- public class FulfillmentCenterDataBean
- extends
SmartDataBeanImpl
IBM Internal Use
- See Also:
- Serialized
Form
Method Summary |
java.lang.String |
getDisplayName()
Insert the method's description here. |
java.lang.String |
getFulfillmentCenterId()
Insert the method's description here. |
java.lang.String |
getLanguageId()
Insert the method's description here. |
java.lang.String |
getStAddressId()
Insert the method's description here. |
void |
populate()
Populates the databean with elements. |
void |
setDisplayName(java.lang.String newDisplayName)
Insert the method's description here. |
void |
setFulfillmentCenterId(java.lang.String newFulfillmentCenterId)
Insert the method's description here. |
void |
setLanguageId(java.lang.String newLanguageId)
Insert the method's description here. |
void |
setStAddressId(java.lang.String newStAddressId)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
-
- See Also:
-
Constant Field Values
istrFulfillmentCenterId
protected java.lang.String istrFulfillmentCenterId
istrLanguageId
protected java.lang.String istrLanguageId
istrDisplayName
protected java.lang.String istrDisplayName
istrStAddressId
protected java.lang.String istrStAddressId
FulfillmentCenterDataBean
public FulfillmentCenterDataBean()
getDisplayName
public java.lang.String getDisplayName()
- Insert the method's description here. Creation date: (3/15/2001 1:42:55
PM)
-
- Returns:
- java.lang.String
getFulfillmentCenterId
public java.lang.String getFulfillmentCenterId()
- Insert the method's description here. Creation date: (3/15/2001 1:42:55
PM)
-
- Returns:
- java.lang.String
getLanguageId
public java.lang.String getLanguageId()
- Insert the method's description here. Creation date: (3/15/2001 1:42:55
PM)
-
- Returns:
- java.lang.String
getStAddressId
public java.lang.String getStAddressId()
- Insert the method's description here. Creation date: (3/15/2001 1:42:55
PM)
-
- Returns:
- java.lang.String
populate
public void populate()
throws java.lang.Exception
- Description copied from class:
SmartDataBeanImpl
- Populates the databean with elements.
-
- Specified by:
-
populate
in interface
SmartDataBean
- Overrides:
-
populate
in class
SmartDataBeanImpl
-
- Throws:
java.lang.Exception
- should not happen since there is no data
retrieved to populate the databean.
setDisplayName
public void setDisplayName(java.lang.String newDisplayName)
- Insert the method's description here. Creation date: (3/15/2001 1:42:55
PM)
-
- Parameters:
newDisplayName
- java.lang.String
setFulfillmentCenterId
public void setFulfillmentCenterId(java.lang.String newFulfillmentCenterId)
- Insert the method's description here. Creation date: (3/15/2001 1:42:55
PM)
-
- Parameters:
newFulfillmentCenterId
- java.lang.String
setLanguageId
public void setLanguageId(java.lang.String newLanguageId)
- Insert the method's description here. Creation date: (3/15/2001 1:42:55
PM)
-
- Parameters:
newLanguageId
- java.lang.String
setStAddressId
public void setStAddressId(java.lang.String newStAddressId)
- Insert the method's description here. Creation date: (3/15/2001 1:42:55
PM)