psdi.app.asset

Class AssetFeatureSet

    • Constructor Detail

      • AssetFeatureSet

        public AssetFeatureSet(MboServerInterface ms)
                        throws java.rmi.RemoteException
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • canAdd

        public void canAdd()
                    throws MXException
        A new AssetFeature instance can only be created by an owning linear Asset object.
        Overrides:
        canAdd in class MboSet
        Throws:
        java.rmi.RemoteException
        MXApplicationException("linearasset","assetLRM_NoAdd") - if the owning object is not an asset.
        MXException