com.ibm.commerce.inventory.beans
Class OutputQueueDescriptionDataBean
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.inventory.objects.OutputQueueDescriptionAccessBean
-
- com.ibm.commerce.inventory.beansrc.OutputQueueDescriptionDataBeanBase
-
- com.ibm.commerce.inventory.beans.OutputQueueDescriptionDataBean
-
- All Implemented Interfaces:
- DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.inventory.beans.OutputQueueDescriptionInputDataBean, com.ibm.commerce.inventory.beans.OutputQueueDescriptionSmartDataBean, Delegator, java.io.Serializable
public class OutputQueueDescriptionDataBean extends com.ibm.commerce.inventory.beansrc.OutputQueueDescriptionDataBeanBase implements com.ibm.commerce.inventory.beans.OutputQueueDescriptionInputDataBean, com.ibm.commerce.inventory.beans.OutputQueueDescriptionSmartDataBean
This databean represents an OutputQueueDescriptionDataBean 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 OutputQueueDescriptionDataBean()
-
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
getDataBeanKeyOutputQId()
This method returns the databean key:OutputQId.java.lang.String
getLanguageId()
This method returns the languageId.TypedProperty
getRequestProperties()
This method returns the request property set within this bean.void
populate()
This method is used to populate the OutputQueueDescriptionDataBean.void
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.void
setDataBeanKeyOutputQId(java.lang.String aOutputQId)
This method sets the databean key:OutputQId.void
setLanguageId(java.lang.String languageId)
This method sets the languageId.void
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.-
Methods inherited from class com.ibm.commerce.inventory.beansrc.OutputQueueDescriptionDataBeanBase
getDelegate
-
Methods inherited from class com.ibm.commerce.inventory.objects.OutputQueueDescriptionAccessBean
findByOutputQId, getDescription, getEntity, getLanguageIdInEntityType, getLastupdate, getLastupdateInEntityType, getOutputQId, getOutputQIdInEntityType, instantiateEntity, setDescription, setInitKey_languageId, setInitKey_outputQId, setInitKey_outputQId, setLanguageId, setLastupdate, setLastupdate, setOutputQId, setOutputQId
-
-
-
-
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
- com.ibm.commerce.datatype.TypedProperty
-
getDataBeanKeyOutputQId
public java.lang.String getDataBeanKeyOutputQId()
This method returns the databean key:OutputQId.- Specified by:
getDataBeanKeyOutputQId
in interfacecom.ibm.commerce.inventory.beans.OutputQueueDescriptionSmartDataBean
- Returns:
- java.lang.String the databean key:OutputQId.
-
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
-
setDataBeanKeyOutputQId
public void setDataBeanKeyOutputQId(java.lang.String aOutputQId)
This method sets the databean key:OutputQId.- Specified by:
setDataBeanKeyOutputQId
in interfacecom.ibm.commerce.inventory.beans.OutputQueueDescriptionInputDataBean
- Parameters:
aOutputQId
- java.lang.String
-
populate
public void populate()
This method is used to populate the OutputQueueDescriptionDataBean. You must setiDataBeanKeyOutputQId
using the setDataBeanKeyOutputQId(String) method before running thepopulate()
method.- Specified by:
populate
in interfaceSmartDataBean
- Throws:
java.lang.Exception
- See Also:
setDataBeanKeyOutputQId(String)
-
getLanguageId
public java.lang.String getLanguageId()
This method returns the languageId.- Overrides:
getLanguageId
in classOutputQueueDescriptionAccessBean
- Returns:
- java.lang.Integer
-
setLanguageId
public void setLanguageId(java.lang.String languageId)
This method sets the languageId.- Overrides:
setLanguageId
in classOutputQueueDescriptionAccessBean
- Parameters:
languageId
- The languageId to set
-
-