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

    r858 r865  
    22public class JobItem extends ItemType implements UserObjectItem{
    33
    4         /**
    5          * @uml.property  name="name"
    6          */
    74        private String name;
    8         /**
    9          * @uml.property  name="enabled"
    10          */
    115        private String enabled;
    12         /**
    13          * @uml.property  name="description"
    14          */
    156        private String description;
    16         /**
    17          * @uml.property  name="type"
    18          */
    197        private String type;
    20         /**
    21          * @uml.property  name="level"
    22          */
    238        private String level;
    24         /**
    25          * @uml.property  name="accurate"
    26          */
    279        private String accurate;
    28         /**
    29          * @uml.property  name="verifyjob"
    30          */
    3110        private String verifyjob;
    32         /**
    33          * @uml.property  name="jobdefs"
    34          */
    3511        private String jobdefs;
    36         /**
    37          * @uml.property  name="bootstrap"
    38          */
    3912        private String bootstrap;
    40         /**
    41          * @uml.property  name="writebootstrap"
    42          */
    4313        private String writebootstrap;
    44         /**
    45          * @uml.property  name="client"
    46          */
    4714        private String client;
    48         /**
    49          * @uml.property  name="fileset"
    50          */
    5115        private String fileset;
    52         /**
    53          * @uml.property  name="messages"
    54          */
    5516        private String messages;
    56         /**
    57          * @uml.property  name="pool"
    58          */
    5917        private String pool;
    60         /**
    61          * @uml.property  name="fullbackuppool"
    62          */
    6318        private String fullbackuppool;
    64         /**
    65          * @uml.property  name="differentialbackuppool"
    66          */
    6719        private String differentialbackuppool;
    68         /**
    69          * @uml.property  name="incrementalbackuppool"
    70          */
    7120        private String incrementalbackuppool;
    72         /**
    73          * @uml.property  name="schedule"
    74          */
    7521        private String schedule;
    76         /**
    77          * @uml.property  name="storage"
    78          */
    7922        private String storage;
    80         /**
    81          * @uml.property  name="maxstartdelay"
    82          */
    8323        private String maxstartdelay;
    84         /**
    85          * @uml.property  name="maxruntime"
    86          */
    8724        private String maxruntime;
    88         /**
    89          * @uml.property  name="incrementaldifferentialmaxwaittime"
    90          */
    9125        private String incrementaldifferentialmaxwaittime;
    92         /**
    93          * @uml.property  name="incrementalmaxruntime"
    94          */
    9526        private String incrementalmaxruntime;
    96         /**
    97          * @uml.property  name="differentialmaxwaittime"
    98          */
    9927        private String differentialmaxwaittime;
    100         /**
    101          * @uml.property  name="maxrunschedtime"
    102          */
    10328        private String maxrunschedtime;
    104         /**
    105          * @uml.property  name="maxwaittime"
    106          */
    10729        private String maxwaittime;
    108         /**
    109          * @uml.property  name="maxfullinterval"
    110          */
    11130        private String maxfullinterval;
    112         /**
    113          * @uml.property  name="prefermountedvolumes"
    114          */
    11531        private String prefermountedvolumes;
    116         /**
    117          * @uml.property  name="prunejobs"
    118          */
    11932        private String prunejobs;
    120         /**
    121          * @uml.property  name="prunefiles"
    122          */
    12333        private String prunefiles;
    124         /**
    125          * @uml.property  name="prunevolumes"
    126          */
    12734        private String prunevolumes;
    128         /**
    129          * @uml.property  name="runscript"
    130          */
    13135        private String runscript;
    132         /**
    133          * @uml.property  name="runbeforejob"
    134          */
    13536        private String runbeforejob;
    136         /**
    137          * @uml.property  name="runafterjob"
    138          */
    13937        private String runafterjob;
    140         /**
    141          * @uml.property  name="runafterfailedjob"
    142          */
    14338        private String runafterfailedjob;
    144         /**
    145          * @uml.property  name="clientrunbeforejob"
    146          */
    14739        private String clientrunbeforejob;
    148         /**
    149          * @uml.property  name="clientrunafterjob"
    150          */
    15140        private String clientrunafterjob;
    152         /**
    153          * @uml.property  name="rerunfailedlevels"
    154          */
    15541        private String rerunfailedlevels;
    156         /**
    157          * @uml.property  name="spooldata"
    158          */
    15942        private String spooldata;
    160         /**
    161          * @uml.property  name="spoolattributes"
    162          */
    16343        private String spoolattributes;
    164         /**
    165          * @uml.property  name="where"
    166          */
    16744        private String where;
    168         /**
    169          * @uml.property  name="addprefix"
    170          */
    17145        private String addprefix;
    172         /**
    173          * @uml.property  name="addsuffix"
    174          */
    17546        private String addsuffix;
    176         /**
    177          * @uml.property  name="stripprefix"
    178          */
    17947        private String stripprefix;
    180         /**
    181          * @uml.property  name="regexwhere"
    182          */
    18348        private String regexwhere;
    184         /**
    185          * @uml.property  name="replace"
    186          */
    18749        private String replace;
    188         /**
    189          * @uml.property  name="prefixlinks"
    190          */
    19150        private String prefixlinks;
    192         /**
    193          * @uml.property  name="maximumconcurrentjobs"
    194          */
    19551        private String maximumconcurrentjobs;
    196         /**
    197          * @uml.property  name="rescheduleonerror"
    198          */
    19952        private String rescheduleonerror;
    200         /**
    201          * @uml.property  name="rescheduleinterval"
    202          */
    20353        private String rescheduleinterval;
    204         /**
    205          * @uml.property  name="rescheduletimes"
    206          */
    20754        private String rescheduletimes;
    208         /**
    209          * @uml.property  name="allowduplicatejobs"
    210          */
    21155        private String allowduplicatejobs;
    212         /**
    213          * @uml.property  name="allowhigherduplicates"
    214          */
    21556        private String allowhigherduplicates;
    216         /**
    217          * @uml.property  name="cancellowerlevelduplicates"
    218          */
    21957        private String cancellowerlevelduplicates;
    220         /**
    221          * @uml.property  name="cancelqueuedduplicates"
    222          */
    22358        private String cancelqueuedduplicates;
    224         /**
    225          * @uml.property  name="cancelrunningduplicates"
    226          */
    22759        private String cancelrunningduplicates;
    228         /**
    229          * @uml.property  name="duplicatejobproximity"
    230          */
    23160        private String duplicatejobproximity;
    232         /**
    233          * @uml.property  name="run"
    234          */
    23561        private String run;
    236         /**
    237          * @uml.property  name="priority"
    238          */
    23962        private String priority;
    240         /**
    241          * @uml.property  name="allowmixedpriority"
    242          */
    24363        private String allowmixedpriority;
    244         /**
    245          * @uml.property  name="writepartafterjob"
    246          */
    24764        private String writepartafterjob;
    24865
     
    25168                        String messages, String pool, String storage, String priority, String writebootstrap){
    25269        }
    253         /**
    254          * @return
    255          * @uml.property  name="name"
    256          */
    25770        public String getName() {
    25871                return name;
    25972        }
    260         /**
    261          * @param name
    262          * @uml.property  name="name"
    263          */
    26473        public void setName(String name) {
    26574                this.name = name;
    26675        }
    267         /**
    268          * @return
    269          * @uml.property  name="enabled"
    270          */
    27176        public String getEnabled() {
    27277                return enabled;
    27378        }
    274         /**
    275          * @param enabled
    276          * @uml.property  name="enabled"
    277          */
    27879        public void setEnabled(String enabled) {
    27980                this.enabled = enabled;
    28081        }
    281         /**
    282          * @return
    283          * @uml.property  name="description"
    284          */
    28582        public String getDescription() {
    28683                return description;
    28784        }
    288         /**
    289          * @param description
    290          * @uml.property  name="description"
    291          */
    29285        public void setDescription(String description) {
    29386                this.description = description;
    29487        }
    295         /**
    296          * @return
    297          * @uml.property  name="type"
    298          */
    29988        public String getType() {
    30089                return type;
    30190        }
    302         /**
    303          * @param type
    304          * @uml.property  name="type"
    305          */
    30691        public void setType(String type) {
    30792                this.type = type;
    30893        }
    309         /**
    310          * @return
    311          * @uml.property  name="level"
    312          */
    31394        public String getLevel() {
    31495                return level;
    31596        }
    316         /**
    317          * @param level
    318          * @uml.property  name="level"
    319          */
    32097        public void setLevel(String level) {
    32198                this.level = level;
    32299        }
    323         /**
    324          * @return
    325          * @uml.property  name="accurate"
    326          */
    327100        public String getAccurate() {
    328101                return accurate;
    329102        }
    330         /**
    331          * @param accurate
    332          * @uml.property  name="accurate"
    333          */
    334103        public void setAccurate(String accurate) {
    335104                this.accurate = accurate;
    336105        }
    337         /**
    338          * @return
    339          * @uml.property  name="verifyjob"
    340          */
    341106        public String getVerifyjob() {
    342107                return verifyjob;
    343108        }
    344         /**
    345          * @param verifyjob
    346          * @uml.property  name="verifyjob"
    347          */
    348109        public void setVerifyjob(String verifyjob) {
    349110                this.verifyjob = verifyjob;
    350111        }
    351         /**
    352          * @return
    353          * @uml.property  name="jobdefs"
    354          */
    355112        public String getJobdefs() {
    356113                return jobdefs;
    357114        }
    358         /**
    359          * @param jobdefs
    360          * @uml.property  name="jobdefs"
    361          */
    362115        public void setJobdefs(String jobdefs) {
    363116                this.jobdefs = jobdefs;
    364117        }
    365         /**
    366          * @return
    367          * @uml.property  name="bootstrap"
    368          */
    369118        public String getBootstrap() {
    370119                return bootstrap;
    371120        }
    372         /**
    373          * @param bootstrap
    374          * @uml.property  name="bootstrap"
    375          */
    376121        public void setBootstrap(String bootstrap) {
    377122                this.bootstrap = bootstrap;
    378123        }
    379         /**
    380          * @return
    381          * @uml.property  name="writebootstrap"
    382          */
    383124        public String getWritebootstrap() {
    384125                return writebootstrap;
    385126        }
    386         /**
    387          * @param writebootstrap
    388          * @uml.property  name="writebootstrap"
    389          */
    390127        public void setWritebootstrap(String writebootstrap) {
    391128                this.writebootstrap = writebootstrap;
    392129        }
    393         /**
    394          * @return
    395          * @uml.property  name="client"
    396          */
    397130        public String getClient() {
    398131                return client;
    399132        }
    400         /**
    401          * @param client
    402          * @uml.property  name="client"
    403          */
    404133        public void setClient(String client) {
    405134                this.client = client;
    406135        }
    407         /**
    408          * @return
    409          * @uml.property  name="fileset"
    410          */
    411136        public String getFileset() {
    412137                return fileset;
    413138        }
    414         /**
    415          * @param fileset
    416          * @uml.property  name="fileset"
    417          */
    418139        public void setFileset(String fileset) {
    419140                this.fileset = fileset;
    420141        }
    421         /**
    422          * @return
    423          * @uml.property  name="messages"
    424          */
    425142        public String getMessages() {
    426143                return messages;
    427144        }
    428         /**
    429          * @param messages
    430          * @uml.property  name="messages"
    431          */
    432145        public void setMessages(String messages) {
    433146                this.messages = messages;
    434147        }
    435         /**
    436          * @return
    437          * @uml.property  name="pool"
    438          */
    439148        public String getPool() {
    440149                return pool;
    441150        }
    442         /**
    443          * @param pool
    444          * @uml.property  name="pool"
    445          */
    446151        public void setPool(String pool) {
    447152                this.pool = pool;
    448153        }
    449         /**
    450          * @return
    451          * @uml.property  name="fullbackuppool"
    452          */
    453154        public String getFullbackuppool() {
    454155                return fullbackuppool;
    455156        }
    456         /**
    457          * @param fullbackuppool
    458          * @uml.property  name="fullbackuppool"
    459          */
    460157        public void setFullbackuppool(String fullbackuppool) {
    461158                this.fullbackuppool = fullbackuppool;
    462159        }
    463         /**
    464          * @return
    465          * @uml.property  name="differentialbackuppool"
    466          */
    467160        public String getDifferentialbackuppool() {
    468161                return differentialbackuppool;
    469162        }
    470         /**
    471          * @param differentialbackuppool
    472          * @uml.property  name="differentialbackuppool"
    473          */
    474163        public void setDifferentialbackuppool(String differentialbackuppool) {
    475164                this.differentialbackuppool = differentialbackuppool;
    476165        }
    477         /**
    478          * @return
    479          * @uml.property  name="incrementalbackuppool"
    480          */
    481166        public String getIncrementalbackuppool() {
    482167                return incrementalbackuppool;
    483168        }
    484         /**
    485          * @param incrementalbackuppool
    486          * @uml.property  name="incrementalbackuppool"
    487          */
    488169        public void setIncrementalbackuppool(String incrementalbackuppool) {
    489170                this.incrementalbackuppool = incrementalbackuppool;
    490171        }
    491         /**
    492          * @return
    493          * @uml.property  name="schedule"
    494          */
    495172        public String getSchedule() {
    496173                return schedule;
    497174        }
    498         /**
    499          * @param schedule
    500          * @uml.property  name="schedule"
    501          */
    502175        public void setSchedule(String schedule) {
    503176                this.schedule = schedule;
    504177        }
    505         /**
    506          * @return
    507          * @uml.property  name="storage"
    508          */
    509178        public String getStorage() {
    510179                return storage;
    511180        }
    512         /**
    513          * @param storage
    514          * @uml.property  name="storage"
    515          */
    516181        public void setStorage(String storage) {
    517182                this.storage = storage;
    518183        }
    519         /**
    520          * @return
    521          * @uml.property  name="maxstartdelay"
    522          */
    523184        public String getMaxstartdelay() {
    524185                return maxstartdelay;
    525186        }
    526         /**
    527          * @param maxstartdelay
    528          * @uml.property  name="maxstartdelay"
    529          */
    530187        public void setMaxstartdelay(String maxstartdelay) {
    531188                this.maxstartdelay = maxstartdelay;
    532189        }
    533         /**
    534          * @return
    535          * @uml.property  name="maxruntime"
    536          */
    537190        public String getMaxruntime() {
    538191                return maxruntime;
    539192        }
    540         /**
    541          * @param maxruntime
    542          * @uml.property  name="maxruntime"
    543          */
    544193        public void setMaxruntime(String maxruntime) {
    545194                this.maxruntime = maxruntime;
    546195        }
    547         /**
    548          * @return
    549          * @uml.property  name="incrementaldifferentialmaxwaittime"
    550          */
    551196        public String getIncrementaldifferentialmaxwaittime() {
    552197                return incrementaldifferentialmaxwaittime;
    553198        }
    554         /**
    555          * @param incrementaldifferentialmaxwaittime
    556          * @uml.property  name="incrementaldifferentialmaxwaittime"
    557          */
    558199        public void setIncrementaldifferentialmaxwaittime(
    559200                        String incrementaldifferentialmaxwaittime) {
    560201                this.incrementaldifferentialmaxwaittime = incrementaldifferentialmaxwaittime;
    561202        }
    562         /**
    563          * @return
    564          * @uml.property  name="incrementalmaxruntime"
    565          */
    566203        public String getIncrementalmaxruntime() {
    567204                return incrementalmaxruntime;
    568205        }
    569         /**
    570          * @param incrementalmaxruntime
    571          * @uml.property  name="incrementalmaxruntime"
    572          */
    573206        public void setIncrementalmaxruntime(String incrementalmaxruntime) {
    574207                this.incrementalmaxruntime = incrementalmaxruntime;
    575208        }
    576         /**
    577          * @return
    578          * @uml.property  name="differentialmaxwaittime"
    579          */
    580209        public String getDifferentialmaxwaittime() {
    581210                return differentialmaxwaittime;
    582211        }
    583         /**
    584          * @param differentialmaxwaittime
    585          * @uml.property  name="differentialmaxwaittime"
    586          */
    587212        public void setDifferentialmaxwaittime(String differentialmaxwaittime) {
    588213                this.differentialmaxwaittime = differentialmaxwaittime;
    589214        }
    590         /**
    591          * @return
    592          * @uml.property  name="maxrunschedtime"
    593          */
    594215        public String getMaxrunschedtime() {
    595216                return maxrunschedtime;
    596217        }
    597         /**
    598          * @param maxrunschedtime
    599          * @uml.property  name="maxrunschedtime"
    600          */
    601218        public void setMaxrunschedtime(String maxrunschedtime) {
    602219                this.maxrunschedtime = maxrunschedtime;
    603220        }
    604         /**
    605          * @return
    606          * @uml.property  name="maxwaittime"
    607          */
    608221        public String getMaxwaittime() {
    609222                return maxwaittime;
    610223        }
    611         /**
    612          * @param maxwaittime
    613          * @uml.property  name="maxwaittime"
    614          */
    615224        public void setMaxwaittime(String maxwaittime) {
    616225                this.maxwaittime = maxwaittime;
    617226        }
    618         /**
    619          * @return
    620          * @uml.property  name="maxfullinterval"
    621          */
    622227        public String getMaxfullinterval() {
    623228                return maxfullinterval;
    624229        }
    625         /**
    626          * @param maxfullinterval
    627          * @uml.property  name="maxfullinterval"
    628          */
    629230        public void setMaxfullinterval(String maxfullinterval) {
    630231                this.maxfullinterval = maxfullinterval;
    631232        }
    632         /**
    633          * @return
    634          * @uml.property  name="prefermountedvolumes"
    635          */
    636233        public String getPrefermountedvolumes() {
    637234                return prefermountedvolumes;
    638235        }
    639         /**
    640          * @param prefermountedvolumes
    641          * @uml.property  name="prefermountedvolumes"
    642          */
    643236        public void setPrefermountedvolumes(String prefermountedvolumes) {
    644237                this.prefermountedvolumes = prefermountedvolumes;
    645238        }
    646         /**
    647          * @return
    648          * @uml.property  name="prunejobs"
    649          */
    650239        public String getPrunejobs() {
    651240                return prunejobs;
    652241        }
    653         /**
    654          * @param prunejobs
    655          * @uml.property  name="prunejobs"
    656          */
    657242        public void setPrunejobs(String prunejobs) {
    658243                this.prunejobs = prunejobs;
    659244        }
    660         /**
    661          * @return
    662          * @uml.property  name="prunefiles"
    663          */
    664245        public String getPrunefiles() {
    665246                return prunefiles;
    666247        }
    667         /**
    668          * @param prunefiles
    669          * @uml.property  name="prunefiles"
    670          */
    671248        public void setPrunefiles(String prunefiles) {
    672249                this.prunefiles = prunefiles;
    673250        }
    674         /**
    675          * @return
    676          * @uml.property  name="prunevolumes"
    677          */
    678251        public String getPrunevolumes() {
    679252                return prunevolumes;
    680253        }
    681         /**
    682          * @param prunevolumes
    683          * @uml.property  name="prunevolumes"
    684          */
    685254        public void setPrunevolumes(String prunevolumes) {
    686255                this.prunevolumes = prunevolumes;
    687256        }
    688         /**
    689          * @return
    690          * @uml.property  name="runscript"
    691          */
    692257        public String getRunscript() {
    693258                return runscript;
    694259        }
    695         /**
    696          * @param runscript
    697          * @uml.property  name="runscript"
    698          */
    699260        public void setRunscript(String runscript) {
    700261                this.runscript = runscript;
    701262        }
    702         /**
    703          * @return
    704          * @uml.property  name="runbeforejob"
    705          */
    706263        public String getRunbeforejob() {
    707264                return runbeforejob;
    708265        }
    709         /**
    710          * @param runbeforejob
    711          * @uml.property  name="runbeforejob"
    712          */
    713266        public void setRunbeforejob(String runbeforejob) {
    714267                this.runbeforejob = runbeforejob;
    715268        }
    716         /**
    717          * @return
    718          * @uml.property  name="runafterjob"
    719          */
    720269        public String getRunafterjob() {
    721270                return runafterjob;
    722271        }
    723         /**
    724          * @param runafterjob
    725          * @uml.property  name="runafterjob"
    726          */
    727272        public void setRunafterjob(String runafterjob) {
    728273                this.runafterjob = runafterjob;
    729274        }
    730         /**
    731          * @return
    732          * @uml.property  name="runafterfailedjob"
    733          */
    734275        public String getRunafterfailedjob() {
    735276                return runafterfailedjob;
    736277        }
    737         /**
    738          * @param runafterfailedjob
    739          * @uml.property  name="runafterfailedjob"
    740          */
    741278        public void setRunafterfailedjob(String runafterfailedjob) {
    742279                this.runafterfailedjob = runafterfailedjob;
    743280        }
    744         /**
    745          * @return
    746          * @uml.property  name="clientrunbeforejob"
    747          */
    748281        public String getClientrunbeforejob() {
    749282                return clientrunbeforejob;
    750283        }
    751         /**
    752          * @param clientrunbeforejob
    753          * @uml.property  name="clientrunbeforejob"
    754          */
    755284        public void setClientrunbeforejob(String clientrunbeforejob) {
    756285                this.clientrunbeforejob = clientrunbeforejob;
    757286        }
    758         /**
    759          * @return
    760          * @uml.property  name="clientrunafterjob"
    761          */
    762287        public String getClientrunafterjob() {
    763288                return clientrunafterjob;
    764289        }
    765         /**
    766          * @param clientrunafterjob
    767          * @uml.property  name="clientrunafterjob"
    768          */
    769290        public void setClientrunafterjob(String clientrunafterjob) {
    770291                this.clientrunafterjob = clientrunafterjob;
    771292        }
    772         /**
    773          * @return
    774          * @uml.property  name="rerunfailedlevels"
    775          */
    776293        public String getRerunfailedlevels() {
    777294                return rerunfailedlevels;
    778295        }
    779         /**
    780          * @param rerunfailedlevels
    781          * @uml.property  name="rerunfailedlevels"
    782          */
    783296        public void setRerunfailedlevels(String rerunfailedlevels) {
    784297                this.rerunfailedlevels = rerunfailedlevels;
    785298        }
    786         /**
    787          * @return
    788          * @uml.property  name="spooldata"
    789          */
    790299        public String getSpooldata() {
    791300                return spooldata;
    792301        }
    793         /**
    794          * @param spooldata
    795          * @uml.property  name="spooldata"
    796          */
    797302        public void setSpooldata(String spooldata) {
    798303                this.spooldata = spooldata;
    799304        }
    800         /**
    801          * @return
    802          * @uml.property  name="spoolattributes"
    803          */
    804305        public String getSpoolattributes() {
    805306                return spoolattributes;
    806307        }
    807         /**
    808          * @param spoolattributes
    809          * @uml.property  name="spoolattributes"
    810          */
    811308        public void setSpoolattributes(String spoolattributes) {
    812309                this.spoolattributes = spoolattributes;
    813310        }
    814         /**
    815          * @return
    816          * @uml.property  name="where"
    817          */
    818311        public String getWhere() {
    819312                return where;
    820313        }
    821         /**
    822          * @param where
    823          * @uml.property  name="where"
    824          */
    825314        public void setWhere(String where) {
    826315                this.where = where;
    827316        }
    828         /**
    829          * @return
    830          * @uml.property  name="addprefix"
    831          */
    832317        public String getAddprefix() {
    833318                return addprefix;
    834319        }
    835         /**
    836          * @param addprefix
    837          * @uml.property  name="addprefix"
    838          */
    839320        public void setAddprefix(String addprefix) {
    840321                this.addprefix = addprefix;
    841322        }
    842         /**
    843          * @return
    844          * @uml.property  name="addsuffix"
    845          */
    846323        public String getAddsuffix() {
    847324                return addsuffix;
    848325        }
    849         /**
    850          * @param addsuffix
    851          * @uml.property  name="addsuffix"
    852          */
    853326        public void setAddsuffix(String addsuffix) {
    854327                this.addsuffix = addsuffix;
    855328        }
    856         /**
    857          * @return
    858          * @uml.property  name="stripprefix"
    859          */
    860329        public String getStripprefix() {
    861330                return stripprefix;
    862331        }
    863         /**
    864          * @param stripprefix
    865          * @uml.property  name="stripprefix"
    866          */
    867332        public void setStripprefix(String stripprefix) {
    868333                this.stripprefix = stripprefix;
    869334        }
    870         /**
    871          * @return
    872          * @uml.property  name="regexwhere"
    873          */
    874335        public String getRegexwhere() {
    875336                return regexwhere;
    876337        }
    877         /**
    878          * @param regexwhere
    879          * @uml.property  name="regexwhere"
    880          */
    881338        public void setRegexwhere(String regexwhere) {
    882339                this.regexwhere = regexwhere;
    883340        }
    884         /**
    885          * @return
    886          * @uml.property  name="replace"
    887          */
    888341        public String getReplace() {
    889342                return replace;
    890343        }
    891         /**
    892          * @param replace
    893          * @uml.property  name="replace"
    894          */
    895344        public void setReplace(String replace) {
    896345                this.replace = replace;
    897346        }
    898         /**
    899          * @return
    900          * @uml.property  name="prefixlinks"
    901          */
    902347        public String getPrefixlinks() {
    903348                return prefixlinks;
    904349        }
    905         /**
    906          * @param prefixlinks
    907          * @uml.property  name="prefixlinks"
    908          */
    909350        public void setPrefixlinks(String prefixlinks) {
    910351                this.prefixlinks = prefixlinks;
    911352        }
    912         /**
    913          * @return
    914          * @uml.property  name="maximumconcurrentjobs"
    915          */
    916353        public String getMaximumconcurrentjobs() {
    917354                return maximumconcurrentjobs;
    918355        }
    919         /**
    920          * @param maximumconcurrentjobs
    921          * @uml.property  name="maximumconcurrentjobs"
    922          */
    923356        public void setMaximumconcurrentjobs(String maximumconcurrentjobs) {
    924357                this.maximumconcurrentjobs = maximumconcurrentjobs;
    925358        }
    926         /**
    927          * @return
    928          * @uml.property  name="rescheduleonerror"
    929          */
    930359        public String getRescheduleonerror() {
    931360                return rescheduleonerror;
    932361        }
    933         /**
    934          * @param rescheduleonerror
    935          * @uml.property  name="rescheduleonerror"
    936          */
    937362        public void setRescheduleonerror(String rescheduleonerror) {
    938363                this.rescheduleonerror = rescheduleonerror;
    939364        }
    940         /**
    941          * @return
    942          * @uml.property  name="rescheduleinterval"
    943          */
    944365        public String getRescheduleinterval() {
    945366                return rescheduleinterval;
    946367        }
    947         /**
    948          * @param rescheduleinterval
    949          * @uml.property  name="rescheduleinterval"
    950          */
    951368        public void setRescheduleinterval(String rescheduleinterval) {
    952369                this.rescheduleinterval = rescheduleinterval;
    953370        }
    954         /**
    955          * @return
    956          * @uml.property  name="rescheduletimes"
    957          */
    958371        public String getRescheduletimes() {
    959372                return rescheduletimes;
    960373        }
    961         /**
    962          * @param rescheduletimes
    963          * @uml.property  name="rescheduletimes"
    964          */
    965374        public void setRescheduletimes(String rescheduletimes) {
    966375                this.rescheduletimes = rescheduletimes;
    967376        }
    968         /**
    969          * @return
    970          * @uml.property  name="allowduplicatejobs"
    971          */
    972377        public String getAllowduplicatejobs() {
    973378                return allowduplicatejobs;
    974379        }
    975         /**
    976          * @param allowduplicatejobs
    977          * @uml.property  name="allowduplicatejobs"
    978          */
    979380        public void setAllowduplicatejobs(String allowduplicatejobs) {
    980381                this.allowduplicatejobs = allowduplicatejobs;
    981382        }
    982         /**
    983          * @return
    984          * @uml.property  name="allowhigherduplicates"
    985          */
    986383        public String getAllowhigherduplicates() {
    987384                return allowhigherduplicates;
    988385        }
    989         /**
    990          * @param allowhigherduplicates
    991          * @uml.property  name="allowhigherduplicates"
    992          */
    993386        public void setAllowhigherduplicates(String allowhigherduplicates) {
    994387                this.allowhigherduplicates = allowhigherduplicates;
    995388        }
    996         /**
    997          * @return
    998          * @uml.property  name="cancellowerlevelduplicates"
    999          */
    1000389        public String getCancellowerlevelduplicates() {
    1001390                return cancellowerlevelduplicates;
    1002391        }
    1003         /**
    1004          * @param cancellowerlevelduplicates
    1005          * @uml.property  name="cancellowerlevelduplicates"
    1006          */
    1007392        public void setCancellowerlevelduplicates(String cancellowerlevelduplicates) {
    1008393                this.cancellowerlevelduplicates = cancellowerlevelduplicates;
    1009394        }
    1010         /**
    1011          * @return
    1012          * @uml.property  name="cancelqueuedduplicates"
    1013          */
    1014395        public String getCancelqueuedduplicates() {
    1015396                return cancelqueuedduplicates;
    1016397        }
    1017         /**
    1018          * @param cancelqueuedduplicates
    1019          * @uml.property  name="cancelqueuedduplicates"
    1020          */
    1021398        public void setCancelqueuedduplicates(String cancelqueuedduplicates) {
    1022399                this.cancelqueuedduplicates = cancelqueuedduplicates;
    1023400        }
    1024         /**
    1025          * @return
    1026          * @uml.property  name="cancelrunningduplicates"
    1027          */
    1028401        public String getCancelrunningduplicates() {
    1029402                return cancelrunningduplicates;
    1030403        }
    1031         /**
    1032          * @param cancelrunningduplicates
    1033          * @uml.property  name="cancelrunningduplicates"
    1034          */
    1035404        public void setCancelrunningduplicates(String cancelrunningduplicates) {
    1036405                this.cancelrunningduplicates = cancelrunningduplicates;
    1037406        }
    1038         /**
    1039          * @return
    1040          * @uml.property  name="duplicatejobproximity"
    1041          */
    1042407        public String getDuplicatejobproximity() {
    1043408                return duplicatejobproximity;
    1044409        }
    1045         /**
    1046          * @param duplicatejobproximity
    1047          * @uml.property  name="duplicatejobproximity"
    1048          */
    1049410        public void setDuplicatejobproximity(String duplicatejobproximity) {
    1050411                this.duplicatejobproximity = duplicatejobproximity;
    1051412        }
    1052         /**
    1053          * @return
    1054          * @uml.property  name="run"
    1055          */
    1056413        public String getRun() {
    1057414                return run;
    1058415        }
    1059         /**
    1060          * @param run
    1061          * @uml.property  name="run"
    1062          */
    1063416        public void setRun(String run) {
    1064417                this.run = run;
    1065418        }
    1066         /**
    1067          * @return
    1068          * @uml.property  name="priority"
    1069          */
    1070419        public String getPriority() {
    1071420                return priority;
    1072421        }
    1073         /**
    1074          * @param priority
    1075          * @uml.property  name="priority"
    1076          */
    1077422        public void setPriority(String priority) {
    1078423                this.priority = priority;
    1079424        }
    1080         /**
    1081          * @return
    1082          * @uml.property  name="allowmixedpriority"
    1083          */
    1084425        public String getAllowmixedpriority() {
    1085426                return allowmixedpriority;
    1086427        }
    1087         /**
    1088          * @param allowmixedpriority
    1089          * @uml.property  name="allowmixedpriority"
    1090          */
    1091428        public void setAllowmixedpriority(String allowmixedpriority) {
    1092429                this.allowmixedpriority = allowmixedpriority;
    1093430        }
    1094         /**
    1095          * @return
    1096          * @uml.property  name="writepartafterjob"
    1097          */
    1098431        public String getWritepartafterjob() {
    1099432                return writepartafterjob;
    1100433        }
    1101         /**
    1102          * @param writepartafterjob
    1103          * @uml.property  name="writepartafterjob"
    1104          */
    1105434        public void setWritepartafterjob(String writepartafterjob) {
    1106435                this.writepartafterjob = writepartafterjob;
Note: See TracChangeset for help on using the changeset viewer.