psdi.app.workorder

Class WorkPriority

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


    public class WorkPriority
    extends Mbo
    implements WorkPriorityRemote
    Mbo to represent an object to hold the response time associated with a work priority
    See WorkOrder Package description.

    This Mbo is a site level object.

    The key attribute for this object is Priority.

    The attributes in this object are as follows:

    Attribute NameDescription
    OrgIdIdentifier of the organization for this failure.
    PriorityRepresents the level of priority used for scheduling the work order.
    ResponseTimeRepresents the number of minutes within which a response is required.
    SiteIdIdentifier of the site for this failure.
    • Constructor Detail

      • WorkPriority

        public WorkPriority(MboSet ms)
                     throws MXException,
                            java.rmi.RemoteException
        construtor for WorkPriority.
        Parameters:
        ms - the WorkPriority MboSet.
        Throws:
        MXException
        java.rmi.RemoteException