81 private String Language =
"en";
94 private String PathSep =
"/";
107 private int TimeOutExists = 30;
120 private Integer TimeOutNotExists = 30;
145 public String getLanguage()
147 return this.Language;
150 public void setLanguage( String value )
152 this.Language = value;
165 public String getPathSep()
170 public void setPathSep( String value )
172 this.PathSep = value;
185 public Integer getTimeOutExists()
187 return this.TimeOutExists;
190 public void setTimeOutExists( Integer value )
192 this.TimeOutExists = value;
205 public Integer getTimeOutNotExists()
207 return this.TimeOutNotExists;
210 public void getTimeOutNotExists( Integer value )
212 this.TimeOutNotExists = value;