psdi.app.dpldasset.virtual

Class FldParentName

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldParentName
    extends MAXTableDomain
    Handles initialization of non-persistent attribute TLOAMPARENTNAME. It's value is determined via the relationship of relationship: TLOAMPARENTCOMPUTER parent: COMPUTERSYSTEM child: COMPUTERSYSTEM where clause: nodeid = :tloamparentid
    Since:
    7.2
    • Method Detail

      • initValue

        public void initValue()
                       throws MXException,
                              java.rmi.RemoteException
        If tloamparentid contains a value, then set non-persistent attribute tloamparentname using the defined relationship between computersystem.nodeid = computersystem.tloamparentid.
        Specified by:
        initValue in interface MboValueListener
        Overrides:
        initValue in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException