psdi.app.workorder

Class FailureRemarkSet

    • Constructor Detail

      • FailureRemarkSet

        public FailureRemarkSet(MboServerInterface ms)
                         throws MXException,
                                java.rmi.RemoteException
        Construct the set.
        Parameters:
        ms - The MboServerInterface for FailureRemarkSet.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generate a new FailureRemark object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - the FailureRemark MboSet.
        Returns:
        a new FailureRemark Mbo object.
        Throws:
        MXException
        java.rmi.RemoteException
      • canAdd

        public void canAdd()
                    throws MXException
        Determines if a FailureRemark can be added to the set.
        Overrides:
        canAdd in class MboSet
        Throws:
        MXAccessException - Thrown with "access","addWrongOwner" if this set isn't owned by a work order. Parameter is this Mbo's Name.
        MXException