psdi.common.commtmplt

Class FldTemplateID

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldTemplateID
    extends MAXTableDomain
    Common field validation class for CommTemplate TemplateID. Validating a TemplateID requires that the validating Mbo has an object name attribute restricted to names of main objects.
    • Constructor Detail

      • FldTemplateID

        public FldTemplateID(MboValue mbv)
                      throws MXException,
                             java.rmi.RemoteException
        This constructor assumes the ObjectName attribute is named ObjectName.
        Parameters:
        mbv - Target of this field listener.
        Throws:
        MXException
        java.rmi.RemoteException
      • FldTemplateID

        public FldTemplateID(MboValue mbv,
                             java.lang.String objectNameAttr)
                      throws MXException,
                             java.rmi.RemoteException
        Constructor
        Parameters:
        mbv - Target of this field listener.
        objectNameAttr - Name of the object name attribute in the owning Mbo.
        Throws:
        MXException
        java.rmi.RemoteException