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

    r858 r865  
    11package de.dass_it.vanhelsing.gui.items;
    22public class SDDeviceItem extends ItemType implements UserObjectItem{
    3         /**
    4          * @uml.property  name="name"
    5          */
    63        private String name;
    7         /**
    8          * @uml.property  name="archivedevice"
    9          */
    104        private String archivedevice;
    11         /**
    12          * @uml.property  name="devicetype"
    13          */
    145        private String devicetype;
    15         /**
    16          * @uml.property  name="mediatype"
    17          */
    186        private String mediatype;
    19         /**
    20          * @uml.property  name="autochanger"
    21          */
    227        private String autochanger;
    23         /**
    24          * @uml.property  name="changerdevice"
    25          */
    268        private String changerdevice;
    27         /**
    28          * @uml.property  name="changercommand"
    29          */
    309        private String changercommand;
    31         /**
    32          * @uml.property  name="alertcommand"
    33          */
    3410        private String alertcommand;
    35         /**
    36          * @uml.property  name="driveindex"
    37          */
    3811        private String driveindex;
    39         /**
    40          * @uml.property  name="autoselect"
    41          */
    4212        private String autoselect;
    43         /**
    44          * @uml.property  name="maximumconcurentjobs"
    45          */
    4613        private String maximumconcurentjobs;
    47         /**
    48          * @uml.property  name="maximumchangerwait"
    49          */
    5014        private String maximumchangerwait;
    51         /**
    52          * @uml.property  name="maximumrewindwait"
    53          */
    5415        private String maximumrewindwait;
    55         /**
    56          * @uml.property  name="maximumopenwait"
    57          */
    5816        private String maximumopenwait;
    59         /**
    60          * @uml.property  name="alwaysopen"
    61          */
    6217        private String alwaysopen;
    63         /**
    64          * @uml.property  name="volumepollinterval"
    65          */
    6618        private String volumepollinterval;
    67         /**
    68          * @uml.property  name="closeonpoll"
    69          */
    7019        private String closeonpoll;
    7120        //private String maximumOpenWait;
    72         /**
    73          * @uml.property  name="removablemedia"
    74          */
    7521        private String removablemedia;
    76         /**
    77          * @uml.property  name="randomaccess"
    78          */
    7922        private String randomaccess;
    80         /**
    81          * @uml.property  name="requiresmount"
    82          */
    8323        private String requiresmount;
    84         /**
    85          * @uml.property  name="mountpoint"
    86          */
    8724        private String mountpoint;
    88         /**
    89          * @uml.property  name="mountcommand"
    90          */
    9125        private String mountcommand;
    92         /**
    93          * @uml.property  name="unmountcommand"
    94          */
    9526        private String unmountcommand;
    96         /**
    97          * @uml.property  name="blockchecksum"
    98          */
    9927        private String blockchecksum;
    100         /**
    101          * @uml.property  name="minimumblocksize"
    102          */
    10328        private String minimumblocksize;
    104         /**
    105          * @uml.property  name="maximumblocksize"
    106          */
    10729        private String maximumblocksize;
    108         /**
    109          * @uml.property  name="hardwareendofmedium"
    110          */
    11130        private String hardwareendofmedium;
    112         /**
    113          * @uml.property  name="fastforwardspacefile"
    114          */
    11531        private String fastforwardspacefile;
    116         /**
    117          * @uml.property  name="usemtiocget"
    118          */
    11932        private String usemtiocget;
    120         /**
    121          * @uml.property  name="bsfateom"
    122          */
    12333        private String bsfateom;
    124         /**
    125          * @uml.property  name="twoeof"
    126          */
    12734        private String twoeof;
    128         /**
    129          * @uml.property  name="backwardspacerecord"
    130          */
    13135        private String backwardspacerecord;
    132         /**
    133          * @uml.property  name="backwardspacefile"
    134          */
    13536        private String backwardspacefile;
    136         /**
    137          * @uml.property  name="forwardspacerecord"
    138          */
    13937        private String forwardspacerecord;
    140         /**
    141          * @uml.property  name="forwardspacefile"
    142          */
    14338        private String forwardspacefile;
    144         /**
    145          * @uml.property  name="offlineonunmount"
    146          */
    14739        private String offlineonunmount;
    148         /**
    149          * @uml.property  name="maximumconcurrentjobs"
    150          */
    15140        private String maximumconcurrentjobs;
    152         /**
    153          * @uml.property  name="maximumvolumesize"
    154          */
    15541        private String maximumvolumesize;
    156         /**
    157          * @uml.property  name="maximumfilesize"
    158          */
    15942        private String maximumfilesize;
    160         /**
    161          * @uml.property  name="blockpositioning"
    162          */
    16343        private String blockpositioning;
    164         /**
    165          * @uml.property  name="maximumnetworkbuffersize"
    166          */
    16744        private String maximumnetworkbuffersize;
    168         /**
    169          * @uml.property  name="maximumspoolsize"
    170          */
    17145        private String maximumspoolsize;
    172         /**
    173          * @uml.property  name="maximumjobspoolsize"
    174          */
    17546        private String maximumjobspoolsize;
    176         /**
    177          * @uml.property  name="spooldirectory"
    178          */
    17947        private String spooldirectory;
    180         /**
    181          * @uml.property  name="maximumpartsize"
    182          */
    18348        private String maximumpartsize;
    18449       
    18550        public SDDeviceItem(){}
    18651
    187         /**
    188          * @return
    189          * @uml.property  name="name"
    190          */
    19152        public String getName() {
    19253                return name;
    19354        }
    19455
    195         /**
    196          * @param name
    197          * @uml.property  name="name"
    198          */
    19956        public void setName(String name) {
    20057                this.name = name;
    20158        }
    20259
    203         /**
    204          * @return
    205          * @uml.property  name="archivedevice"
    206          */
    20760        public String getArchivedevice() {
    20861                return archivedevice;
    20962        }
    21063
    211         /**
    212          * @param archivedevice
    213          * @uml.property  name="archivedevice"
    214          */
    21564        public void setArchivedevice(String archivedevice) {
    21665                this.archivedevice = archivedevice;
    21766        }
    21867
    219         /**
    220          * @return
    221          * @uml.property  name="devicetype"
    222          */
    22368        public String getDevicetype() {
    22469                return devicetype;
    22570        }
    22671
    227         /**
    228          * @param devicetype
    229          * @uml.property  name="devicetype"
    230          */
    23172        public void setDevicetype(String devicetype) {
    23273                this.devicetype = devicetype;
    23374        }
    23475
    235         /**
    236          * @return
    237          * @uml.property  name="mediatype"
    238          */
    23976        public String getMediatype() {
    24077                return mediatype;
    24178        }
    24279
    243         /**
    244          * @param mediatype
    245          * @uml.property  name="mediatype"
    246          */
    24780        public void setMediatype(String mediatype) {
    24881                this.mediatype = mediatype;
    24982        }
    25083
    251         /**
    252          * @return
    253          * @uml.property  name="autochanger"
    254          */
    25584        public String getAutochanger() {
    25685                return autochanger;
    25786        }
    25887
    259         /**
    260          * @param autochanger
    261          * @uml.property  name="autochanger"
    262          */
    26388        public void setAutochanger(String autochanger) {
    26489                this.autochanger = autochanger;
    26590        }
    26691
    267         /**
    268          * @return
    269          * @uml.property  name="changerdevice"
    270          */
    27192        public String getChangerdevice() {
    27293                return changerdevice;
    27394        }
    27495
    275         /**
    276          * @param changerdevice
    277          * @uml.property  name="changerdevice"
    278          */
    27996        public void setChangerdevice(String changerdevice) {
    28097                this.changerdevice = changerdevice;
    28198        }
    28299
    283         /**
    284          * @return
    285          * @uml.property  name="changercommand"
    286          */
    287100        public String getChangercommand() {
    288101                return changercommand;
    289102        }
    290103
    291         /**
    292          * @param changercommand
    293          * @uml.property  name="changercommand"
    294          */
    295104        public void setChangercommand(String changercommand) {
    296105                this.changercommand = changercommand;
    297106        }
    298107
    299         /**
    300          * @return
    301          * @uml.property  name="alertcommand"
    302          */
    303108        public String getAlertcommand() {
    304109                return alertcommand;
    305110        }
    306111
    307         /**
    308          * @param alertcommand
    309          * @uml.property  name="alertcommand"
    310          */
    311112        public void setAlertcommand(String alertcommand) {
    312113                this.alertcommand = alertcommand;
    313114        }
    314115
    315         /**
    316          * @return
    317          * @uml.property  name="driveindex"
    318          */
    319116        public String getDriveindex() {
    320117                return driveindex;
    321118        }
    322119
    323         /**
    324          * @param driveindex
    325          * @uml.property  name="driveindex"
    326          */
    327120        public void setDriveindex(String driveindex) {
    328121                this.driveindex = driveindex;
    329122        }
    330123
    331         /**
    332          * @return
    333          * @uml.property  name="autoselect"
    334          */
    335124        public String getAutoselect() {
    336125                return autoselect;
    337126        }
    338127
    339         /**
    340          * @param autoselect
    341          * @uml.property  name="autoselect"
    342          */
    343128        public void setAutoselect(String autoselect) {
    344129                this.autoselect = autoselect;
    345130        }
    346131
    347         /**
    348          * @return
    349          * @uml.property  name="maximumconcurentjobs"
    350          */
    351132        public String getMaximumconcurentjobs() {
    352133                return maximumconcurentjobs;
    353134        }
    354135
    355         /**
    356          * @param maximumconcurentjobs
    357          * @uml.property  name="maximumconcurentjobs"
    358          */
    359136        public void setMaximumconcurentjobs(String maximumconcurentjobs) {
    360137                this.maximumconcurentjobs = maximumconcurentjobs;
    361138        }
    362139
    363         /**
    364          * @return
    365          * @uml.property  name="maximumchangerwait"
    366          */
    367140        public String getMaximumchangerwait() {
    368141                return maximumchangerwait;
    369142        }
    370143
    371         /**
    372          * @param maximumchangerwait
    373          * @uml.property  name="maximumchangerwait"
    374          */
    375144        public void setMaximumchangerwait(String maximumchangerwait) {
    376145                this.maximumchangerwait = maximumchangerwait;
    377146        }
    378147
    379         /**
    380          * @return
    381          * @uml.property  name="maximumrewindwait"
    382          */
    383148        public String getMaximumrewindwait() {
    384149                return maximumrewindwait;
    385150        }
    386151
    387         /**
    388          * @param maximumrewindwait
    389          * @uml.property  name="maximumrewindwait"
    390          */
    391152        public void setMaximumrewindwait(String maximumrewindwait) {
    392153                this.maximumrewindwait = maximumrewindwait;
    393154        }
    394155
    395         /**
    396          * @return
    397          * @uml.property  name="maximumopenwait"
    398          */
    399156        public String getMaximumopenwait() {
    400157                return maximumopenwait;
    401158        }
    402159
    403         /**
    404          * @param maximumopenwait
    405          * @uml.property  name="maximumopenwait"
    406          */
    407160        public void setMaximumopenwait(String maximumopenwait) {
    408161                this.maximumopenwait = maximumopenwait;
    409162        }
    410163
    411         /**
    412          * @return
    413          * @uml.property  name="alwaysopen"
    414          */
    415164        public String getAlwaysopen() {
    416165                return alwaysopen;
    417166        }
    418167
    419         /**
    420          * @param alwaysopen
    421          * @uml.property  name="alwaysopen"
    422          */
    423168        public void setAlwaysopen(String alwaysopen) {
    424169                this.alwaysopen = alwaysopen;
    425170        }
    426171
    427         /**
    428          * @return
    429          * @uml.property  name="volumepollinterval"
    430          */
    431172        public String getVolumepollinterval() {
    432173                return volumepollinterval;
    433174        }
    434175
    435         /**
    436          * @param volumepollinterval
    437          * @uml.property  name="volumepollinterval"
    438          */
    439176        public void setVolumepollinterval(String volumepollinterval) {
    440177                this.volumepollinterval = volumepollinterval;
    441178        }
    442179
    443         /**
    444          * @return
    445          * @uml.property  name="closeonpoll"
    446          */
    447180        public String getCloseonpoll() {
    448181                return closeonpoll;
    449182        }
    450183
    451         /**
    452          * @param closeonpoll
    453          * @uml.property  name="closeonpoll"
    454          */
    455184        public void setCloseonpoll(String closeonpoll) {
    456185                this.closeonpoll = closeonpoll;
    457186        }
    458187
    459         /**
    460          * @return
    461          * @uml.property  name="removablemedia"
    462          */
    463188        public String getRemovablemedia() {
    464189                return removablemedia;
    465190        }
    466191
    467         /**
    468          * @param removablemedia
    469          * @uml.property  name="removablemedia"
    470          */
    471192        public void setRemovablemedia(String removablemedia) {
    472193                this.removablemedia = removablemedia;
    473194        }
    474195
    475         /**
    476          * @return
    477          * @uml.property  name="randomaccess"
    478          */
    479196        public String getRandomaccess() {
    480197                return randomaccess;
    481198        }
    482199
    483         /**
    484          * @param randomaccess
    485          * @uml.property  name="randomaccess"
    486          */
    487200        public void setRandomaccess(String randomaccess) {
    488201                this.randomaccess = randomaccess;
    489202        }
    490203
    491         /**
    492          * @return
    493          * @uml.property  name="requiresmount"
    494          */
    495204        public String getRequiresmount() {
    496205                return requiresmount;
    497206        }
    498207
    499         /**
    500          * @param requiresmount
    501          * @uml.property  name="requiresmount"
    502          */
    503208        public void setRequiresmount(String requiresmount) {
    504209                this.requiresmount = requiresmount;
    505210        }
    506211
    507         /**
    508          * @return
    509          * @uml.property  name="mountpoint"
    510          */
    511212        public String getMountpoint() {
    512213                return mountpoint;
    513214        }
    514215
    515         /**
    516          * @param mountpoint
    517          * @uml.property  name="mountpoint"
    518          */
    519216        public void setMountpoint(String mountpoint) {
    520217                this.mountpoint = mountpoint;
    521218        }
    522219
    523         /**
    524          * @return
    525          * @uml.property  name="mountcommand"
    526          */
    527220        public String getMountcommand() {
    528221                return mountcommand;
    529222        }
    530223
    531         /**
    532          * @param mountcommand
    533          * @uml.property  name="mountcommand"
    534          */
    535224        public void setMountcommand(String mountcommand) {
    536225                this.mountcommand = mountcommand;
    537226        }
    538227
    539         /**
    540          * @return
    541          * @uml.property  name="unmountcommand"
    542          */
    543228        public String getUnmountcommand() {
    544229                return unmountcommand;
    545230        }
    546231
    547         /**
    548          * @param unmountcommand
    549          * @uml.property  name="unmountcommand"
    550          */
    551232        public void setUnmountcommand(String unmountcommand) {
    552233                this.unmountcommand = unmountcommand;
    553234        }
    554235
    555         /**
    556          * @return
    557          * @uml.property  name="blockchecksum"
    558          */
    559236        public String getBlockchecksum() {
    560237                return blockchecksum;
    561238        }
    562239
    563         /**
    564          * @param blockchecksum
    565          * @uml.property  name="blockchecksum"
    566          */
    567240        public void setBlockchecksum(String blockchecksum) {
    568241                this.blockchecksum = blockchecksum;
    569242        }
    570243
    571         /**
    572          * @return
    573          * @uml.property  name="minimumblocksize"
    574          */
    575244        public String getMinimumblocksize() {
    576245                return minimumblocksize;
    577246        }
    578247
    579         /**
    580          * @param minimumblocksize
    581          * @uml.property  name="minimumblocksize"
    582          */
    583248        public void setMinimumblocksize(String minimumblocksize) {
    584249                this.minimumblocksize = minimumblocksize;
    585250        }
    586251
    587         /**
    588          * @return
    589          * @uml.property  name="maximumblocksize"
    590          */
    591252        public String getMaximumblocksize() {
    592253                return maximumblocksize;
    593254        }
    594255
    595         /**
    596          * @param maximumblocksize
    597          * @uml.property  name="maximumblocksize"
    598          */
    599256        public void setMaximumblocksize(String maximumblocksize) {
    600257                this.maximumblocksize = maximumblocksize;
    601258        }
    602259
    603         /**
    604          * @return
    605          * @uml.property  name="hardwareendofmedium"
    606          */
    607260        public String getHardwareendofmedium() {
    608261                return hardwareendofmedium;
    609262        }
    610263
    611         /**
    612          * @param hardwareendofmedium
    613          * @uml.property  name="hardwareendofmedium"
    614          */
    615264        public void setHardwareendofmedium(String hardwareendofmedium) {
    616265                this.hardwareendofmedium = hardwareendofmedium;
    617266        }
    618267
    619         /**
    620          * @return
    621          * @uml.property  name="fastforwardspacefile"
    622          */
    623268        public String getFastforwardspacefile() {
    624269                return fastforwardspacefile;
    625270        }
    626271
    627         /**
    628          * @param fastforwardspacefile
    629          * @uml.property  name="fastforwardspacefile"
    630          */
    631272        public void setFastforwardspacefile(String fastforwardspacefile) {
    632273                this.fastforwardspacefile = fastforwardspacefile;
    633274        }
    634275
    635         /**
    636          * @return
    637          * @uml.property  name="usemtiocget"
    638          */
    639276        public String getUsemtiocget() {
    640277                return usemtiocget;
    641278        }
    642279
    643         /**
    644          * @param usemtiocget
    645          * @uml.property  name="usemtiocget"
    646          */
    647280        public void setUsemtiocget(String usemtiocget) {
    648281                this.usemtiocget = usemtiocget;
    649282        }
    650283
    651         /**
    652          * @return
    653          * @uml.property  name="bsfateom"
    654          */
    655284        public String getBsfateom() {
    656285                return bsfateom;
    657286        }
    658287
    659         /**
    660          * @param bsfateom
    661          * @uml.property  name="bsfateom"
    662          */
    663288        public void setBsfateom(String bsfateom) {
    664289                this.bsfateom = bsfateom;
    665290        }
    666291
    667         /**
    668          * @return
    669          * @uml.property  name="twoeof"
    670          */
    671292        public String getTwoeof() {
    672293                return twoeof;
    673294        }
    674295
    675         /**
    676          * @param twoeof
    677          * @uml.property  name="twoeof"
    678          */
    679296        public void setTwoeof(String twoeof) {
    680297                this.twoeof = twoeof;
    681298        }
    682299
    683         /**
    684          * @return
    685          * @uml.property  name="backwardspacerecord"
    686          */
    687300        public String getBackwardspacerecord() {
    688301                return backwardspacerecord;
    689302        }
    690303
    691         /**
    692          * @param backwardspacerecord
    693          * @uml.property  name="backwardspacerecord"
    694          */
    695304        public void setBackwardspacerecord(String backwardspacerecord) {
    696305                this.backwardspacerecord = backwardspacerecord;
    697306        }
    698307
    699         /**
    700          * @return
    701          * @uml.property  name="backwardspacefile"
    702          */
    703308        public String getBackwardspacefile() {
    704309                return backwardspacefile;
    705310        }
    706311
    707         /**
    708          * @param backwardspacefile
    709          * @uml.property  name="backwardspacefile"
    710          */
    711312        public void setBackwardspacefile(String backwardspacefile) {
    712313                this.backwardspacefile = backwardspacefile;
    713314        }
    714315
    715         /**
    716          * @return
    717          * @uml.property  name="forwardspacerecord"
    718          */
    719316        public String getForwardspacerecord() {
    720317                return forwardspacerecord;
    721318        }
    722319
    723         /**
    724          * @param forwardspacerecord
    725          * @uml.property  name="forwardspacerecord"
    726          */
    727320        public void setForwardspacerecord(String forwardspacerecord) {
    728321                this.forwardspacerecord = forwardspacerecord;
    729322        }
    730323
    731         /**
    732          * @return
    733          * @uml.property  name="forwardspacefile"
    734          */
    735324        public String getForwardspacefile() {
    736325                return forwardspacefile;
    737326        }
    738327
    739         /**
    740          * @param forwardspacefile
    741          * @uml.property  name="forwardspacefile"
    742          */
    743328        public void setForwardspacefile(String forwardspacefile) {
    744329                this.forwardspacefile = forwardspacefile;
    745330        }
    746331
    747         /**
    748          * @return
    749          * @uml.property  name="offlineonunmount"
    750          */
    751332        public String getOfflineonunmount() {
    752333                return offlineonunmount;
    753334        }
    754335
    755         /**
    756          * @param offlineonunmount
    757          * @uml.property  name="offlineonunmount"
    758          */
    759336        public void setOfflineonunmount(String offlineonunmount) {
    760337                this.offlineonunmount = offlineonunmount;
    761338        }
    762339
    763         /**
    764          * @return
    765          * @uml.property  name="maximumconcurrentjobs"
    766          */
    767340        public String getMaximumconcurrentjobs() {
    768341                return maximumconcurrentjobs;
    769342        }
    770343
    771         /**
    772          * @param maximumconcurrentjobs
    773          * @uml.property  name="maximumconcurrentjobs"
    774          */
    775344        public void setMaximumconcurrentjobs(String maximumconcurrentjobs) {
    776345                this.maximumconcurrentjobs = maximumconcurrentjobs;
    777346        }
    778347
    779         /**
    780          * @return
    781          * @uml.property  name="maximumvolumesize"
    782          */
    783348        public String getMaximumvolumesize() {
    784349                return maximumvolumesize;
    785350        }
    786351
    787         /**
    788          * @param maximumvolumesize
    789          * @uml.property  name="maximumvolumesize"
    790          */
    791352        public void setMaximumvolumesize(String maximumvolumesize) {
    792353                this.maximumvolumesize = maximumvolumesize;
    793354        }
    794355
    795         /**
    796          * @return
    797          * @uml.property  name="maximumfilesize"
    798          */
    799356        public String getMaximumfilesize() {
    800357                return maximumfilesize;
    801358        }
    802359
    803         /**
    804          * @param maximumfilesize
    805          * @uml.property  name="maximumfilesize"
    806          */
    807360        public void setMaximumfilesize(String maximumfilesize) {
    808361                this.maximumfilesize = maximumfilesize;
    809362        }
    810363
    811         /**
    812          * @return
    813          * @uml.property  name="blockpositioning"
    814          */
    815364        public String getBlockpositioning() {
    816365                return blockpositioning;
    817366        }
    818367
    819         /**
    820          * @param blockpositioning
    821          * @uml.property  name="blockpositioning"
    822          */
    823368        public void setBlockpositioning(String blockpositioning) {
    824369                this.blockpositioning = blockpositioning;
    825370        }
    826371
    827         /**
    828          * @return
    829          * @uml.property  name="maximumnetworkbuffersize"
    830          */
    831372        public String getMaximumnetworkbuffersize() {
    832373                return maximumnetworkbuffersize;
    833374        }
    834375
    835         /**
    836          * @param maximumnetworkbuffersize
    837          * @uml.property  name="maximumnetworkbuffersize"
    838          */
    839376        public void setMaximumnetworkbuffersize(String maximumnetworkbuffersize) {
    840377                this.maximumnetworkbuffersize = maximumnetworkbuffersize;
    841378        }
    842379
    843         /**
    844          * @return
    845          * @uml.property  name="maximumspoolsize"
    846          */
    847380        public String getMaximumspoolsize() {
    848381                return maximumspoolsize;
    849382        }
    850383
    851         /**
    852          * @param maximumspoolsize
    853          * @uml.property  name="maximumspoolsize"
    854          */
    855384        public void setMaximumspoolsize(String maximumspoolsize) {
    856385                this.maximumspoolsize = maximumspoolsize;
    857386        }
    858387
    859         /**
    860          * @return
    861          * @uml.property  name="maximumjobspoolsize"
    862          */
    863388        public String getMaximumjobspoolsize() {
    864389                return maximumjobspoolsize;
    865390        }
    866391
    867         /**
    868          * @param maximumjobspoolsize
    869          * @uml.property  name="maximumjobspoolsize"
    870          */
    871392        public void setMaximumjobspoolsize(String maximumjobspoolsize) {
    872393                this.maximumjobspoolsize = maximumjobspoolsize;
    873394        }
    874395
    875         /**
    876          * @return
    877          * @uml.property  name="spooldirectory"
    878          */
    879396        public String getSpooldirectory() {
    880397                return spooldirectory;
    881398        }
    882399
    883         /**
    884          * @param spooldirectory
    885          * @uml.property  name="spooldirectory"
    886          */
    887400        public void setSpooldirectory(String spooldirectory) {
    888401                this.spooldirectory = spooldirectory;
    889402        }
    890403
    891         /**
    892          * @return
    893          * @uml.property  name="maximumpartsize"
    894          */
    895404        public String getMaximumpartsize() {
    896405                return maximumpartsize;
    897406        }
    898407
    899         /**
    900          * @param maximumpartsize
    901          * @uml.property  name="maximumpartsize"
    902          */
    903408        public void setMaximumpartsize(String maximumpartsize) {
    904409                this.maximumpartsize = maximumpartsize;
Note: See TracChangeset for help on using the changeset viewer.