com.ibm.commerce.catalog.beans
Class ClassificationCodeDescriptionDataBean

java.lang.Object
  |
  +--com.ibm.commerce.catalog.beansrc.ClassificationCodeDescriptionDataBeanBase
        |
        +--com.ibm.commerce.catalog.beans.ClassificationCodeDescriptionDataBean

public class ClassificationCodeDescriptionDataBean
extends com.ibm.commerce.catalog.beansrc.ClassificationCodeDescriptionDataBeanBase

This databean represents the classification code description object.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
protected  CommandContext iCommandContext
           
protected  java.lang.String iDataBeanKeyClassificationCodeId
           
protected  java.lang.String iDataBeanKeyLanguageId
           
protected  TypedProperty iRequestProperties
           
 
Constructor Summary
ClassificationCodeDescriptionDataBean(java.lang.String aClassificationCodeId, java.lang.String aLanguageId)
          Constructs the ClassificationCodeDescriptionDataBean with the specified classification code Id and language Id.
 
Method Summary
  CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyClassificationCodeId()
          Gets the classification code ID.
 java.lang.String getDataBeanKeyLanguageId()
          Gets the language ID.
  TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 void populate()
          Populates the bean by retrieving data from the database.
 void setCommandContext( CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyClassificationCodeId(java.lang.String aClassificationCodeId)
          Sets the classification code ID.
 void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
          Sets the language ID.
 void setRequestProperties( TypedProperty aRequestProperty)
          Sets the request property within this bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String COPYRIGHT
The internal copyright field.
See Also:
Constant Field Values

iCommandContext

protected CommandContext iCommandContext

iRequestProperties

protected TypedProperty iRequestProperties

iDataBeanKeyClassificationCodeId

protected java.lang.String iDataBeanKeyClassificationCodeId

iDataBeanKeyLanguageId

protected java.lang.String iDataBeanKeyLanguageId
Constructor Detail

ClassificationCodeDescriptionDataBean

public ClassificationCodeDescriptionDataBean(java.lang.String aClassificationCodeId,
                                             java.lang.String aLanguageId)
Constructs the ClassificationCodeDescriptionDataBean with the specified classification code Id and language Id.
Parameters:
aClassificationCodeId - The classification code ID.
aLanguageId - The language ID.
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request property set within this bean.
Returns:
The request property as TypedProperty object.

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Sets the request property within this bean.
Parameters:
aRequestProperty - The request property as TypedProperty object.
Throws:
CreateException - In the execution of the method, a create exception occurs.
FinderException - In the execution of the method, a finder exception occurs.
NamingException - In the execution of the method, a naming exception occurs.
RemoteException - In the execution of the method, a remote exception occurs.

getDataBeanKeyClassificationCodeId

public java.lang.String getDataBeanKeyClassificationCodeId()
Gets the classification code ID.
Returns:
The classification code ID.

getDataBeanKeyLanguageId

public java.lang.String getDataBeanKeyLanguageId()
Gets the language ID.
Returns:
The language ID.

getCommandContext

public CommandContext getCommandContext()
Gets the command context set within this bean.
Returns:
The command context as CommandContext object.

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
Parameters:
aCommandContext - The command context as CommandContext object.

setDataBeanKeyClassificationCodeId

public void setDataBeanKeyClassificationCodeId(java.lang.String aClassificationCodeId)
Sets the classification code ID.
Parameters:
aClassificationCodeId - The classification code ID.

setDataBeanKeyLanguageId

public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Sets the language ID.
Parameters:
aLanguageId - The language ID.

populate

public void populate()
              throws java.lang.Exception
Populates the bean by retrieving data from the database.
Throws:
java.lang.Exception - An exception occurs during the execution of the method.