com.ibm.commerce.utf.beans
Class PAttrValueDataBean

java.lang.Object
  PAttrValueDataBeanBase
      com.ibm.commerce.utf.beans.PAttrValueDataBean
All Implemented Interfaces:
DataBean, InputDataBean, PAttrValueInputDataBean, PAttrValueSmartDataBean, java.io.Serializable, SmartDataBean

public class PAttrValueDataBean
extends PAttrValueDataBeanBase
implements PAttrValueInputDataBean, PAttrValueSmartDataBean, SmartDataBean

Interfaces to the data members of the PAttrValueAccessBean.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Constructor Summary
PAttrValueDataBean()
Constructs PAttrValueDataBean, initializes fields to null.
PAttrValueDataBean(PAttrValueAccessBean anAccessBean)
Constructs PAttrValueDataBean, initializes fields to null.
Method Summary
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.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

PAttrValueDataBean

public PAttrValueDataBean()
Constructs PAttrValueDataBean, initializes fields to null.

PAttrValueDataBean

public PAttrValueDataBean(PAttrValueAccessBean anAccessBean)
                   throws java.lang.Exception
Constructs PAttrValueDataBean, initializes fields to null.
Parameters:
anAccessBean - com.ibm.commerce.utf.objects.PAttrValueAccessBean
Throws:
ECException
java.lang.Exception
Method Detail

getCommandContext

public CommandContext getCommandContext()
Gets the active commandContext.
Specified by:
getCommandContext in interface SmartDataBean
Returns:
the active commandContext.

getPAttrValueId

public java.lang.String getPAttrValueId()
Gets the PAttrValueId.
Specified by:
getPAttrValueId in interface PAttrValueSmartDataBean
Returns:
java.lang.String

getRequestProperties

public TypedProperty getRequestProperties()
Returns the request parameters as a TypedProperty.
Specified by:
getRequestProperties in interface InputDataBean
Returns:
com.ibm.commerce.datatype.TypedProperty

populate

public void populate()
              throws java.lang.Exception
Fetches field values from the access bean.
Specified by:
populate in interface SmartDataBean
Throws:
java.lang.Exception - On any access bean error.

setCommandContext

public void setCommandContext(CommandContext newCommandContext)
Sets the active commandContext.
Specified by:
setCommandContext in interface SmartDataBean
Parameters:
newCommandContext - the active command context.

setPAttrValueId

public void setPAttrValueId(java.lang.String newPAttrValueId)
Sets the PAttrValueId field and uses it to set the referenceNumber key field of the access bean.
Specified by:
setPAttrValueId in interface PAttrValueInputDataBean
Parameters:
newPAttrValueId - the relevant referenceNumber.

setRequestProperties

public void setRequestProperties(TypedProperty newRequestProperties)
Copies the TypedProperty input parameters.
Specified by:
setRequestProperties in interface InputDataBean
Parameters:
newRequestProperties - com.ibm.commerce.datatype.TypedProperty

Feedback