com.ibm.commerce.utf.beans
Class PAttrProdDataBean

com.ibm.commerce.utf.beans.PAttrProdDataBean
All Implemented Interfaces:
DataBean, InputDataBean, PAttrProdInputDataBean, PAttrProdSmartDataBean, java.io.Serializable, SmartDataBean

public class PAttrProdDataBean
implements PAttrProdInputDataBean, PAttrProdSmartDataBean, SmartDataBean

Interfaces to the data members of the PAttrProdAccessBean.

See Also:
Serialized Form

Field Summary
protected  CommandContext commandContext
           
static java.lang.String COPYRIGHT
           
protected  TypedProperty requestProperties
           
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
PAttrProdDataBean()
          Constructs PAttrProdDataBean, initializes fields to null.
PAttrProdDataBean(PAttrProdAccessBean anAccessBean)
          Constructs PAttrProdDataBean, initializes fields to null.
 
Method Summary
 CommandContext getCommandContext()
          Gets the active commandContext.
 java.lang.String getPAttrProdAttributeId()
          Gets the attributeId.
 java.lang.String getPAttrProdCatentryId()
          Gets the catentryId.
 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 setPAttrProdAttributeId(java.lang.String newPAttrProdAttributeId)
          Sets the pAttrProdAttributeId field and uses it to set the attributeId key field of the access bean.
 void setPAttrProdCatentryId(java.lang.String newPAttrProdCatentryId)
          Sets the pAttrProdCatentryId field and uses it to set the catentryId key field of the access bean.
 void setRequestProperties(TypedProperty newRequestProperties)
          Copies the TypedProperty input parameters.
 

Field Detail

commandContext

protected CommandContext commandContext

COPYRIGHT

public static final java.lang.String COPYRIGHT

requestProperties

protected TypedProperty requestProperties
Constructor Detail

PAttrProdDataBean

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

PAttrProdDataBean

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

getCommandContext

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

getPAttrProdAttributeId

public java.lang.String getPAttrProdAttributeId()
Gets the attributeId.
Specified by:
getPAttrProdAttributeId in interface PAttrProdSmartDataBean

getPAttrProdCatentryId

public java.lang.String getPAttrProdCatentryId()
Gets the catentryId.
Specified by:
getPAttrProdCatentryId in interface PAttrProdSmartDataBean

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.

setPAttrProdAttributeId

public void setPAttrProdAttributeId(java.lang.String newPAttrProdAttributeId)
Sets the pAttrProdAttributeId field and uses it to set the attributeId key field of the access bean.
Specified by:
setPAttrProdAttributeId in interface PAttrProdInputDataBean
Parameters:
newPAttrProdAttributeId - the relevant attributeId.

setPAttrProdCatentryId

public void setPAttrProdCatentryId(java.lang.String newPAttrProdCatentryId)
Sets the pAttrProdCatentryId field and uses it to set the catentryId key field of the access bean.
Specified by:
setPAttrProdCatentryId in interface PAttrProdInputDataBean
Parameters:
newPAttrProdCatentryId - the relevant catentryId.

setRequestProperties

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