com.ibm.tivoli.maximo.skd.app

Class SKDOriginDestMatrix

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.skd.app.SKDOriginDestMatrix
  • All Implemented Interfaces:
    SKDOriginDestMatrixRemote, java.rmi.Remote, MboConstants, MboRemote, MaxRemoteProxy


    public class SKDOriginDestMatrix
    extends Mbo
    implements SKDOriginDestMatrixRemote
    MBO object to represent SKDOriginDestMatrix.

    This is a organization level object.

    The key attribute for this object is FROMSERVICEADDRESS,TOSERVICEADDRESS,FROMWORKORDER,TOWORKORDER,ORGID

    The attributes in this object are as follows:

    FROMSERVICEADDRESSSource address when the travel time should start.
    TOSERVICEADDRESSDestination address when the travel time should end.
    FROMWORKORDERWork order identification of the from work location.
    TOWORKORDERWork order identification of the to work location.
    ORGIDOrganization Identifier.
    TRAVELTIMEThe amount of time needed to travel between the service addresses. This value can be calculated by the map provider, or you can enter a value in the format HH:MM.
    SOURCESource of the travel time entry, either user entry or map provider.
    CHANGEBYThe user who modified the travel time.
    CHANGEDATEDate and time the travel time was modified.
    MEMONotes about the travel time.
    SKDDESTINATIONMATRIXIDUnique identification of the Destination Matrix.
    • Constructor Detail

      • SKDOriginDestMatrix

        public SKDOriginDestMatrix(MboSet ms)
                            throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        Saves this SKDOriginDestMatrix object. If reverseupdate is checked, add reverse direction record or update travel time for reverse matrix.
        Overrides:
        save in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException