psdi.app.pr

Interface PRCostSetRemote

  • All Superinterfaces:
    MboAccessInterface, MboSetRemote, java.rmi.Remote, Transactable


    public interface PRCostSetRemote
    extends MboSetRemote
    Remote Interface to the set of PRCost lines. Defines certain relationships from this object to others. To add more relationships, add the static string here and add the relationship SQL in the PRService object.
    Any method that can be remotely accessed on the PRCostSet has to be declared in this interface.
    • Field Detail

      • PR

        static final java.lang.String PR
        Relationship to the PR table, used to find a purchase requisition record that is associated with a PRCost.
        (prcost.prnum=pr.prnum)
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
      • PRLINE

        static final java.lang.String PRLINE
        Relationship to the PRLine table, used to find a purchase requisition line record that is associated with a PRCost.
        (prcost.prlineid=prline.prlineid)
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values