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/JobDefsItem.java

    r858 r865  
    11package de.dass_it.vanhelsing.gui.items;
    22public class JobDefsItem extends ItemType implements UserObjectItem{
    3         /**
    4          * @return
    5          * @uml.property  name="name"
    6          */
    73        public String getName() {
    84                return name;
    95        }
    10         /**
    11          * @param name
    12          * @uml.property  name="name"
    13          */
    146        public void setName(String name) {
    157                this.name = name;
    168        }
    17         /**
    18          * @return
    19          * @uml.property  name="enabled"
    20          */
    219        public String getEnabled() {
    2210                return enabled;
    2311        }
    24         /**
    25          * @param enabled
    26          * @uml.property  name="enabled"
    27          */
    2812        public void setEnabled(String enabled) {
    2913                this.enabled = enabled;
    3014        }
    31         /**
    32          * @return
    33          * @uml.property  name="type"
    34          */
    3515        public String getType() {
    3616                return type;
    3717        }
    38         /**
    39          * @param type
    40          * @uml.property  name="type"
    41          */
    4218        public void setType(String type) {
    4319                this.type = type;
    4420        }
    45         /**
    46          * @return
    47          * @uml.property  name="level"
    48          */
    4921        public String getLevel() {
    5022                return level;
    5123        }
    52         /**
    53          * @param level
    54          * @uml.property  name="level"
    55          */
    5624        public void setLevel(String level) {
    5725                this.level = level;
    5826        }
    59         /**
    60          * @return
    61          * @uml.property  name="accurate"
    62          */
    6327        public String getAccurate() {
    6428                return accurate;
    6529        }
    66         /**
    67          * @param accurate
    68          * @uml.property  name="accurate"
    69          */
    7030        public void setAccurate(String accurate) {
    7131                this.accurate = accurate;
    7232        }
    73         /**
    74          * @return
    75          * @uml.property  name="verifyjob"
    76          */
    7733        public String getVerifyjob() {
    7834                return verifyjob;
    7935        }
    80         /**
    81          * @param verifyjob
    82          * @uml.property  name="verifyjob"
    83          */
    8436        public void setVerifyjob(String verifyjob) {
    8537                this.verifyjob = verifyjob;
    8638        }
    87         /**
    88          * @return
    89          * @uml.property  name="jobdefs"
    90          */
    9139        public String getJobdefs() {
    9240                return jobdefs;
    9341        }
    94         /**
    95          * @param jobdefs
    96          * @uml.property  name="jobdefs"
    97          */
    9842        public void setJobdefs(String jobdefs) {
    9943                this.jobdefs = jobdefs;
    10044        }
    101         /**
    102          * @return
    103          * @uml.property  name="bootstrap"
    104          */
    10545        public String getBootstrap() {
    10646                return bootstrap;
    10747        }
    108         /**
    109          * @param bootstrap
    110          * @uml.property  name="bootstrap"
    111          */
    11248        public void setBootstrap(String bootstrap) {
    11349                this.bootstrap = bootstrap;
    11450        }
    115         /**
    116          * @return
    117          * @uml.property  name="writebootstrap"
    118          */
    11951        public String getWritebootstrap() {
    12052                return writebootstrap;
    12153        }
    122         /**
    123          * @param writebootstrap
    124          * @uml.property  name="writebootstrap"
    125          */
    12654        public void setWritebootstrap(String writebootstrap) {
    12755                this.writebootstrap = writebootstrap;
    12856        }
    129         /**
    130          * @return
    131          * @uml.property  name="client"
    132          */
    13357        public String getClient() {
    13458                return client;
    13559        }
    136         /**
    137          * @param client
    138          * @uml.property  name="client"
    139          */
    14060        public void setClient(String client) {
    14161                this.client = client;
    14262        }
    143         /**
    144          * @return
    145          * @uml.property  name="fileset"
    146          */
    14763        public String getFileset() {
    14864                return fileset;
    14965        }
    150         /**
    151          * @param fileset
    152          * @uml.property  name="fileset"
    153          */
    15466        public void setFileset(String fileset) {
    15567                this.fileset = fileset;
    15668        }
    157         /**
    158          * @return
    159          * @uml.property  name="messages"
    160          */
    16169        public String getMessages() {
    16270                return messages;
    16371        }
    164         /**
    165          * @param messages
    166          * @uml.property  name="messages"
    167          */
    16872        public void setMessages(String messages) {
    16973                this.messages = messages;
    17074        }
    171         /**
    172          * @return
    173          * @uml.property  name="pool"
    174          */
    17575        public String getPool() {
    17676                return pool;
    17777        }
    178         /**
    179          * @param pool
    180          * @uml.property  name="pool"
    181          */
    18278        public void setPool(String pool) {
    18379                this.pool = pool;
    18480        }
    185         /**
    186          * @return
    187          * @uml.property  name="fullbackuppool"
    188          */
    18981        public String getFullbackuppool() {
    19082                return fullbackuppool;
    19183        }
    192         /**
    193          * @param fullbackuppool
    194          * @uml.property  name="fullbackuppool"
    195          */
    19684        public void setFullbackuppool(String fullbackuppool) {
    19785                this.fullbackuppool = fullbackuppool;
    19886        }
    199         /**
    200          * @return
    201          * @uml.property  name="differentialbackuppool"
    202          */
    20387        public String getDifferentialbackuppool() {
    20488                return differentialbackuppool;
    20589        }
    206         /**
    207          * @param differentialbackuppool
    208          * @uml.property  name="differentialbackuppool"
    209          */
    21090        public void setDifferentialbackuppool(String differentialbackuppool) {
    21191                this.differentialbackuppool = differentialbackuppool;
    21292        }
    213         /**
    214          * @return
    215          * @uml.property  name="incrementalbackuppool"
    216          */
    21793        public String getIncrementalbackuppool() {
    21894                return incrementalbackuppool;
    21995        }
    220         /**
    221          * @param incrementalbackuppool
    222          * @uml.property  name="incrementalbackuppool"
    223          */
    22496        public void setIncrementalbackuppool(String incrementalbackuppool) {
    22597                this.incrementalbackuppool = incrementalbackuppool;
    22698        }
    227         /**
    228          * @return
    229          * @uml.property  name="schedule"
    230          */
    23199        public String getSchedule() {
    232100                return schedule;
    233101        }
    234         /**
    235          * @param schedule
    236          * @uml.property  name="schedule"
    237          */
    238102        public void setSchedule(String schedule) {
    239103                this.schedule = schedule;
    240104        }
    241         /**
    242          * @return
    243          * @uml.property  name="storage"
    244          */
    245105        public String getStorage() {
    246106                return storage;
    247107        }
    248         /**
    249          * @param storage
    250          * @uml.property  name="storage"
    251          */
    252108        public void setStorage(String storage) {
    253109                this.storage = storage;
    254110        }
    255         /**
    256          * @return
    257          * @uml.property  name="maxstartdelay"
    258          */
    259111        public String getMaxstartdelay() {
    260112                return maxstartdelay;
    261113        }
    262         /**
    263          * @param maxstartdelay
    264          * @uml.property  name="maxstartdelay"
    265          */
    266114        public void setMaxstartdelay(String maxstartdelay) {
    267115                this.maxstartdelay = maxstartdelay;
    268116        }
    269         /**
    270          * @return
    271          * @uml.property  name="maxruntime"
    272          */
    273117        public String getMaxruntime() {
    274118                return maxruntime;
    275119        }
    276         /**
    277          * @param maxruntime
    278          * @uml.property  name="maxruntime"
    279          */
    280120        public void setMaxruntime(String maxruntime) {
    281121                this.maxruntime = maxruntime;
    282122        }
    283         /**
    284          * @return
    285          * @uml.property  name="incrementaldifferentialmaxwaittime"
    286          */
    287123        public String getIncrementaldifferentialmaxwaittime() {
    288124                return incrementaldifferentialmaxwaittime;
    289125        }
    290         /**
    291          * @param incrementaldifferentialmaxwaittime
    292          * @uml.property  name="incrementaldifferentialmaxwaittime"
    293          */
    294126        public void setIncrementaldifferentialmaxwaittime(
    295127                        String incrementaldifferentialmaxwaittime) {
    296128                this.incrementaldifferentialmaxwaittime = incrementaldifferentialmaxwaittime;
    297129        }
    298         /**
    299          * @return
    300          * @uml.property  name="incrementalmaxruntime"
    301          */
    302130        public String getIncrementalmaxruntime() {
    303131                return incrementalmaxruntime;
    304132        }
    305         /**
    306          * @param incrementalmaxruntime
    307          * @uml.property  name="incrementalmaxruntime"
    308          */
    309133        public void setIncrementalmaxruntime(String incrementalmaxruntime) {
    310134                this.incrementalmaxruntime = incrementalmaxruntime;
    311135        }
    312         /**
    313          * @return
    314          * @uml.property  name="differentialmaxwaittime"
    315          */
    316136        public String getDifferentialmaxwaittime() {
    317137                return differentialmaxwaittime;
    318138        }
    319         /**
    320          * @param differentialmaxwaittime
    321          * @uml.property  name="differentialmaxwaittime"
    322          */
    323139        public void setDifferentialmaxwaittime(String differentialmaxwaittime) {
    324140                this.differentialmaxwaittime = differentialmaxwaittime;
    325141        }
    326         /**
    327          * @return
    328          * @uml.property  name="maxrunschedtime"
    329          */
    330142        public String getMaxrunschedtime() {
    331143                return maxrunschedtime;
    332144        }
    333         /**
    334          * @param maxrunschedtime
    335          * @uml.property  name="maxrunschedtime"
    336          */
    337145        public void setMaxrunschedtime(String maxrunschedtime) {
    338146                this.maxrunschedtime = maxrunschedtime;
    339147        }
    340         /**
    341          * @return
    342          * @uml.property  name="maxwaittime"
    343          */
    344148        public String getMaxwaittime() {
    345149                return maxwaittime;
    346150        }
    347         /**
    348          * @param maxwaittime
    349          * @uml.property  name="maxwaittime"
    350          */
    351151        public void setMaxwaittime(String maxwaittime) {
    352152                this.maxwaittime = maxwaittime;
    353153        }
    354         /**
    355          * @return
    356          * @uml.property  name="maxfullinterval"
    357          */
    358154        public String getMaxfullinterval() {
    359155                return maxfullinterval;
    360156        }
    361         /**
    362          * @param maxfullinterval
    363          * @uml.property  name="maxfullinterval"
    364          */
    365157        public void setMaxfullinterval(String maxfullinterval) {
    366158                this.maxfullinterval = maxfullinterval;
    367159        }
    368         /**
    369          * @return
    370          * @uml.property  name="prefermountedvolumes"
    371          */
    372160        public String getPrefermountedvolumes() {
    373161                return prefermountedvolumes;
    374162        }
    375         /**
    376          * @param prefermountedvolumes
    377          * @uml.property  name="prefermountedvolumes"
    378          */
    379163        public void setPrefermountedvolumes(String prefermountedvolumes) {
    380164                this.prefermountedvolumes = prefermountedvolumes;
    381165        }
    382         /**
    383          * @return
    384          * @uml.property  name="prunejobs"
    385          */
    386166        public String getPrunejobs() {
    387167                return prunejobs;
    388168        }
    389         /**
    390          * @param prunejobs
    391          * @uml.property  name="prunejobs"
    392          */
    393169        public void setPrunejobs(String prunejobs) {
    394170                this.prunejobs = prunejobs;
    395171        }
    396         /**
    397          * @return
    398          * @uml.property  name="prunefiles"
    399          */
    400172        public String getPrunefiles() {
    401173                return prunefiles;
    402174        }
    403         /**
    404          * @param prunefiles
    405          * @uml.property  name="prunefiles"
    406          */
    407175        public void setPrunefiles(String prunefiles) {
    408176                this.prunefiles = prunefiles;
    409177        }
    410         /**
    411          * @return
    412          * @uml.property  name="prunevolumes"
    413          */
    414178        public String getPrunevolumes() {
    415179                return prunevolumes;
    416180        }
    417         /**
    418          * @param prunevolumes
    419          * @uml.property  name="prunevolumes"
    420          */
    421181        public void setPrunevolumes(String prunevolumes) {
    422182                this.prunevolumes = prunevolumes;
    423183        }
    424         /**
    425          * @return
    426          * @uml.property  name="runscript"
    427          */
    428184        public String getRunscript() {
    429185                return runscript;
    430186        }
    431         /**
    432          * @param runscript
    433          * @uml.property  name="runscript"
    434          */
    435187        public void setRunscript(String runscript) {
    436188                this.runscript = runscript;
    437189        }
    438         /**
    439          * @return
    440          * @uml.property  name="runbeforejob"
    441          */
    442190        public String getRunbeforejob() {
    443191                return runbeforejob;
    444192        }
    445         /**
    446          * @param runbeforejob
    447          * @uml.property  name="runbeforejob"
    448          */
    449193        public void setRunbeforejob(String runbeforejob) {
    450194                this.runbeforejob = runbeforejob;
    451195        }
    452         /**
    453          * @return
    454          * @uml.property  name="runafterjob"
    455          */
    456196        public String getRunafterjob() {
    457197                return runafterjob;
    458198        }
    459         /**
    460          * @param runafterjob
    461          * @uml.property  name="runafterjob"
    462          */
    463199        public void setRunafterjob(String runafterjob) {
    464200                this.runafterjob = runafterjob;
    465201        }
    466         /**
    467          * @return
    468          * @uml.property  name="runafterfailedjob"
    469          */
    470202        public String getRunafterfailedjob() {
    471203                return runafterfailedjob;
    472204        }
    473         /**
    474          * @param runafterfailedjob
    475          * @uml.property  name="runafterfailedjob"
    476          */
    477205        public void setRunafterfailedjob(String runafterfailedjob) {
    478206                this.runafterfailedjob = runafterfailedjob;
    479207        }
    480         /**
    481          * @return
    482          * @uml.property  name="clientrunbeforejob"
    483          */
    484208        public String getClientrunbeforejob() {
    485209                return clientrunbeforejob;
    486210        }
    487         /**
    488          * @param clientrunbeforejob
    489          * @uml.property  name="clientrunbeforejob"
    490          */
    491211        public void setClientrunbeforejob(String clientrunbeforejob) {
    492212                this.clientrunbeforejob = clientrunbeforejob;
    493213        }
    494         /**
    495          * @return
    496          * @uml.property  name="clientrunafterjob"
    497          */
    498214        public String getClientrunafterjob() {
    499215                return clientrunafterjob;
    500216        }
    501         /**
    502          * @param clientrunafterjob
    503          * @uml.property  name="clientrunafterjob"
    504          */
    505217        public void setClientrunafterjob(String clientrunafterjob) {
    506218                this.clientrunafterjob = clientrunafterjob;
    507219        }
    508         /**
    509          * @return
    510          * @uml.property  name="rerunfailedlevels"
    511          */
    512220        public String getRerunfailedlevels() {
    513221                return rerunfailedlevels;
    514222        }
    515         /**
    516          * @param rerunfailedlevels
    517          * @uml.property  name="rerunfailedlevels"
    518          */
    519223        public void setRerunfailedlevels(String rerunfailedlevels) {
    520224                this.rerunfailedlevels = rerunfailedlevels;
    521225        }
    522         /**
    523          * @return
    524          * @uml.property  name="spooldata"
    525          */
    526226        public String getSpooldata() {
    527227                return spooldata;
    528228        }
    529         /**
    530          * @param spooldata
    531          * @uml.property  name="spooldata"
    532          */
    533229        public void setSpooldata(String spooldata) {
    534230                this.spooldata = spooldata;
    535231        }
    536         /**
    537          * @return
    538          * @uml.property  name="spoolattributes"
    539          */
    540232        public String getSpoolattributes() {
    541233                return spoolattributes;
    542234        }
    543         /**
    544          * @param spoolattributes
    545          * @uml.property  name="spoolattributes"
    546          */
    547235        public void setSpoolattributes(String spoolattributes) {
    548236                this.spoolattributes = spoolattributes;
    549237        }
    550         /**
    551          * @return
    552          * @uml.property  name="where"
    553          */
    554238        public String getWhere() {
    555239                return where;
    556240        }
    557         /**
    558          * @param where
    559          * @uml.property  name="where"
    560          */
    561241        public void setWhere(String where) {
    562242                this.where = where;
    563243        }
    564         /**
    565          * @return
    566          * @uml.property  name="addprefix"
    567          */
    568244        public String getAddprefix() {
    569245                return addprefix;
    570246        }
    571         /**
    572          * @param addprefix
    573          * @uml.property  name="addprefix"
    574          */
    575247        public void setAddprefix(String addprefix) {
    576248                this.addprefix = addprefix;
    577249        }
    578         /**
    579          * @return
    580          * @uml.property  name="addsuffix"
    581          */
    582250        public String getAddsuffix() {
    583251                return addsuffix;
    584252        }
    585         /**
    586          * @param addsuffix
    587          * @uml.property  name="addsuffix"
    588          */
    589253        public void setAddsuffix(String addsuffix) {
    590254                this.addsuffix = addsuffix;
    591255        }
    592         /**
    593          * @return
    594          * @uml.property  name="stripprefix"
    595          */
    596256        public String getStripprefix() {
    597257                return stripprefix;
    598258        }
    599         /**
    600          * @param stripprefix
    601          * @uml.property  name="stripprefix"
    602          */
    603259        public void setStripprefix(String stripprefix) {
    604260                this.stripprefix = stripprefix;
    605261        }
    606         /**
    607          * @return
    608          * @uml.property  name="regexwhere"
    609          */
    610262        public String getRegexwhere() {
    611263                return regexwhere;
    612264        }
    613         /**
    614          * @param regexwhere
    615          * @uml.property  name="regexwhere"
    616          */
    617265        public void setRegexwhere(String regexwhere) {
    618266                this.regexwhere = regexwhere;
    619267        }
    620         /**
    621          * @return
    622          * @uml.property  name="replace"
    623          */
    624268        public String getReplace() {
    625269                return replace;
    626270        }
    627         /**
    628          * @param replace
    629          * @uml.property  name="replace"
    630          */
    631271        public void setReplace(String replace) {
    632272                this.replace = replace;
    633273        }
    634         /**
    635          * @return
    636          * @uml.property  name="prefixlinks"
    637          */
    638274        public String getPrefixlinks() {
    639275                return prefixlinks;
    640276        }
    641         /**
    642          * @param prefixlinks
    643          * @uml.property  name="prefixlinks"
    644          */
    645277        public void setPrefixlinks(String prefixlinks) {
    646278                this.prefixlinks = prefixlinks;
    647279        }
    648         /**
    649          * @return
    650          * @uml.property  name="maximumconcurrentjobs"
    651          */
    652280        public String getMaximumconcurrentjobs() {
    653281                return maximumconcurrentjobs;
    654282        }
    655         /**
    656          * @param maximumconcurrentjobs
    657          * @uml.property  name="maximumconcurrentjobs"
    658          */
    659283        public void setMaximumconcurrentjobs(String maximumconcurrentjobs) {
    660284                this.maximumconcurrentjobs = maximumconcurrentjobs;
    661285        }
    662         /**
    663          * @return
    664          * @uml.property  name="rescheduleonerror"
    665          */
    666286        public String getRescheduleonerror() {
    667287                return rescheduleonerror;
    668288        }
    669         /**
    670          * @param rescheduleonerror
    671          * @uml.property  name="rescheduleonerror"
    672          */
    673289        public void setRescheduleonerror(String rescheduleonerror) {
    674290                this.rescheduleonerror = rescheduleonerror;
    675291        }
    676         /**
    677          * @return
    678          * @uml.property  name="rescheduleinterval"
    679          */
    680292        public String getRescheduleinterval() {
    681293                return rescheduleinterval;
    682294        }
    683         /**
    684          * @param rescheduleinterval
    685          * @uml.property  name="rescheduleinterval"
    686          */
    687295        public void setRescheduleinterval(String rescheduleinterval) {
    688296                this.rescheduleinterval = rescheduleinterval;
    689297        }
    690         /**
    691          * @return
    692          * @uml.property  name="rescheduletimes"
    693          */
    694298        public String getRescheduletimes() {
    695299                return rescheduletimes;
    696300        }
    697         /**
    698          * @param rescheduletimes
    699          * @uml.property  name="rescheduletimes"
    700          */
    701301        public void setRescheduletimes(String rescheduletimes) {
    702302                this.rescheduletimes = rescheduletimes;
    703303        }
    704         /**
    705          * @return
    706          * @uml.property  name="allowduplicatejobs"
    707          */
    708304        public String getAllowduplicatejobs() {
    709305                return allowduplicatejobs;
    710306        }
    711         /**
    712          * @param allowduplicatejobs
    713          * @uml.property  name="allowduplicatejobs"
    714          */
    715307        public void setAllowduplicatejobs(String allowduplicatejobs) {
    716308                this.allowduplicatejobs = allowduplicatejobs;
    717309        }
    718         /**
    719          * @return
    720          * @uml.property  name="allowhigherduplicates"
    721          */
    722310        public String getAllowhigherduplicates() {
    723311                return allowhigherduplicates;
    724312        }
    725         /**
    726          * @param allowhigherduplicates
    727          * @uml.property  name="allowhigherduplicates"
    728          */
    729313        public void setAllowhigherduplicates(String allowhigherduplicates) {
    730314                this.allowhigherduplicates = allowhigherduplicates;
    731315        }
    732         /**
    733          * @return
    734          * @uml.property  name="cancellowerlevelduplicates"
    735          */
    736316        public String getCancellowerlevelduplicates() {
    737317                return cancellowerlevelduplicates;
    738318        }
    739         /**
    740          * @param cancellowerlevelduplicates
    741          * @uml.property  name="cancellowerlevelduplicates"
    742          */
    743319        public void setCancellowerlevelduplicates(String cancellowerlevelduplicates) {
    744320                this.cancellowerlevelduplicates = cancellowerlevelduplicates;
    745321        }
    746         /**
    747          * @return
    748          * @uml.property  name="cancelqueuedduplicates"
    749          */
    750322        public String getCancelqueuedduplicates() {
    751323                return cancelqueuedduplicates;
    752324        }
    753         /**
    754          * @param cancelqueuedduplicates
    755          * @uml.property  name="cancelqueuedduplicates"
    756          */
    757325        public void setCancelqueuedduplicates(String cancelqueuedduplicates) {
    758326                this.cancelqueuedduplicates = cancelqueuedduplicates;
    759327        }
    760         /**
    761          * @return
    762          * @uml.property  name="cancelrunningduplicates"
    763          */
    764328        public String getCancelrunningduplicates() {
    765329                return cancelrunningduplicates;
    766330        }
    767         /**
    768          * @param cancelrunningduplicates
    769          * @uml.property  name="cancelrunningduplicates"
    770          */
    771331        public void setCancelrunningduplicates(String cancelrunningduplicates) {
    772332                this.cancelrunningduplicates = cancelrunningduplicates;
    773333        }
    774         /**
    775          * @return
    776          * @uml.property  name="duplicatejobproximity"
    777          */
    778334        public String getDuplicatejobproximity() {
    779335                return duplicatejobproximity;
    780336        }
    781         /**
    782          * @param duplicatejobproximity
    783          * @uml.property  name="duplicatejobproximity"
    784          */
    785337        public void setDuplicatejobproximity(String duplicatejobproximity) {
    786338                this.duplicatejobproximity = duplicatejobproximity;
    787339        }
    788         /**
    789          * @return
    790          * @uml.property  name="run"
    791          */
    792340        public String getRun() {
    793341                return run;
    794342        }
    795         /**
    796          * @param run
    797          * @uml.property  name="run"
    798          */
    799343        public void setRun(String run) {
    800344                this.run = run;
    801345        }
    802         /**
    803          * @return
    804          * @uml.property  name="priority"
    805          */
    806346        public String getPriority() {
    807347                return priority;
    808348        }
    809         /**
    810          * @param priority
    811          * @uml.property  name="priority"
    812          */
    813349        public void setPriority(String priority) {
    814350                this.priority = priority;
    815351        }
    816         /**
    817          * @return
    818          * @uml.property  name="allowmixedpriority"
    819          */
    820352        public String getAllowmixedpriority() {
    821353                return allowmixedpriority;
    822354        }
    823         /**
    824          * @param allowmixedpriority
    825          * @uml.property  name="allowmixedpriority"
    826          */
    827355        public void setAllowmixedpriority(String allowmixedpriority) {
    828356                this.allowmixedpriority = allowmixedpriority;
    829357        }
    830         /**
    831          * @return
    832          * @uml.property  name="writepartafterjob"
    833          */
    834358        public String getWritepartafterjob() {
    835359                return writepartafterjob;
    836360        }
    837         /**
    838          * @param writepartafterjob
    839          * @uml.property  name="writepartafterjob"
    840          */
    841361        public void setWritepartafterjob(String writepartafterjob) {
    842362                this.writepartafterjob = writepartafterjob;
    843363        }
    844         /**
    845          * @uml.property  name="name"
    846          */
    847364        private String name;
    848         /**
    849          * @uml.property  name="enabled"
    850          */
    851365        private String enabled;
    852         /**
    853          * @uml.property  name="type"
    854          */
    855366        private String type;
    856         /**
    857          * @uml.property  name="level"
    858          */
    859367        private String level;
    860         /**
    861          * @uml.property  name="accurate"
    862          */
    863368        private String accurate;
    864         /**
    865          * @uml.property  name="verifyjob"
    866          */
    867369        private String verifyjob;
    868         /**
    869          * @uml.property  name="jobdefs"
    870          */
    871370        private String jobdefs;
    872         /**
    873          * @uml.property  name="bootstrap"
    874          */
    875371        private String bootstrap;
    876         /**
    877          * @uml.property  name="writebootstrap"
    878          */
    879372        private String writebootstrap;
    880         /**
    881          * @uml.property  name="client"
    882          */
    883373        private String client;
    884         /**
    885          * @uml.property  name="fileset"
    886          */
    887374        private String fileset;
    888         /**
    889          * @uml.property  name="messages"
    890          */
    891375        private String messages;
    892         /**
    893          * @uml.property  name="pool"
    894          */
    895376        private String pool;
    896         /**
    897          * @uml.property  name="fullbackuppool"
    898          */
    899377        private String fullbackuppool;
    900         /**
    901          * @uml.property  name="differentialbackuppool"
    902          */
    903378        private String differentialbackuppool;
    904         /**
    905          * @uml.property  name="incrementalbackuppool"
    906          */
    907379        private String incrementalbackuppool;
    908         /**
    909          * @uml.property  name="schedule"
    910          */
    911380        private String schedule;
    912         /**
    913          * @uml.property  name="storage"
    914          */
    915381        private String storage;
    916         /**
    917          * @uml.property  name="maxstartdelay"
    918          */
    919382        private String maxstartdelay;
    920         /**
    921          * @uml.property  name="maxruntime"
    922          */
    923383        private String maxruntime;
    924         /**
    925          * @uml.property  name="incrementaldifferentialmaxwaittime"
    926          */
    927384        private String incrementaldifferentialmaxwaittime;
    928         /**
    929          * @uml.property  name="incrementalmaxruntime"
    930          */
    931385        private String incrementalmaxruntime;
    932         /**
    933          * @uml.property  name="differentialmaxwaittime"
    934          */
    935386        private String differentialmaxwaittime;
    936         /**
    937          * @uml.property  name="maxrunschedtime"
    938          */
    939387        private String maxrunschedtime;
    940         /**
    941          * @uml.property  name="maxwaittime"
    942          */
    943388        private String maxwaittime;
    944         /**
    945          * @uml.property  name="maxfullinterval"
    946          */
    947389        private String maxfullinterval;
    948         /**
    949          * @uml.property  name="prefermountedvolumes"
    950          */
    951390        private String prefermountedvolumes;
    952         /**
    953          * @uml.property  name="prunejobs"
    954          */
    955391        private String prunejobs;
    956         /**
    957          * @uml.property  name="prunefiles"
    958          */
    959392        private String prunefiles;
    960         /**
    961          * @uml.property  name="prunevolumes"
    962          */
    963393        private String prunevolumes;
    964         /**
    965          * @uml.property  name="runscript"
    966          */
    967394        private String runscript;
    968         /**
    969          * @uml.property  name="runbeforejob"
    970          */
    971395        private String runbeforejob;
    972         /**
    973          * @uml.property  name="runafterjob"
    974          */
    975396        private String runafterjob;
    976         /**
    977          * @uml.property  name="runafterfailedjob"
    978          */
    979397        private String runafterfailedjob;
    980         /**
    981          * @uml.property  name="clientrunbeforejob"
    982          */
    983398        private String clientrunbeforejob;
    984         /**
    985          * @uml.property  name="clientrunafterjob"
    986          */
    987399        private String clientrunafterjob;
    988         /**
    989          * @uml.property  name="rerunfailedlevels"
    990          */
    991400        private String rerunfailedlevels;
    992         /**
    993          * @uml.property  name="spooldata"
    994          */
    995401        private String spooldata;
    996         /**
    997          * @uml.property  name="spoolattributes"
    998          */
    999402        private String spoolattributes;
    1000         /**
    1001          * @uml.property  name="where"
    1002          */
    1003403        private String where;
    1004         /**
    1005          * @uml.property  name="addprefix"
    1006          */
    1007404        private String addprefix;
    1008         /**
    1009          * @uml.property  name="addsuffix"
    1010          */
    1011405        private String addsuffix;
    1012         /**
    1013          * @uml.property  name="stripprefix"
    1014          */
    1015406        private String stripprefix;
    1016         /**
    1017          * @uml.property  name="regexwhere"
    1018          */
    1019407        private String regexwhere;
    1020         /**
    1021          * @uml.property  name="replace"
    1022          */
    1023408        private String replace;
    1024         /**
    1025          * @uml.property  name="prefixlinks"
    1026          */
    1027409        private String prefixlinks;
    1028         /**
    1029          * @uml.property  name="maximumconcurrentjobs"
    1030          */
    1031410        private String maximumconcurrentjobs;
    1032         /**
    1033          * @uml.property  name="rescheduleonerror"
    1034          */
    1035411        private String rescheduleonerror;
    1036         /**
    1037          * @uml.property  name="rescheduleinterval"
    1038          */
    1039412        private String rescheduleinterval;
    1040         /**
    1041          * @uml.property  name="rescheduletimes"
    1042          */
    1043413        private String rescheduletimes;
    1044         /**
    1045          * @uml.property  name="allowduplicatejobs"
    1046          */
    1047414        private String allowduplicatejobs;
    1048         /**
    1049          * @uml.property  name="allowhigherduplicates"
    1050          */
    1051415        private String allowhigherduplicates;
    1052         /**
    1053          * @uml.property  name="cancellowerlevelduplicates"
    1054          */
    1055416        private String cancellowerlevelduplicates;
    1056         /**
    1057          * @uml.property  name="cancelqueuedduplicates"
    1058          */
    1059417        private String cancelqueuedduplicates;
    1060         /**
    1061          * @uml.property  name="cancelrunningduplicates"
    1062          */
    1063418        private String cancelrunningduplicates;
    1064         /**
    1065          * @uml.property  name="duplicatejobproximity"
    1066          */
    1067419        private String duplicatejobproximity;
    1068         /**
    1069          * @uml.property  name="run"
    1070          */
    1071420        private String run;
    1072         /**
    1073          * @uml.property  name="priority"
    1074          */
    1075421        private String priority;
    1076         /**
    1077          * @uml.property  name="allowmixedpriority"
    1078          */
    1079422        private String allowmixedpriority;
    1080         /**
    1081          * @uml.property  name="writepartafterjob"
    1082          */
    1083423        private String writepartafterjob;
    1084424
Note: See TracChangeset for help on using the changeset viewer.