com.ibm.commerce.utf.beans
Class PAttributeDescDataBean

java.lang.Object
  PAttributeDescDataBeanBase
      com.ibm.commerce.utf.beans.PAttributeDescDataBean
All Implemented Interfaces:
DataBean, InputDataBean, PAttributeDescInputDataBean, PAttributeDescSmartDataBean, java.io.Serializable, SmartDataBean

public class PAttributeDescDataBean
extends PAttributeDescDataBeanBase
implements PAttributeDescInputDataBean, PAttributeDescSmartDataBean, SmartDataBean

Interfaces to the data members of the PAttributeDescAccessBean.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Constructor Summary
PAttributeDescDataBean()
Constructs PAttributeDescDataBean, initializes fields to null.
PAttributeDescDataBean(PAttributeDescAccessBean anAccessBean)
Constructs PAttributeDescDataBean, initializes fields to null.
Method Summary
CommandContext getCommandContext()
Gets the active commandContext.
java.lang.String getLanguageId()
Gets the languageId.
java.lang.String getPAttributeId()
Gets the pAttributeId.
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 setLanguageId(java.lang.String newLanguageId)
Sets the languageId field and uses it to set the langId key field of the access bean.
void setPAttributeId(java.lang.String newPAttributeId)
Sets the pAttributeId field and uses it to set the pAttributeId 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

PAttributeDescDataBean

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

PAttributeDescDataBean

public PAttributeDescDataBean(PAttributeDescAccessBean anAccessBean)
                       throws java.lang.Exception
Constructs PAttributeDescDataBean, initializes fields to null.
Parameters:
anAccessBean - com.ibm.commerce.utf.objects.PAttributeDescAccessBean
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.

getLanguageId

public java.lang.String getLanguageId()
Gets the languageId.
Specified by:
getLanguageId in interface PAttributeDescSmartDataBean
Returns:
java.lang.String

getPAttributeId

public java.lang.String getPAttributeId()
Gets the pAttributeId.
Specified by:
getPAttributeId in interface PAttributeDescSmartDataBean
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.

setLanguageId

public void setLanguageId(java.lang.String newLanguageId)
Sets the languageId field and uses it to set the langId key field of the access bean.
Specified by:
setLanguageId in interface PAttributeDescInputDataBean
Parameters:
newLanguageId - the relevant langId.

setPAttributeId

public void setPAttributeId(java.lang.String newPAttributeId)
Sets the pAttributeId field and uses it to set the pAttributeId key field of the access bean.
Specified by:
setPAttributeId in interface PAttributeDescInputDataBean
Parameters:
newPAttributeId - the relevant pAttributeId.

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