public class PAttrValueDataBean extends com.ibm.commerce.utf.beansrc.PAttrValueDataBeanBase implements PAttrValueInputDataBean, PAttrValueSmartDataBean, SmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
PAttrValueDataBean()
Constructs PAttrValueDataBean, initializes fields to null.
|
PAttrValueDataBean(PAttrValueAccessBean anAccessBean)
Constructs PAttrValueDataBean, initializes fields to null.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the active commandContext.
|
java.lang.String |
getPAttrValueId()
Gets the PAttrValueId.
|
TypedProperty |
getRequestProperties()
Returns the request parameters as a TypedProperty.
|
void |
populate()
Fetches field values from the access bean.
|
void |
setCommandContext(CommandContext newCommandContext)
Sets the active commandContext.
|
void |
setPAttrValueId(java.lang.String newPAttrValueId)
Sets the PAttrValueId field and uses it to
set the referenceNumber key field of the access bean.
|
void |
setRequestProperties(TypedProperty newRequestProperties)
Copies the TypedProperty input parameters.
|
findByAttributeId, findByOrderItemId, findByRFQProductId, findByRFQResponseProductId, findByRFQResponseProductIdAndReqPAttrValueId, findByRFQValueId, findByTcId, findByType, getAttributeId, getAttributeIdInEntityType, getChangeable, getChangeableInEntityType, getCorrelationGroup, getEncryptFlag, getEncryptFlagInEntityType, getEntity, getMandatory, getMandatoryInEntityType, getOperatorId, getOperatorIdInEntityType, getOrderItemId, getOrderItemIdInEntityType, getPAttrValue, getReferenceNumber, getReferenceNumberInEntityType, getRfqProductId, getRfqProductIdInEntityType, getRfqResponseProductId, getRfqResponseProductIdInEntityType, getSequence, getSequenceInEntityType, getTcId, getTcIdInEntityType, getType, getUnitId, instantiateEntity, setAttribute, setAttribute, setChangeable, setChangeable, setCorrelationGroup, setEncryptFlag, setEncryptFlag, setInitKey_referenceNumber, setMandatory, setMandatory, setOperatorId, setOperatorId, setOrderItemId, setOrderItemId, setPAttrValue, setReferenceNumber, setReferenceNumber, setRfqProductId, setRfqProductId, setRfqResponseProductId, setRfqResponseProductId, setSequence, setSequence, setTcId, setTcId, setUnitIdpublic static final java.lang.String COPYRIGHT
public PAttrValueDataBean()
public PAttrValueDataBean(PAttrValueAccessBean anAccessBean)
anAccessBean - com.ibm.commerce.utf.objects.PAttrValueAccessBeanECExceptionpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getPAttrValueId()
getPAttrValueId in interface PAttrValueSmartDataBeanpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception - On any access bean error.public void setCommandContext(CommandContext newCommandContext)
setCommandContext in interface SmartDataBeannewCommandContext - the active command context.public void setPAttrValueId(java.lang.String newPAttrValueId)
setPAttrValueId in interface PAttrValueInputDataBeannewPAttrValueId - the relevant referenceNumber.public void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties in interface InputDataBeannewRequestProperties - com.ibm.commerce.datatype.TypedProperty