com.ibm.commerce.user.beans

Class OrganizationCodeDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, Delegator, com.ibm.commerce.user.beans.OrganizationCodeInputDataBean, com.ibm.commerce.user.beans.OrganizationCodeSmartDataBean, java.io.Serializable


    public class OrganizationCodeDataBean
    extends com.ibm.commerce.user.beansrc.OrganizationCodeDataBeanBase
    implements com.ibm.commerce.user.beans.OrganizationCodeInputDataBean, com.ibm.commerce.user.beans.OrganizationCodeSmartDataBean
    This data bean contains the unique identification of an organization entity under different identification systems or domains. This information can be used to identify buyer organization and supplier organization to each other in procurement systems.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrganizationCodeDataBean

        public OrganizationCodeDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty
      • getDataBeanKeyIOrganizationCodeId

        public java.lang.String getDataBeanKeyIOrganizationCodeId()
        Gets the key(organization code ID) of this data bean.
        Specified by:
        getDataBeanKeyIOrganizationCodeId in interface com.ibm.commerce.user.beans.OrganizationCodeSmartDataBean
        Returns:
        The key of this data bean.
      • getCommandContext

        public CommandContext getCommandContext()
        Gets the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - com.ibm.commerce.command.CommandContext
      • setDataBeanKeyIOrganizationCodeId

        public void setDataBeanKeyIOrganizationCodeId(java.lang.String aIOrganizationCodeId)
        Sets the key(organization code ID) of this data bean.
        Specified by:
        setDataBeanKeyIOrganizationCodeId in interface com.ibm.commerce.user.beans.OrganizationCodeInputDataBean
        Parameters:
        aIOrganizationCodeId - The key of this data bean.
      • populate

        public void populate()
        Retrieves data from the database.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception