psdi.common.emailstner

Class InboundCommCfgData

  • java.lang.Object
    • psdi.common.emailstner.InboundCommCfgData


  • public class InboundCommCfgData
    extends java.lang.Object
    A class to represent the inboundcommcfg details.
    • Constructor Detail

      • InboundCommCfgData

        public InboundCommCfgData()
    • Method Detail

      • setOAuthClientId

        public void setOAuthClientId(java.lang.String clientId)
      • getOAuthClientId

        public java.lang.String getOAuthClientId()
      • setOAuthClientSecret

        public void setOAuthClientSecret(java.lang.String clientSecret)
      • getOAuthClientSecret

        public java.lang.String getOAuthClientSecret()
      • setOAuthTokenUrl

        public void setOAuthTokenUrl(java.lang.String tokenUrl)
      • getOAuthTokenUrl

        public java.lang.String getOAuthTokenUrl()
      • setOAuthRefreshToken

        public void setOAuthRefreshToken(java.lang.String refreshToken)
      • getOAuthRefreshToken

        public java.lang.String getOAuthRefreshToken()
      • setOAuthAccessToken

        public void setOAuthAccessToken(java.lang.String accessToken)
      • getOAuthAccessToken

        public java.lang.String getOAuthAccessToken()
      • setOAuthAccessTokenExpDate

        public void setOAuthAccessTokenExpDate(java.util.Date accessTokenExpDate)
      • getOAuthAccessTokenExpDate

        public java.util.Date getOAuthAccessTokenExpDate()
      • isActive

        public boolean isActive()
        Returns whether the configuration is active or not.
        Returns:
        true to indicate that the configuration is active, otherwise false.
      • setActive

        public void setActive(boolean b)
        Sets whether the configuration is active or not.
        Parameters:
        b - true to indicate that the configuration is active, otherwise false.
      • isEmailDeletion

        public boolean isEmailDeletion()
        Returns whether the email can be deleted or not.
        Returns:
        true to indicate that the email can be deleted, otherwise false.
      • setEmailDeletion

        public void setEmailDeletion(boolean b)
        Sets whether the email can be deleted or not.
        Parameters:
        b - true to indicate that temail can be deleted, otherwise false.
      • getEmailAddress

        public java.lang.String getEmailAddress()
        Returns the email address associated with the inboundcfg.
        Returns:
        the email address associated with the inboundcfg.
      • setEmailAddress

        public void setEmailAddress(java.lang.String string)
        Sets the email address associated with the inboundcfg.
        Parameters:
        string - email address associated with the inboundcfg.
      • getMailServerName

        public java.lang.String getMailServerName()
        Returns the mail server associated with the inboundcfg.
        Returns:
        the mail server associated with the inboundcfg.
      • setMailServerName

        public void setMailServerName(java.lang.String str)
        sets the mail server associated with the inboundcfg.
        Parameters:
        string - mail server associated with the inboundcfg.
      • getEmailPassword

        public java.lang.String getEmailPassword()
        Returns the email password associated with the inboundcfg.
        Returns:
        the email password associated with the inboundcfg.
      • setEmailPassword

        public void setEmailPassword(java.lang.String str)
        sets the email password associated with the inboundcfg.
        Parameters:
        string - email password associated with the inboundcfg.
      • getProtocol

        public java.lang.String getProtocol()
        Returns the protocol associated with the inboundcfg.
        Returns:
        the protocol associated with the inboundcfg.
      • setProtocol

        public void setProtocol(java.lang.String str)
        sets the protocol associated with the inboundcfg.
        Parameters:
        string - protocol associated with the inboundcfg.
      • getUserName

        public java.lang.String getUserName()
        Returns the user Name for the email address
        Returns:
        the user Name for the email address
      • setUserName

        public void setUserName(java.lang.String str)
        sets the user Name for the email address
        Parameters:
        string - user Name for the email address
      • getFolder

        public java.lang.String getFolder()
        Returns the folder Name for the email address
        Returns:
        the folder Name for the email address
      • setFolder

        public void setFolder(java.lang.String str)
        sets the folder Name for the email address
        Parameters:
        string - folder Name for the email address
      • getPort

        public int getPort()
        Returns the port associated with the inboundcfg.
        Returns:
        the port associated with the inboundcfg.
      • setPort

        public void setPort(int num)
        sets the port associated with the inboundcfg.
        Parameters:
        int - port associated with the inboundcfg.
      • isStartTls

        public boolean isStartTls()
        Returns the starttls setting associated with the inboundcfg.
        Returns:
        the starttls setting associated with the inboundcfg.
      • setStartTls

        public void setStartTls(boolean s)
        Sets the starttls setting associated with the inboundcfg.
        Parameters:
        boolean - starttls setting associated with the inboundcfg.
      • getObjectKeyDel

        public java.lang.String getObjectKeyDel()
        Returns the object key delimiter for the email address
        Returns:
        the object key delimiter for the email address
      • setObjectKeyDel

        public void setObjectKeyDel(java.lang.String str)
        sets the object key delimiter for the email address
        Parameters:
        string - object key delimiter for the email address
      • getConnFactory

        public java.lang.String getConnFactory()
        Returns the JMS connection factory
        Returns:
        the JMS connection factory
      • setConnFactory

        public void setConnFactory(java.lang.String str)
        sets the JMS connection factory
        Parameters:
        string - JMS connection factory
      • getJMSQueue

        public java.lang.String getJMSQueue()
        Returns the JMS queue
        Returns:
        the JMS queue
      • setJMSQueue

        public void setJMSQueue(java.lang.String str)
        sets the JMS queue
        Parameters:
        string - JMS queue
      • getAdminEmail

        public java.lang.String getAdminEmail()
        Returns the admin Email
        Returns:
        the admin Email
      • setAdminEmail

        public void setAdminEmail(java.lang.String str)
        sets the admin Email
        Parameters:
        string - admin Email
      • getAgeThreshold

        public int getAgeThreshold()
        Returns the Email age threshold
        Returns:
        the Email age threshold
      • setAgeThreshold

        public void setAgeThreshold(int age)
        sets the Email age threshold
        Parameters:
        int - Email age threshold
      • setAgeUOM

        public void setAgeUOM(java.lang.String str)
        sets the age uom
        Parameters:
        string - age uom
      • getAgeUOM

        public java.lang.String getAgeUOM()
        Returns the age uom
        Returns:
        the age uom
      • setWFProcess

        public void setWFProcess(java.lang.String str)
        sets the workflow process
        Parameters:
        string - workflow process
      • getWFProcess

        public java.lang.String getWFProcess()
        Returns the workflow process
        Returns:
        the workflow process
      • setAsyncFlag

        public void setAsyncFlag(boolean flag)
        sets the Asynchronous flag
        Parameters:
        flag - to indicate synchronous or Asynchronous
      • getAsyncFlag

        public boolean getAsyncFlag()
        Returns the Asynchronous flag
        Returns:
        true if mode is Asynchronous else false