com.ibm.commerce.order.beans
Class OrderItemMessagingExtensionDataBean
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.order.objects.OrderItemMessagingExtensionAccessBean
-
- com.ibm.commerce.order.beansrc.OrderItemMessagingExtensionDataBeanBase
-
- com.ibm.commerce.order.beans.OrderItemMessagingExtensionDataBean
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.order.beans.OrderItemMessagingExtensionInputDataBean, com.ibm.commerce.order.beans.OrderItemMessagingExtensionSmartDataBean, Delegator, java.io.Serializable
public class OrderItemMessagingExtensionDataBean extends OrderItemMessagingExtensionDataBeanBase implements com.ibm.commerce.order.beans.OrderItemMessagingExtensionInputDataBean, com.ibm.commerce.order.beans.OrderItemMessagingExtensionSmartDataBean
This databean represents an OrderItemMessagingExtension object.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM copyright notice field.-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Constructor Summary
Constructors Constructor and Description OrderItemMessagingExtensionDataBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description CommandContext
getCommandContext()
This method returns the command context set within this bean.java.lang.String
getDataBeanKeyIOrderItemId()
This method returns order item id.TypedProperty
getRequestProperties()
This method returns the request property set within this bean.void
populate()
This method is used to populate the OrderItemMessagingExtensionDataBean.void
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.void
setDataBeanKeyIOrderItemId(java.lang.String aIOrderItemId)
This method sets order item id.void
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.-
Methods inherited from class com.ibm.commerce.order.beansrc.OrderItemMessagingExtensionDataBeanBase
getDelegate
-
Methods inherited from class com.ibm.commerce.order.objects.OrderItemMessagingExtensionAccessBean
getComments1, getComments2, getEntity, getField1, getField2, getField3, getOrderItemId, getOrderItemIdInEntityType, getRequestedShipTime, getRequestedShipTimeInEntityType, getShipAsComplete, instantiateEntity, setComments1, setComments2, setField1, setField2, setField3, setInitKey_iOrderItemId, setInitKey_iOrderItemId, setOrderItemId, setOrderItemId, setRequestedShipTime, setRequestedShipTime, setShipAsComplete
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
The IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getRequestProperties
public TypedProperty getRequestProperties()
This method returns the request property set within this bean.- Specified by:
getRequestProperties
in interfaceInputDataBean
- Returns:
- com.ibm.commerce.datatype.TypedProperty
-
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.- Specified by:
setRequestProperties
in interfaceInputDataBean
- Parameters:
aRequestProperty
- TypedProperty
-
getDataBeanKeyIOrderItemId
public java.lang.String getDataBeanKeyIOrderItemId()
This method returns order item id.- Specified by:
getDataBeanKeyIOrderItemId
in interfacecom.ibm.commerce.order.beans.OrderItemMessagingExtensionSmartDataBean
- Returns:
- java.lang.String
-
getCommandContext
public CommandContext getCommandContext()
This method returns the command context set within this bean.- Specified by:
getCommandContext
in interfaceSmartDataBean
- Returns:
- com.ibm.commerce.command.CommandContext
-
setCommandContext
public void setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.- Specified by:
setCommandContext
in interfaceSmartDataBean
- Parameters:
aCommandContext
- com.ibm.commerce.command.CommandContext
-
setDataBeanKeyIOrderItemId
public void setDataBeanKeyIOrderItemId(java.lang.String aIOrderItemId)
This method sets order item id.- Specified by:
setDataBeanKeyIOrderItemId
in interfacecom.ibm.commerce.order.beans.OrderItemMessagingExtensionInputDataBean
- Parameters:
aIOrderItemId
- java.lang.String
-
populate
public void populate()
This method is used to populate the OrderItemMessagingExtensionDataBean. You must set OrderItemId using the setDataBeanKeyIOrderItemId method before running thepopulate()
method.- Specified by:
populate
in interfaceSmartDataBean
- Throws:
java.lang.Exception
- See Also:
setDataBeanKeyIOrderItemId(String)
-
-