com.ibm.tivoli.maximo.skd.app

Class SKDProjectAssts

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.skd.app.SKDProjectAssts
    • Constructor Detail

      • SKDProjectAssts

        public SKDProjectAssts(MboSet ms)
                        throws MXException,
                               java.rmi.RemoteException
        Constructs the SKDProjectShifts object.

        Parameters:
        ms - MboSet
        Throws:
        MXException, - RemoteException
        MXException
        java.rmi.RemoteException
    • Method Detail

      • skipCopyField

        protected boolean skipCopyField(MboValueInfo mvi)
                                 throws java.rmi.RemoteException,
                                        MXException
        This method overrides the skipCopyField() in the Mbo. This method takes the MboValueInfo as its parameter to see if this field needs to be copied or skipped.If this field does not need to be copied, it returns true. The following fields do not get copied from the source SKDProjectShifts to the target SKDProjectShifts.
        1. NAME
        Overrides:
        skipCopyField in class Mbo
        Parameters:
        mvi - The MboValueInfo object of the MboValue that needs to be copied.
        Returns:
        True,if the field does not need to be copied.In all other cases return false.
        Throws:
        MXException
        java.rmi.RemoteException
      • propagateKeyValue

        public void propagateKeyValue(java.lang.String keyName,
                                      java.lang.String keyValue)
                               throws MXException,
                                      java.rmi.RemoteException
        Set value for NAME.
        Specified by:
        propagateKeyValue in interface MboRemote
        Overrides:
        propagateKeyValue in class Mbo
        Parameters:
        keyName - Should equal "NAME" or else nothing will be propagated.
        keyValue - The new value of NAME.
        Throws:
        MXException
        java.rmi.RemoteException