public class MaxExtIfaceInInfo
extends java.lang.Object
| Constructor and Description |
|---|
MaxExtIfaceInInfo()
Constructor
|
| 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
|
public void setExtSysName(java.lang.String extSysName)
extSysName - external system namepublic java.lang.String getExtSysName()
public java.lang.String getInterface()
public void setInterface(java.lang.String e)
e - interface namepublic java.util.List getIntegrationService()
public void setIntegrationService(java.util.List e)
e - MOS namepublic void setEnabled(int e)
e - enabled flagpublic boolean isEnabled()
public boolean isContinuous()
public void setIsContinuous(int e)
e - Continuous Queue flag