Mercurial > 510Connectbot
diff src/com/five_ten_sg/connectbot/bean/HostBean.java @ 119:6969d6cebcd7
add more 5250 config items
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 18 Jun 2014 18:55:56 -0700 |
parents | 1c22e6a7efff |
children | 52b1d0ee27b1 |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/bean/HostBean.java Wed Jun 18 16:53:58 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/bean/HostBean.java Wed Jun 18 18:55:56 2014 -0700 @@ -56,6 +56,10 @@ private String monitor = null; private String hostemulation = null; private String encryption5250 = null; + private String password = null; + private String library = null; + private String initialMenu = null; + private String program = null; public HostBean() { } @@ -286,6 +290,46 @@ this.encryption5250 = encryption5250; } + public String getPassword() { + return this.password; + } + + public void setPassword(String password) { + this.password = password; + } + + public String getLibrary() { + return this.library; + } + + public void setLibrary(String library) { + this.library = library; + } + + public String getInitialMenu() { + return this.initialMenu; + } + + public void setInitialMenu(String initialMenu) { + this.initialMenu = initialMenu; + } + + public String getProgram() { + return this.program; + } + + public void setProgram(String program) { + this.program = program; + } + + public String getxxx() { + return this.xxx; + } + + public void setxxx(String xxx) { + this.xxx = xxx; + } + @Override public ContentValues getValues() { ContentValues values = new ContentValues();