Class AppPropertyNames

java.lang.Object
de.elo.ix.client.webapp.AppPropertyNames

public class AppPropertyNames extends Object
Property names used to lookup properties from the map of configuration properties. Modify this values, if the application does not use the default property names.
See Also:
  • Field Details

    • ixUrl

      protected String ixUrl
      Property name for Indexserver URL. Default: ixurl
    • ixUser

      protected String ixUser
      Property name for logon user name. Default: ixuser
    • ixPwd

      protected String ixPwd
      Property name for logon password Default: ixpwd
  • Constructor Details

    • AppPropertyNames

      public AppPropertyNames()
  • Method Details

    • getIxUrl

      public String getIxUrl()
    • setIxUrl

      public void setIxUrl(String ixUrl)
    • getIxUser

      public String getIxUser()
    • setIxUser

      public void setIxUser(String ixUser)
    • getIxPwd

      public String getIxPwd()
    • setIxPwd

      public void setIxPwd(String ixPwd)