psdi.app.location

Class LocationOpSKD

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


    public class LocationOpSKD
    extends Mbo
    implements LocationOpSKDRemote
    MBO object to represent LocationOpSKD.

    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 operating schedule for the location begins
    ENDDATETIMEThe date and time that the operating schedule for the location ends.
    OPHRSDuration of the operating schedule. The location will be unavailable for maintenance during its operating schedule.
    REMARKSComments about the operating 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

      • LocationOpSKD

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

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add LocationOpSKD 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