psdi.app.inventory

Class OrderUnit

  • java.lang.Object
  • All Implemented Interfaces:
    java.rmi.Remote, OrderUnitRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class OrderUnit
    extends Mbo
    implements OrderUnitRemote
    Mbo object to represent the OrderUnit object.

    See Inventory Package description.

    This is an organization-level object.

    The key attributes for this object are as follows: OrgId, OrderUnit.

    The attributes in this object are as follows:

    Attribute NameDescription
    ConversionFactor to convert from order units to issue units.
    OrderUnitDescription of how the item is ordered, for example, by the BARREL, BOX, DOZEN, ROLL or EACH.
    OrgIdIdentifier of the Organization for this OrderUnit.
    UOMCodeCode that describes how this order unit is measured, for example a BARREL can be measured by the LITER or QUART.
    • Constructor Detail

      • OrderUnit

        public OrderUnit(MboSet ms)
                  throws MXException,
                         java.rmi.RemoteException
        Construct the OrderUnit
        Throws:
        MXException
        java.rmi.RemoteException