psdi.app.asset

Class AssetOpSKD

  • All Implemented Interfaces:
    java.rmi.Remote, AssetOpSKDRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class AssetOpSKD
    extends Mbo
    implements AssetOpSKDRemote
    MBO object to represent AssetOpSKD.

    This is a site level object.

    The attributes in this object are as follows:

    Attribute NameDescription
    ASSETNUMIdentifier for the asset record.
    SiteIdIdentifier of the site for this Asset.
    STARTDATETIMEThe date and time that the operating schedule for the asset begins
    ENDDATETIMEThe date and time that the operating schedule for the asset ends.
    OPHRSDuration of the operating schedule. The asset will be unavailable for maintenance during its operating schedule.
    REMARKSComments about the operating schedule.
    ENTERBYName of user who entered the record.
    ENTERDATEThe date the asset schedule was entered.
    SOURCESYSIDSource System ID.
    ORGIDOrganization Identifier.
    SKDTYPEType of schedule like weekly, bi-weekly, daily, annually or custom.
    • Constructor Detail

      • AssetOpSKD

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

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add AssetOpSKD record with assetnum set to owner assetnum, 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