psdi.app.location

Class LocationMntSKD

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


    public class LocationMntSKD
    extends Mbo
    implements LocationMntSKDRemote
    MBO object to represent LocationMntSKD.

    This is a site level object.

    The attributes in this object are as follows:

    Attribute NameDescription
    LOCATIONIdentifier for the location record.
    SiteIdIdentifier of the site for this Location.
    STARTDATETIMEThe date and time that the maintenance schedule for the location begins
    ENDDATETIMEThe date and time that the maintenance schedule for the location ends.
    OPHRSDuration of the maintenance schedule. Indicates the period during which maintenance can be done on an location.
    REMARKSComments about the maintenance schedule.
    ENTERBYName of user who entered the record.
    ENTERDATEThe date the location schedule was entered.
    SOURCESYSIDSource System ID.
    ORGIDOrganization Identifier.
    SKDTYPEType of schedule like weekly, bi-weekly, daily, annually or custom.
    • Constructor Detail

      • LocationMntSKD

        public LocationMntSKD(MboSet ms)
                       throws MXException,
                              java.rmi.RemoteException
        Constructor
        Parameters:
        ms - LocationMntSKD MboSet.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add LocationMntSKD record with location set to owner location, Enterdate , Enterby
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • init

        public void init()
                  throws MXException
        initialization rountine. This sets the READONLY flags both for those fields that are always read only and those that are editable only during insert.
        Overrides:
        init in class Mbo
        Throws:
        MXException