psdi.app.mr

Interface MRCostSetRemote

  • All Superinterfaces:
    MboAccessInterface, MboSetRemote, java.rmi.Remote, Transactable
    All Known Implementing Classes:
    MRCostSet


    public interface MRCostSetRemote
    extends MboSetRemote
    Remote Interface to the set of MRCost 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 MRService object.
    Any method that can be remotely accessed on the MRCostSet has to be declared in this interface.
    • Field Detail

      • MR

        static final java.lang.String MR
        Relationship to the MR table, used to find an mr record that is associated with an MRCost.
        (mrcost.mrnum=mr.mrnum)
        The resulting set will contain one or more objects.
        See Also:
        Constant Field Values
      • MRLINE

        static final java.lang.String MRLINE
        Relationship to the MRLine table, used to find an mrline record that is associated with an MRCost.
        (mrcost.mrlineid=mrline.mrlineid)
        The resulting set will contain one or more objects.
        See Also:
        Constant Field Values