com.ibm.commerce.common.beans

Class QuantityUnitFormatDescriptionDataBean

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM Copyright notice field.
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.ibm.commerce.command.CommandContext getCommandContext()
      This method returns the command context set within this bean.
      java.lang.String getDataBeanKeyLanguageId()
      This method returns the databean key:LanguageId.
      java.lang.String getDataBeanKeyNumberUsgId()
      This method returns the databean key:NumberUsgId.
      java.lang.String getDataBeanKeyQuantityUnitId()
      This method returns the databean key:QuantityUnitId.
      java.lang.String getDataBeanKeyStoreEntityId()
      This method returns the databean key:StoreEntityId.
      com.ibm.commerce.datatype.TypedProperty getRequestProperties()
      This method returns the request property set within this bean.
      void populate()
      This method is used to populate the QuantityUnitFormatDescriptionDataBean.
      void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
      This method sets the command context within this bean.
      void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
      This method sets the databean key:LanguageId.
      void setDataBeanKeyNumberUsgId(java.lang.String aNumberUsgId)
      This method sets the databean key:NumberUsgId.
      void setDataBeanKeyQuantityUnitId(java.lang.String aQuantityUnitId)
      This method sets the databean key:QuantityUnitId.
      void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
      This method sets the databean key:StoreEntityId.
      void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
      This method sets the request property within this bean.
      • Methods inherited from class com.ibm.commerce.common.objects.QuantityUnitFormatDescriptionAccessBean

        findAll, getCustomizedQuantityString, getDescription, getDisplayLocale, getEntity, getGroupingCharacter, getLanguageId, getLanguageIdInEntityType, getNumberPattern, getNumberUsgId, getNumberUsgIdInEntityType, getQuantityUnitId, getRadixPoint, getStoreEntityId, getStoreEntityIdInEntityType, getUnitPrefixNegative, getUnitPrefixPositive, getUnitSuffixNegative, getUnitSuffixPositive, getUnitSymbol, instantiateEntity, setCustomizedQuantityString, setDescription, setDisplayLocale, setGroupingCharacter, setInitKey_languageId, setInitKey_languageId, setInitKey_numberUsgId, setInitKey_numberUsgId, setInitKey_quantityUnitId, setInitKey_storeEntityId, setInitKey_storeEntityId, setLanguageId, setLanguageId, setNumberPattern, setNumberUsgId, setNumberUsgId, setQuantityUnitId, setRadixPoint, setStoreEntityId, setStoreEntityId, setUnitPrefixNegative, setUnitPrefixPositive, setUnitSuffixNegative, setUnitSuffixPositive, setUnitSymbol
      • Methods inherited from class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean

        createAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • QuantityUnitFormatDescriptionDataBean

        public QuantityUnitFormatDescriptionDataBean()
    • Method Detail

      • getCommandContext

        public com.ibm.commerce.command.CommandContext getCommandContext()
        This method returns the command context set within this bean.
        Specified by:
        getCommandContext in interface com.ibm.commerce.beans.SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • getRequestProperties

        public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
        This method returns the request property set within this bean.
        Specified by:
        getRequestProperties in interface com.ibm.commerce.beans.InputDataBean
        Returns:
        com.ibm.commerce.datatype.TypedProperty
      • populate

        public void populate()
        This method is used to populate the QuantityUnitFormatDescriptionDataBean. You must set iDataBeanKeyLanguageId and iDataBeanKeyNumberUsgId and setDataBeanKeyLanguageId and setDataBeanKeyNumberUsgId using the setDataBeanKeyLanguageId(String) and setDataBeanKeyNumberUsgId(String) and setDataBeanKeyQuantityUnitId(String) and setDataBeanKeyStoreEntityId(String) method before running the populate() method.
        Specified by:
        populate in interface com.ibm.commerce.beans.SmartDataBean
        Throws:
        java.lang.Exception
        See Also:
        setDataBeanKeyLanguageId(String), setDataBeanKeyNumberUsgId(String), setDataBeanKeyQuantityUnitId(String), setDataBeanKeyStoreEntityId(String)
      • setCommandContext

        public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
        This method sets the command context within this bean.
        Specified by:
        setCommandContext in interface com.ibm.commerce.beans.SmartDataBean
        Parameters:
        aCommandContext - com.ibm.commerce.command.CommandContext
      • setRequestProperties

        public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
        This method sets the request property within this bean.
        Specified by:
        setRequestProperties in interface com.ibm.commerce.beans.InputDataBean
        Parameters:
        aRequestProperty -