Ignore:
Timestamp:
Apr 20, 2010, 5:21:42 PM (14 years ago)
Author:
tobias
Message:

comments added
all methods of the wsdl file implemented

File:
1 edited

Legend:

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

    r859 r865  
    2929         }
    3030
    31         /**
    32          * @return
    33          * @uml.property  name="name"
    34          */
    3531        public String getName() {
    3632                return name;
    3733        }
    3834
    39         /**
    40          * @param name
    41          * @uml.property  name="name"
    42          */
    4335        public void setName(String name) {
    4436                this.name = name;
    4537        }
    4638
    47         /**
    48          * @return
    49          * @uml.property  name="description"
    50          */
    5139        public String getDescription() {
    5240                return description;
    5341        }
    5442
    55         /**
    56          * @param description
    57          * @uml.property  name="description"
    58          */
    5943        public void setDescription(String description) {
    6044                this.description = description;
    6145        }
    6246
    63         /**
    64          * @return
    65          * @uml.property  name="password"
    66          */
    6747        public String getPassword() {
    6848                return password;
    6949        }
    7050
    71         /**
    72          * @param password
    73          * @uml.property  name="password"
    74          */
    7551        public void setPassword(String password) {
    7652                this.password = password;
    7753        }
    7854
    79         /**
    80          * @return
    81          * @uml.property  name="messages"
    82          */
    8355        public String getMessages() {
    8456                return messages;
    8557        }
    8658
    87         /**
    88          * @param messages
    89          * @uml.property  name="messages"
    90          */
    9159        public void setMessages(String messages) {
    9260                this.messages = messages;
    9361        }
    9462
    95         /**
    96          * @return
    97          * @uml.property  name="workingdirectory"
    98          */
    9963        public String getWorkingdirectory() {
    10064                return workingdirectory;
    10165        }
    10266
    103         /**
    104          * @param workingdirectory
    105          * @uml.property  name="workingdirectory"
    106          */
    10767        public void setWorkingdirectory(String workingdirectory) {
    10868                this.workingdirectory = workingdirectory;
    10969        }
    11070
    111         /**
    112          * @return
    113          * @uml.property  name="piddirectory"
    114          */
    11571        public String getPiddirectory() {
    11672                return piddirectory;
    11773        }
    11874
    119         /**
    120          * @param piddirectory
    121          * @uml.property  name="piddirectory"
    122          */
    12375        public void setPiddirectory(String piddirectory) {
    12476                this.piddirectory = piddirectory;
    12577        }
    12678
    127         /**
    128          * @return
    129          * @uml.property  name="scriptsdirectory"
    130          */
    13179        public String getScriptsdirectory() {
    13280                return scriptsdirectory;
    13381        }
    13482
    135         /**
    136          * @param scriptsdirectory
    137          * @uml.property  name="scriptsdirectory"
    138          */
    13983        public void setScriptsdirectory(String scriptsdirectory) {
    14084                this.scriptsdirectory = scriptsdirectory;
    14185        }
    14286
    143         /**
    144          * @return
    145          * @uml.property  name="queryfile"
    146          */
    14787        public String getQueryfile() {
    14888                return queryfile;
    14989        }
    15090
    151         /**
    152          * @param queryfile
    153          * @uml.property  name="queryfile"
    154          */
    15591        public void setQueryfile(String queryfile) {
    15692                this.queryfile = queryfile;
    15793        }
    15894
    159         /**
    160          * @return
    161          * @uml.property  name="heartbeatinterval"
    162          */
    16395        public String getHeartbeatinterval() {
    16496                return heartbeatinterval;
    16597        }
    16698
    167         /**
    168          * @param heartbeatinterval
    169          * @uml.property  name="heartbeatinterval"
    170          */
    17199        public void setHeartbeatinterval(String heartbeatinterval) {
    172100                this.heartbeatinterval = heartbeatinterval;
    173101        }
    174102
    175         /**
    176          * @return
    177          * @uml.property  name="maximumconcurrentjobs"
    178          */
    179103        public String getMaximumconcurrentjobs() {
    180104                return maximumconcurrentjobs;
    181105        }
    182106
    183         /**
    184          * @param maximumconcurrentjobs
    185          * @uml.property  name="maximumconcurrentjobs"
    186          */
    187107        public void setMaximumconcurrentjobs(String maximumconcurrentjobs) {
    188108                this.maximumconcurrentjobs = maximumconcurrentjobs;
    189109        }
    190110
    191         /**
    192          * @return
    193          * @uml.property  name="fdconnecttimeout"
    194          */
    195111        public String getFdconnecttimeout() {
    196112                return fdconnecttimeout;
    197113        }
    198114
    199         /**
    200          * @param fdconnecttimeout
    201          * @uml.property  name="fdconnecttimeout"
    202          */
    203115        public void setFdconnecttimeout(String fdconnecttimeout) {
    204116                this.fdconnecttimeout = fdconnecttimeout;
    205117        }
    206118
    207         /**
    208          * @return
    209          * @uml.property  name="sdconnecttimeout"
    210          */
    211119        public String getSdconnecttimeout() {
    212120                return sdconnecttimeout;
    213121        }
    214122
    215         /**
    216          * @param sdconnecttimeout
    217          * @uml.property  name="sdconnecttimeout"
    218          */
    219123        public void setSdconnecttimeout(String sdconnecttimeout) {
    220124                this.sdconnecttimeout = sdconnecttimeout;
    221125        }
    222126
    223         /**
    224          * @return
    225          * @uml.property  name="diraddresses"
    226          */
    227127        public String getDiraddresses() {
    228128                return diraddresses;
    229129        }
    230130
    231         /**
    232          * @param diraddresses
    233          * @uml.property  name="diraddresses"
    234          */
    235131        public void setDiraddresses(String diraddresses) {
    236132                this.diraddresses = diraddresses;
    237133        }
    238134
    239         /**
    240          * @return
    241          * @uml.property  name="dirport"
    242          */
    243135        public String getDirport() {
    244136                return dirport;
    245137        }
    246138
    247         /**
    248          * @param dirport
    249          * @uml.property  name="dirport"
    250          */
    251139        public void setDirport(String dirport) {
    252140                this.dirport = dirport;
    253141        }
    254142
    255         /**
    256          * @return
    257          * @uml.property  name="diraddress"
    258          */
    259143        public String getDiraddress() {
    260144                return diraddress;
    261145        }
    262146
    263         /**
    264          * @param diraddress
    265          * @uml.property  name="diraddress"
    266          */
    267147        public void setDiraddress(String diraddress) {
    268148                this.diraddress = diraddress;
    269149        }
    270150
    271         /**
    272          * @return
    273          * @uml.property  name="dirsourceaddress"
    274          */
    275151        public String getDirsourceaddress() {
    276152                return dirsourceaddress;
    277153        }
    278154
    279         /**
    280          * @param dirsourceaddress
    281          * @uml.property  name="dirsourceaddress"
    282          */
    283155        public void setDirsourceaddress(String dirsourceaddress) {
    284156                this.dirsourceaddress = dirsourceaddress;
    285157        }
    286158
    287         /**
    288          * @return
    289          * @uml.property  name="statisticsretention"
    290          */
    291159        public String getStatisticsretention() {
    292160                return statisticsretention;
    293161        }
    294162
    295         /**
    296          * @param statisticsretention
    297          * @uml.property  name="statisticsretention"
    298          */
    299163        public void setStatisticsretention(String statisticsretention) {
    300164                this.statisticsretention = statisticsretention;
    301165        }
    302166
    303         /**
    304          * @return
    305          * @uml.property  name="verid"
    306          */
    307167        public String getVerid() {
    308168                return verid;
    309169        }
    310170
    311         /**
    312          * @param verid
    313          * @uml.property  name="verid"
    314          */
    315171        public void setVerid(String verid) {
    316172                this.verid = verid;
    317173        }
    318174
    319         /**
    320          * @return
    321          * @uml.property  name="maxconsoleconnections"
    322          */
    323175        public String getMaxconsoleconnections() {
    324176                return maxconsoleconnections;
    325177        }
    326178
    327         /**
    328          * @param maxconsoleconnections
    329          * @uml.property  name="maxconsoleconnections"
    330          */
    331179        public void setMaxconsoleconnections(String maxconsoleconnections) {
    332180                this.maxconsoleconnections = maxconsoleconnections;
Note: See TracChangeset for help on using the changeset viewer.