com.ibm.tivoli.maximo.fdmbo.map.app

Class JSONMappingPropValues

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.fdmbo.map.app.JSONMappingPropValues
    • Constructor Detail

      • JSONMappingPropValues

        public JSONMappingPropValues(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The JSONMappingPropValues MboSet.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Default value for some of the fields of the new JSONMappingPropValues table.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • skipCopyField

        protected boolean skipCopyField(MboValueInfo mvi)
                                 throws MXException,
                                        java.rmi.RemoteException
        Over-rides the method in the super class. If the field need not be copied during copy() return true else return false. The following fields are not copied from the source Mbo to the target Mbo.
        • MAPNAME
        Overrides:
        skipCopyField in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException