psdi.iface.mic

Class MaxExtIfaceInInfo

  • java.lang.Object
    • psdi.iface.mic.MaxExtIfaceInInfo


  • public class MaxExtIfaceInInfo
    extends java.lang.Object
    Holds information about External Inbound Interfaces
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxExtIfaceInInfo()
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getExtSysName()
      Get the external system name
      java.util.List getIntegrationService()
      Return the name of the MOS
      java.lang.String getInterface()
      Return the name of the interface
      boolean isContinuous()
      Returns whether this interface uses the Continuous Queue
      boolean isEnabled()
      Returns whether this interface is enabled or not
      void setEnabled(int e)
      Set enabled flag of the interface
      void setExtSysName(java.lang.String extSysName)
      Set the external system name
      void setIntegrationService(java.util.List e)
      Set the name of the MOS
      void setInterface(java.lang.String e)
      Set the interface name
      void setIsContinuous(int e)
      Sets whether this interface uses the Continuous Queue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxExtIfaceInInfo

        public MaxExtIfaceInInfo()
        Constructor
    • Method Detail

      • setExtSysName

        public void setExtSysName(java.lang.String extSysName)
        Set the external system name
        Parameters:
        extSysName - external system name
      • getExtSysName

        public java.lang.String getExtSysName()
        Get the external system name
        Returns:
        external system name
      • getInterface

        public java.lang.String getInterface()
        Return the name of the interface
        Returns:
        interface name
      • setInterface

        public void setInterface(java.lang.String e)
        Set the interface name
        Parameters:
        e - interface name
      • getIntegrationService

        public java.util.List getIntegrationService()
        Return the name of the MOS
        Returns:
        MOS name
      • setIntegrationService

        public void setIntegrationService(java.util.List e)
        Set the name of the MOS
        Parameters:
        e - MOS name
      • setEnabled

        public void setEnabled(int e)
        Set enabled flag of the interface
        Parameters:
        e - enabled flag
      • isEnabled

        public boolean isEnabled()
        Returns whether this interface is enabled or not
        Returns:
        true or false
      • isContinuous

        public boolean isContinuous()
        Returns whether this interface uses the Continuous Queue
        Returns:
        true or false
      • setIsContinuous

        public void setIsContinuous(int e)
        Sets whether this interface uses the Continuous Queue
        Parameters:
        e - Continuous Queue flag