com.ibm.tivoli.maximo.amcrew.app.workorder.virtual

Class AssignCrew

    • Constructor Detail

      • AssignCrew

        public AssignCrew(MboSet ms)
                   throws java.rmi.RemoteException
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getFirstTimeThrough

        public boolean getFirstTimeThrough()
                                    throws MXException,
                                           java.rmi.RemoteException
        Fetches the firstTimeThrough boolean.
        Returns:
        A boolean saying whether this is the first time the AMCrewSet has been fetched.
        Throws:
        MXException
        java.rmi.RemoteException
      • setFirstTimeThrough

        public void setFirstTimeThrough(boolean newValue)
                                 throws MXException,
                                        java.rmi.RemoteException
        Sets the firstTimeThrough boolean.
        Parameters:
        newValue - The new value for the firstTimeThrough boolean.
        Throws:
        MXException
        java.rmi.RemoteException
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        The add method: sets the defaults of the fields on the Available Crew dialog.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException