com.ibm.commerce.inventory.beans

Class InventoryAdjustmentCodeDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, java.io.Serializable


    public class InventoryAdjustmentCodeDataBean
    extends SmartDataBeanImpl
    This databean defines an InventoryAdjustmentCode for a Store, or the Stores in a StoreGroup. Each code represents a reason for an InventoryAdjustment, such as broken, lost, or found.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • InventoryAdjustmentCodeDataBean

        public InventoryAdjustmentCodeDataBean()
    • Method Detail

      • getLanguageId

        public java.lang.String getLanguageId()
        This method returns the language id.
        Returns:
        String the language id.
      • setLanguageId

        public void setLanguageId(java.lang.String newLanguageId)
        This method sets the language id.
        Parameters:
        newLanguageId -
      • getAdjustCode

        public java.lang.String getAdjustCode()
        This method returns the Adjust Code.
        Returns:
        java.lang.String the Adjust Code.
      • getDescription

        public java.lang.String getDescription()
        This method returns the description.
        Returns:
        java.lang.String the description.
      • getDisplay

        public java.lang.String getDisplay()
        This method returns the display.
        Returns:
        java.lang.String the display.
      • getInvAdjCodeId

        public java.lang.String getInvAdjCodeId()
        This method returns the inventory adjust code id.
        Returns:
        java.lang.String the inventory adjust code id.
      • populate

        public void populate()
                      throws java.lang.Exception
        This method is used to populate the InventoryAdjustmentCodeDataBean. You must set istrInvAdjCodeId using the setInvAdjCodeId(String) method before running the populate() method.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception
        See Also:
        setInvAdjCodeId(String)
      • setAdjustCode

        public void setAdjustCode(java.lang.String newAdjustCode)
        This method sets the djustCode.
        Parameters:
        newAdjustCode - java.lang.String
      • setDescription

        public void setDescription(java.lang.String newDescription)
        This method sets the description.
        Parameters:
        newDescription - java.lang.String
      • setDisplay

        public void setDisplay(java.lang.String newDisplay)
        This method sets the display.
        Parameters:
        newDisplay - java.lang.String
      • setInvAdjCodeId

        public void setInvAdjCodeId(java.lang.String newInvAdjCodeId)
        This method sets the InvAdjCodeId.
        Parameters:
        newInvAdjCodeId - java.lang.String