Ignore:
Timestamp:
Mar 19, 2010, 5:51:31 PM (14 years ago)
Author:
tobias
Message:

displays key value pairs as part of the tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/items/ClientItem.java

    r844 r847  
    44        private String name;
    55        private String address;
    6         private String fdPort;
     6        private String FDPort;
    77        private String catalog;
    88        private String password;
     
    3131        }
    3232
    33         public String getFdPort() {
    34                 return fdPort;
     33        public String getFDPort() {
     34                return FDPort;
    3535        }
    3636
    37         public void setFdPort(String fdPort) {
    38                 this.fdPort = fdPort;
     37        public void setFDPort(String fdPort) {
     38                this.FDPort = fdPort;
    3939        }
    4040
Note: See TracChangeset for help on using the changeset viewer.