public class InboundCommCfgData
extends java.lang.Object
| Constructor and Description | 
|---|
InboundCommCfgData()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAdminEmail()
Returns the admin Email 
 | 
int | 
getAgeThreshold()
Returns the Email age threshold 
 | 
java.lang.String | 
getAgeUOM()
Returns the age uom 
 | 
boolean | 
getAsyncFlag()
Returns the Asynchronous flag 
 | 
java.lang.String | 
getConnFactory()
Returns the JMS connection factory 
 | 
java.lang.String | 
getEmailAddress()
Returns the email address associated with the inboundcfg. 
 | 
java.lang.String | 
getEmailPassword()
Returns the email password associated with the inboundcfg. 
 | 
java.lang.String | 
getFolder()
Returns the folder Name for the email address 
 | 
java.lang.String | 
getJMSQueue()
Returns the JMS queue 
 | 
java.lang.String | 
getMailServerName()
Returns the mail server associated with the inboundcfg. 
 | 
java.lang.String | 
getObjectKeyDel()
Returns the object key delimiter for the email address 
 | 
int | 
getPort()
Returns the port associated with the inboundcfg. 
 | 
java.lang.String | 
getProtocol()
Returns the protocol associated with the inboundcfg. 
 | 
java.lang.String | 
getUserName()
Returns the user Name for the email address 
 | 
java.lang.String | 
getWFProcess()
Returns the workflow process 
 | 
boolean | 
isActive()
Returns whether the configuration is active or not. 
 | 
boolean | 
isEmailDeletion()
Returns whether the email can be deleted  or not. 
 | 
boolean | 
isStartTls()
Returns the starttls setting associated with the inboundcfg. 
 | 
void | 
setActive(boolean b)
Sets whether the configuration is active or not. 
 | 
void | 
setAdminEmail(java.lang.String str)
sets the admin Email 
 | 
void | 
setAgeThreshold(int age)
sets the Email age threshold 
 | 
void | 
setAgeUOM(java.lang.String str)
sets the age uom 
 | 
void | 
setAsyncFlag(boolean flag)
sets the Asynchronous flag 
 | 
void | 
setConnFactory(java.lang.String str)
sets the JMS connection factory 
 | 
void | 
setEmailAddress(java.lang.String string)
Sets the email address associated with the inboundcfg. 
 | 
void | 
setEmailDeletion(boolean b)
Sets whether the email can be deleted or not. 
 | 
void | 
setEmailPassword(java.lang.String str)
sets the email password associated with the inboundcfg. 
 | 
void | 
setFolder(java.lang.String str)
sets the folder Name for the email address 
 | 
void | 
setJMSQueue(java.lang.String str)
sets the JMS queue 
 | 
void | 
setMailServerName(java.lang.String str)
sets the mail server associated with the inboundcfg. 
 | 
void | 
setObjectKeyDel(java.lang.String str)
sets the object key delimiter  for the email address 
 | 
void | 
setPort(int num)
sets the port associated with the inboundcfg. 
 | 
void | 
setProtocol(java.lang.String str)
sets the protocol associated with the inboundcfg. 
 | 
void | 
setStartTls(boolean s)
Sets the starttls setting associated with the inboundcfg. 
 | 
void | 
setUserName(java.lang.String str)
sets the user Name for the email address 
 | 
void | 
setWFProcess(java.lang.String str)
sets the workflow process 
 | 
public boolean isActive()
public void setActive(boolean b)
b - true to indicate that the configuration is active,
                        otherwise false.public boolean isEmailDeletion()
public void setEmailDeletion(boolean b)
b - true to indicate that temail can be deleted,
                        otherwise false.public java.lang.String getEmailAddress()
public void setEmailAddress(java.lang.String string)
string - email address associated with the inboundcfg.public java.lang.String getMailServerName()
public void setMailServerName(java.lang.String str)
string - mail server associated with the inboundcfg.public java.lang.String getEmailPassword()
public void setEmailPassword(java.lang.String str)
string - email password associated with the inboundcfg.public java.lang.String getProtocol()
public void setProtocol(java.lang.String str)
string - protocol associated with the inboundcfg.public java.lang.String getUserName()
public void setUserName(java.lang.String str)
string - user Name for the email addresspublic java.lang.String getFolder()
public void setFolder(java.lang.String str)
string - folder Name for the email addresspublic int getPort()
public void setPort(int num)
int - port associated with the inboundcfg.public boolean isStartTls()
public void setStartTls(boolean s)
boolean - starttls setting associated with the inboundcfg.public java.lang.String getObjectKeyDel()
public void setObjectKeyDel(java.lang.String str)
string - object key delimiter  for the email addresspublic java.lang.String getConnFactory()
public void setConnFactory(java.lang.String str)
string - JMS connection factorypublic java.lang.String getJMSQueue()
public void setJMSQueue(java.lang.String str)
string - JMS queuepublic java.lang.String getAdminEmail()
public void setAdminEmail(java.lang.String str)
string - admin Emailpublic int getAgeThreshold()
public void setAgeThreshold(int age)
int - Email age thresholdpublic void setAgeUOM(java.lang.String str)
string - age uompublic java.lang.String getAgeUOM()
public void setWFProcess(java.lang.String str)
string - workflow processpublic java.lang.String getWFProcess()
public void setAsyncFlag(boolean flag)
flag - to indicate synchronous or Asynchronouspublic boolean getAsyncFlag()