public class OrderCommentDataBean extends OrderCommentDataBeanBase implements OrderCommentInputDataBean, OrderCommentSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
OrderCommentDataBean()
OrderCommentDataBean constructor comment.
|
OrderCommentDataBean(OrderCommentAccessBean argabOrderComment)
Constructs an OrderCommentDataBean from an OrderCommentAccessBean by extracting the OrderComment EJB reference from the OrderCommentAccessBean.
|
OrderCommentDataBean(OrderCommentAccessBean argabOrderComment, CommandContext aCommandContext)
Constructs an OrderCommentDataBean from an OrderCommentAccessBean by extracting the OrderComment EJB reference from the OrderCommentAccessBean and setting the commandContext
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
OrderChangeReasonDataBean | getOrderChangeReasonDataBean()
This method returns the order change reason data bean for this order comment.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the OrderCommentDataBean.
|
void | setCommandContext(CommandContext commandContext)
This method sets the command context within this bean.
|
void | setOrderCommentId(java.lang.String argOrderCommentId)
This method sets the order comment id.
|
void | setRequestProperties(TypedProperty requestProperties)
This method sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
public OrderCommentDataBean()
public OrderCommentDataBean(OrderCommentAccessBean argabOrderComment) throws java.lang.Exception
public OrderCommentDataBean(OrderCommentAccessBean argabOrderComment, CommandContext aCommandContext) throws java.lang.Exception
public void setOrderCommentId(java.lang.String argOrderCommentId)
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty requestProperties)
public CommandContext getCommandContext()
public void populate()
public void setCommandContext(CommandContext commandContext)
public OrderChangeReasonDataBean getOrderChangeReasonDataBean()