Ignore:
Timestamp:
Apr 9, 2010, 10:56:07 AM (14 years ago)
Author:
tobias
Message:

visual design slightly modified. tree functions extended

File:
1 edited

Legend:

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

    r844 r858  
    11package de.dass_it.vanhelsing.gui.items;
    22public class SDDeviceItem extends ItemType implements UserObjectItem{
     3        /**
     4         * @uml.property  name="name"
     5         */
    36        private String name;
    4         private String archiveDevice;
    5         private String deviceType;
    6         private String mediaType;
     7        /**
     8         * @uml.property  name="archivedevice"
     9         */
     10        private String archivedevice;
     11        /**
     12         * @uml.property  name="devicetype"
     13         */
     14        private String devicetype;
     15        /**
     16         * @uml.property  name="mediatype"
     17         */
     18        private String mediatype;
     19        /**
     20         * @uml.property  name="autochanger"
     21         */
    722        private String autochanger;
    8         private String changerDevice;
    9         private String changerCommand;
    10         private String alertCommand;
    11         private String driveIndex;
     23        /**
     24         * @uml.property  name="changerdevice"
     25         */
     26        private String changerdevice;
     27        /**
     28         * @uml.property  name="changercommand"
     29         */
     30        private String changercommand;
     31        /**
     32         * @uml.property  name="alertcommand"
     33         */
     34        private String alertcommand;
     35        /**
     36         * @uml.property  name="driveindex"
     37         */
     38        private String driveindex;
     39        /**
     40         * @uml.property  name="autoselect"
     41         */
    1242        private String autoselect;
    13         private String maximumConcurentJobs;
    14         private String maximumChangerWait;
    15         private String maximumRewindWait;
    16         private String maximumOpenWait;
    17         private String alwaysOpen;
    18         private String volumePollInterval;
    19         private String closeonPoll;
     43        /**
     44         * @uml.property  name="maximumconcurentjobs"
     45         */
     46        private String maximumconcurentjobs;
     47        /**
     48         * @uml.property  name="maximumchangerwait"
     49         */
     50        private String maximumchangerwait;
     51        /**
     52         * @uml.property  name="maximumrewindwait"
     53         */
     54        private String maximumrewindwait;
     55        /**
     56         * @uml.property  name="maximumopenwait"
     57         */
     58        private String maximumopenwait;
     59        /**
     60         * @uml.property  name="alwaysopen"
     61         */
     62        private String alwaysopen;
     63        /**
     64         * @uml.property  name="volumepollinterval"
     65         */
     66        private String volumepollinterval;
     67        /**
     68         * @uml.property  name="closeonpoll"
     69         */
     70        private String closeonpoll;
    2071        //private String maximumOpenWait;
     72        /**
     73         * @uml.property  name="removablemedia"
     74         */
    2175        private String removablemedia;
     76        /**
     77         * @uml.property  name="randomaccess"
     78         */
    2279        private String randomaccess;
    23         private String requiresMount;
    24         private String mountPoint;
    25         private String mountCommand;
    26         private String unmountCommand;
    27         private String blockChecksum;
     80        /**
     81         * @uml.property  name="requiresmount"
     82         */
     83        private String requiresmount;
     84        /**
     85         * @uml.property  name="mountpoint"
     86         */
     87        private String mountpoint;
     88        /**
     89         * @uml.property  name="mountcommand"
     90         */
     91        private String mountcommand;
     92        /**
     93         * @uml.property  name="unmountcommand"
     94         */
     95        private String unmountcommand;
     96        /**
     97         * @uml.property  name="blockchecksum"
     98         */
     99        private String blockchecksum;
     100        /**
     101         * @uml.property  name="minimumblocksize"
     102         */
    28103        private String minimumblocksize;
     104        /**
     105         * @uml.property  name="maximumblocksize"
     106         */
    29107        private String maximumblocksize;
    30         private String hardwareEndofMedium;
    31         private String fastForwardSpaceFile;
    32         private String useMTIOCGET;
    33         private String bsfAtEOM;
    34         private String twoEOF;
    35         private String backwardSpaceRecord;
    36         private String backwardSpaceFile;
    37         private String forwardSpaceRecord;
    38         private String forwardSpaceFile;
    39         private String offlineOnUnmount;
    40         private String maximumConcurrentJobs;
    41         private String maximumVolumeSize;
    42         private String maximumFileSize;
    43         private String blockPositioning;
    44         private String maximumNetworkBufferSize;
    45         private String maximumSpoolSize;
    46         private String maximumJobSpoolSize;
    47         private String spoolDirectory;
    48         private String maximumPartSize;
     108        /**
     109         * @uml.property  name="hardwareendofmedium"
     110         */
     111        private String hardwareendofmedium;
     112        /**
     113         * @uml.property  name="fastforwardspacefile"
     114         */
     115        private String fastforwardspacefile;
     116        /**
     117         * @uml.property  name="usemtiocget"
     118         */
     119        private String usemtiocget;
     120        /**
     121         * @uml.property  name="bsfateom"
     122         */
     123        private String bsfateom;
     124        /**
     125         * @uml.property  name="twoeof"
     126         */
     127        private String twoeof;
     128        /**
     129         * @uml.property  name="backwardspacerecord"
     130         */
     131        private String backwardspacerecord;
     132        /**
     133         * @uml.property  name="backwardspacefile"
     134         */
     135        private String backwardspacefile;
     136        /**
     137         * @uml.property  name="forwardspacerecord"
     138         */
     139        private String forwardspacerecord;
     140        /**
     141         * @uml.property  name="forwardspacefile"
     142         */
     143        private String forwardspacefile;
     144        /**
     145         * @uml.property  name="offlineonunmount"
     146         */
     147        private String offlineonunmount;
     148        /**
     149         * @uml.property  name="maximumconcurrentjobs"
     150         */
     151        private String maximumconcurrentjobs;
     152        /**
     153         * @uml.property  name="maximumvolumesize"
     154         */
     155        private String maximumvolumesize;
     156        /**
     157         * @uml.property  name="maximumfilesize"
     158         */
     159        private String maximumfilesize;
     160        /**
     161         * @uml.property  name="blockpositioning"
     162         */
     163        private String blockpositioning;
     164        /**
     165         * @uml.property  name="maximumnetworkbuffersize"
     166         */
     167        private String maximumnetworkbuffersize;
     168        /**
     169         * @uml.property  name="maximumspoolsize"
     170         */
     171        private String maximumspoolsize;
     172        /**
     173         * @uml.property  name="maximumjobspoolsize"
     174         */
     175        private String maximumjobspoolsize;
     176        /**
     177         * @uml.property  name="spooldirectory"
     178         */
     179        private String spooldirectory;
     180        /**
     181         * @uml.property  name="maximumpartsize"
     182         */
     183        private String maximumpartsize;
    49184       
    50185        public SDDeviceItem(){}
    51186
     187        /**
     188         * @return
     189         * @uml.property  name="name"
     190         */
    52191        public String getName() {
    53192                return name;
    54193        }
    55194
     195        /**
     196         * @param name
     197         * @uml.property  name="name"
     198         */
    56199        public void setName(String name) {
    57200                this.name = name;
    58201        }
    59202
    60         public String getArchiveDevice() {
    61                 return archiveDevice;
    62         }
    63 
    64         public void setArchiveDevice(String archiveDevice) {
    65                 this.archiveDevice = archiveDevice;
    66         }
    67 
    68         public String getDeviceType() {
    69                 return deviceType;
    70         }
    71 
    72         public void setDeviceType(String deviceType) {
    73                 this.deviceType = deviceType;
    74         }
    75 
    76         public String getMediaType() {
    77                 return mediaType;
    78         }
    79 
    80         public void setMediaType(String mediaType) {
    81                 this.mediaType = mediaType;
    82         }
    83 
     203        /**
     204         * @return
     205         * @uml.property  name="archivedevice"
     206         */
     207        public String getArchivedevice() {
     208                return archivedevice;
     209        }
     210
     211        /**
     212         * @param archivedevice
     213         * @uml.property  name="archivedevice"
     214         */
     215        public void setArchivedevice(String archivedevice) {
     216                this.archivedevice = archivedevice;
     217        }
     218
     219        /**
     220         * @return
     221         * @uml.property  name="devicetype"
     222         */
     223        public String getDevicetype() {
     224                return devicetype;
     225        }
     226
     227        /**
     228         * @param devicetype
     229         * @uml.property  name="devicetype"
     230         */
     231        public void setDevicetype(String devicetype) {
     232                this.devicetype = devicetype;
     233        }
     234
     235        /**
     236         * @return
     237         * @uml.property  name="mediatype"
     238         */
     239        public String getMediatype() {
     240                return mediatype;
     241        }
     242
     243        /**
     244         * @param mediatype
     245         * @uml.property  name="mediatype"
     246         */
     247        public void setMediatype(String mediatype) {
     248                this.mediatype = mediatype;
     249        }
     250
     251        /**
     252         * @return
     253         * @uml.property  name="autochanger"
     254         */
    84255        public String getAutochanger() {
    85256                return autochanger;
    86257        }
    87258
     259        /**
     260         * @param autochanger
     261         * @uml.property  name="autochanger"
     262         */
    88263        public void setAutochanger(String autochanger) {
    89264                this.autochanger = autochanger;
    90265        }
    91266
    92         public String getChangerDevice() {
    93                 return changerDevice;
    94         }
    95 
    96         public void setChangerDevice(String changerDevice) {
    97                 this.changerDevice = changerDevice;
    98         }
    99 
    100         public String getChangerCommand() {
    101                 return changerCommand;
    102         }
    103 
    104         public void setChangerCommand(String changerCommand) {
    105                 this.changerCommand = changerCommand;
    106         }
    107 
    108         public String getAlertCommand() {
    109                 return alertCommand;
    110         }
    111 
    112         public void setAlertCommand(String alertCommand) {
    113                 this.alertCommand = alertCommand;
    114         }
    115 
    116         public String getDriveIndex() {
    117                 return driveIndex;
    118         }
    119 
    120         public void setDriveIndex(String driveIndex) {
    121                 this.driveIndex = driveIndex;
    122         }
    123 
     267        /**
     268         * @return
     269         * @uml.property  name="changerdevice"
     270         */
     271        public String getChangerdevice() {
     272                return changerdevice;
     273        }
     274
     275        /**
     276         * @param changerdevice
     277         * @uml.property  name="changerdevice"
     278         */
     279        public void setChangerdevice(String changerdevice) {
     280                this.changerdevice = changerdevice;
     281        }
     282
     283        /**
     284         * @return
     285         * @uml.property  name="changercommand"
     286         */
     287        public String getChangercommand() {
     288                return changercommand;
     289        }
     290
     291        /**
     292         * @param changercommand
     293         * @uml.property  name="changercommand"
     294         */
     295        public void setChangercommand(String changercommand) {
     296                this.changercommand = changercommand;
     297        }
     298
     299        /**
     300         * @return
     301         * @uml.property  name="alertcommand"
     302         */
     303        public String getAlertcommand() {
     304                return alertcommand;
     305        }
     306
     307        /**
     308         * @param alertcommand
     309         * @uml.property  name="alertcommand"
     310         */
     311        public void setAlertcommand(String alertcommand) {
     312                this.alertcommand = alertcommand;
     313        }
     314
     315        /**
     316         * @return
     317         * @uml.property  name="driveindex"
     318         */
     319        public String getDriveindex() {
     320                return driveindex;
     321        }
     322
     323        /**
     324         * @param driveindex
     325         * @uml.property  name="driveindex"
     326         */
     327        public void setDriveindex(String driveindex) {
     328                this.driveindex = driveindex;
     329        }
     330
     331        /**
     332         * @return
     333         * @uml.property  name="autoselect"
     334         */
    124335        public String getAutoselect() {
    125336                return autoselect;
    126337        }
    127338
     339        /**
     340         * @param autoselect
     341         * @uml.property  name="autoselect"
     342         */
    128343        public void setAutoselect(String autoselect) {
    129344                this.autoselect = autoselect;
    130345        }
    131346
    132         public String getMaximumConcurentJobs() {
    133                 return maximumConcurentJobs;
    134         }
    135 
    136         public void setMaximumConcurentJobs(String maximumConcurentJobs) {
    137                 this.maximumConcurentJobs = maximumConcurentJobs;
    138         }
    139 
    140         public String getMaximumChangerWait() {
    141                 return maximumChangerWait;
    142         }
    143 
    144         public void setMaximumChangerWait(String maximumChangerWait) {
    145                 this.maximumChangerWait = maximumChangerWait;
    146         }
    147 
    148         public String getMaximumRewindWait() {
    149                 return maximumRewindWait;
    150         }
    151 
    152         public void setMaximumRewindWait(String maximumRewindWait) {
    153                 this.maximumRewindWait = maximumRewindWait;
    154         }
    155 
    156         public String getMaximumOpenWait() {
    157                 return maximumOpenWait;
    158         }
    159 
    160         public void setMaximumOpenWait(String maximumOpenWait) {
    161                 this.maximumOpenWait = maximumOpenWait;
    162         }
    163 
    164         public String getAlwaysOpen() {
    165                 return alwaysOpen;
    166         }
    167 
    168         public void setAlwaysOpen(String alwaysOpen) {
    169                 this.alwaysOpen = alwaysOpen;
    170         }
    171 
    172         public String getVolumePollInterval() {
    173                 return volumePollInterval;
    174         }
    175 
    176         public void setVolumePollInterval(String volumePollInterval) {
    177                 this.volumePollInterval = volumePollInterval;
    178         }
    179 
    180         public String getCloseonPoll() {
    181                 return closeonPoll;
    182         }
    183 
    184         public void setCloseonPoll(String closeonPoll) {
    185                 this.closeonPoll = closeonPoll;
    186         }
    187 
     347        /**
     348         * @return
     349         * @uml.property  name="maximumconcurentjobs"
     350         */
     351        public String getMaximumconcurentjobs() {
     352                return maximumconcurentjobs;
     353        }
     354
     355        /**
     356         * @param maximumconcurentjobs
     357         * @uml.property  name="maximumconcurentjobs"
     358         */
     359        public void setMaximumconcurentjobs(String maximumconcurentjobs) {
     360                this.maximumconcurentjobs = maximumconcurentjobs;
     361        }
     362
     363        /**
     364         * @return
     365         * @uml.property  name="maximumchangerwait"
     366         */
     367        public String getMaximumchangerwait() {
     368                return maximumchangerwait;
     369        }
     370
     371        /**
     372         * @param maximumchangerwait
     373         * @uml.property  name="maximumchangerwait"
     374         */
     375        public void setMaximumchangerwait(String maximumchangerwait) {
     376                this.maximumchangerwait = maximumchangerwait;
     377        }
     378
     379        /**
     380         * @return
     381         * @uml.property  name="maximumrewindwait"
     382         */
     383        public String getMaximumrewindwait() {
     384                return maximumrewindwait;
     385        }
     386
     387        /**
     388         * @param maximumrewindwait
     389         * @uml.property  name="maximumrewindwait"
     390         */
     391        public void setMaximumrewindwait(String maximumrewindwait) {
     392                this.maximumrewindwait = maximumrewindwait;
     393        }
     394
     395        /**
     396         * @return
     397         * @uml.property  name="maximumopenwait"
     398         */
     399        public String getMaximumopenwait() {
     400                return maximumopenwait;
     401        }
     402
     403        /**
     404         * @param maximumopenwait
     405         * @uml.property  name="maximumopenwait"
     406         */
     407        public void setMaximumopenwait(String maximumopenwait) {
     408                this.maximumopenwait = maximumopenwait;
     409        }
     410
     411        /**
     412         * @return
     413         * @uml.property  name="alwaysopen"
     414         */
     415        public String getAlwaysopen() {
     416                return alwaysopen;
     417        }
     418
     419        /**
     420         * @param alwaysopen
     421         * @uml.property  name="alwaysopen"
     422         */
     423        public void setAlwaysopen(String alwaysopen) {
     424                this.alwaysopen = alwaysopen;
     425        }
     426
     427        /**
     428         * @return
     429         * @uml.property  name="volumepollinterval"
     430         */
     431        public String getVolumepollinterval() {
     432                return volumepollinterval;
     433        }
     434
     435        /**
     436         * @param volumepollinterval
     437         * @uml.property  name="volumepollinterval"
     438         */
     439        public void setVolumepollinterval(String volumepollinterval) {
     440                this.volumepollinterval = volumepollinterval;
     441        }
     442
     443        /**
     444         * @return
     445         * @uml.property  name="closeonpoll"
     446         */
     447        public String getCloseonpoll() {
     448                return closeonpoll;
     449        }
     450
     451        /**
     452         * @param closeonpoll
     453         * @uml.property  name="closeonpoll"
     454         */
     455        public void setCloseonpoll(String closeonpoll) {
     456                this.closeonpoll = closeonpoll;
     457        }
     458
     459        /**
     460         * @return
     461         * @uml.property  name="removablemedia"
     462         */
    188463        public String getRemovablemedia() {
    189464                return removablemedia;
    190465        }
    191466
     467        /**
     468         * @param removablemedia
     469         * @uml.property  name="removablemedia"
     470         */
    192471        public void setRemovablemedia(String removablemedia) {
    193472                this.removablemedia = removablemedia;
    194473        }
    195474
     475        /**
     476         * @return
     477         * @uml.property  name="randomaccess"
     478         */
    196479        public String getRandomaccess() {
    197480                return randomaccess;
    198481        }
    199482
     483        /**
     484         * @param randomaccess
     485         * @uml.property  name="randomaccess"
     486         */
    200487        public void setRandomaccess(String randomaccess) {
    201488                this.randomaccess = randomaccess;
    202489        }
    203490
    204         public String getRequiresMount() {
    205                 return requiresMount;
    206         }
    207 
    208         public void setRequiresMount(String requiresMount) {
    209                 this.requiresMount = requiresMount;
    210         }
    211 
    212         public String getMountPoint() {
    213                 return mountPoint;
    214         }
    215 
    216         public void setMountPoint(String mountPoint) {
    217                 this.mountPoint = mountPoint;
    218         }
    219 
    220         public String getMountCommand() {
    221                 return mountCommand;
    222         }
    223 
    224         public void setMountCommand(String mountCommand) {
    225                 this.mountCommand = mountCommand;
    226         }
    227 
    228         public String getUnmountCommand() {
    229                 return unmountCommand;
    230         }
    231 
    232         public void setUnmountCommand(String unmountCommand) {
    233                 this.unmountCommand = unmountCommand;
    234         }
    235 
    236         public String getBlockChecksum() {
    237                 return blockChecksum;
    238         }
    239 
    240         public void setBlockChecksum(String blockChecksum) {
    241                 this.blockChecksum = blockChecksum;
    242         }
    243 
     491        /**
     492         * @return
     493         * @uml.property  name="requiresmount"
     494         */
     495        public String getRequiresmount() {
     496                return requiresmount;
     497        }
     498
     499        /**
     500         * @param requiresmount
     501         * @uml.property  name="requiresmount"
     502         */
     503        public void setRequiresmount(String requiresmount) {
     504                this.requiresmount = requiresmount;
     505        }
     506
     507        /**
     508         * @return
     509         * @uml.property  name="mountpoint"
     510         */
     511        public String getMountpoint() {
     512                return mountpoint;
     513        }
     514
     515        /**
     516         * @param mountpoint
     517         * @uml.property  name="mountpoint"
     518         */
     519        public void setMountpoint(String mountpoint) {
     520                this.mountpoint = mountpoint;
     521        }
     522
     523        /**
     524         * @return
     525         * @uml.property  name="mountcommand"
     526         */
     527        public String getMountcommand() {
     528                return mountcommand;
     529        }
     530
     531        /**
     532         * @param mountcommand
     533         * @uml.property  name="mountcommand"
     534         */
     535        public void setMountcommand(String mountcommand) {
     536                this.mountcommand = mountcommand;
     537        }
     538
     539        /**
     540         * @return
     541         * @uml.property  name="unmountcommand"
     542         */
     543        public String getUnmountcommand() {
     544                return unmountcommand;
     545        }
     546
     547        /**
     548         * @param unmountcommand
     549         * @uml.property  name="unmountcommand"
     550         */
     551        public void setUnmountcommand(String unmountcommand) {
     552                this.unmountcommand = unmountcommand;
     553        }
     554
     555        /**
     556         * @return
     557         * @uml.property  name="blockchecksum"
     558         */
     559        public String getBlockchecksum() {
     560                return blockchecksum;
     561        }
     562
     563        /**
     564         * @param blockchecksum
     565         * @uml.property  name="blockchecksum"
     566         */
     567        public void setBlockchecksum(String blockchecksum) {
     568                this.blockchecksum = blockchecksum;
     569        }
     570
     571        /**
     572         * @return
     573         * @uml.property  name="minimumblocksize"
     574         */
    244575        public String getMinimumblocksize() {
    245576                return minimumblocksize;
    246577        }
    247578
     579        /**
     580         * @param minimumblocksize
     581         * @uml.property  name="minimumblocksize"
     582         */
    248583        public void setMinimumblocksize(String minimumblocksize) {
    249584                this.minimumblocksize = minimumblocksize;
    250585        }
    251586
     587        /**
     588         * @return
     589         * @uml.property  name="maximumblocksize"
     590         */
    252591        public String getMaximumblocksize() {
    253592                return maximumblocksize;
    254593        }
    255594
     595        /**
     596         * @param maximumblocksize
     597         * @uml.property  name="maximumblocksize"
     598         */
    256599        public void setMaximumblocksize(String maximumblocksize) {
    257600                this.maximumblocksize = maximumblocksize;
    258601        }
    259602
    260         public String getHardwareEndofMedium() {
    261                 return hardwareEndofMedium;
    262         }
    263 
    264         public void setHardwareEndofMedium(String hardwareEndofMedium) {
    265                 this.hardwareEndofMedium = hardwareEndofMedium;
    266         }
    267 
    268         public String getFastForwardSpaceFile() {
    269                 return fastForwardSpaceFile;
    270         }
    271 
    272         public void setFastForwardSpaceFile(String fastForwardSpaceFile) {
    273                 this.fastForwardSpaceFile = fastForwardSpaceFile;
    274         }
    275 
    276         public String getUseMTIOCGET() {
    277                 return useMTIOCGET;
    278         }
    279 
    280         public void setUseMTIOCGET(String useMTIOCGET) {
    281                 this.useMTIOCGET = useMTIOCGET;
    282         }
    283 
    284         public String getBsfAtEOM() {
    285                 return bsfAtEOM;
    286         }
    287 
    288         public void setBsfAtEOM(String bsfAtEOM) {
    289                 this.bsfAtEOM = bsfAtEOM;
    290         }
    291 
    292         public String getTwoEOF() {
    293                 return twoEOF;
    294         }
    295 
    296         public void setTwoEOF(String twoEOF) {
    297                 this.twoEOF = twoEOF;
    298         }
    299 
    300         public String getBackwardSpaceRecord() {
    301                 return backwardSpaceRecord;
    302         }
    303 
    304         public void setBackwardSpaceRecord(String backwardSpaceRecord) {
    305                 this.backwardSpaceRecord = backwardSpaceRecord;
    306         }
    307 
    308         public String getBackwardSpaceFile() {
    309                 return backwardSpaceFile;
    310         }
    311 
    312         public void setBackwardSpaceFile(String backwardSpaceFile) {
    313                 this.backwardSpaceFile = backwardSpaceFile;
    314         }
    315 
    316         public String getForwardSpaceRecord() {
    317                 return forwardSpaceRecord;
    318         }
    319 
    320         public void setForwardSpaceRecord(String forwardSpaceRecord) {
    321                 this.forwardSpaceRecord = forwardSpaceRecord;
    322         }
    323 
    324         public String getForwardSpaceFile() {
    325                 return forwardSpaceFile;
    326         }
    327 
    328         public void setForwardSpaceFile(String forwardSpaceFile) {
    329                 this.forwardSpaceFile = forwardSpaceFile;
    330         }
    331 
    332         public String getOfflineOnUnmount() {
    333                 return offlineOnUnmount;
    334         }
    335 
    336         public void setOfflineOnUnmount(String offlineOnUnmount) {
    337                 this.offlineOnUnmount = offlineOnUnmount;
    338         }
    339 
    340         public String getMaximumConcurrentJobs() {
    341                 return maximumConcurrentJobs;
    342         }
    343 
    344         public void setMaximumConcurrentJobs(String maximumConcurrentJobs) {
    345                 this.maximumConcurrentJobs = maximumConcurrentJobs;
    346         }
    347 
    348         public String getMaximumVolumeSize() {
    349                 return maximumVolumeSize;
    350         }
    351 
    352         public void setMaximumVolumeSize(String maximumVolumeSize) {
    353                 this.maximumVolumeSize = maximumVolumeSize;
    354         }
    355 
    356         public String getMaximumFileSize() {
    357                 return maximumFileSize;
    358         }
    359 
    360         public void setMaximumFileSize(String maximumFileSize) {
    361                 this.maximumFileSize = maximumFileSize;
    362         }
    363 
    364         public String getBlockPositioning() {
    365                 return blockPositioning;
    366         }
    367 
    368         public void setBlockPositioning(String blockPositioning) {
    369                 this.blockPositioning = blockPositioning;
    370         }
    371 
    372         public String getMaximumNetworkBufferSize() {
    373                 return maximumNetworkBufferSize;
    374         }
    375 
    376         public void setMaximumNetworkBufferSize(String maximumNetworkBufferSize) {
    377                 this.maximumNetworkBufferSize = maximumNetworkBufferSize;
    378         }
    379 
    380         public String getMaximumSpoolSize() {
    381                 return maximumSpoolSize;
    382         }
    383 
    384         public void setMaximumSpoolSize(String maximumSpoolSize) {
    385                 this.maximumSpoolSize = maximumSpoolSize;
    386         }
    387 
    388         public String getMaximumJobSpoolSize() {
    389                 return maximumJobSpoolSize;
    390         }
    391 
    392         public void setMaximumJobSpoolSize(String maximumJobSpoolSize) {
    393                 this.maximumJobSpoolSize = maximumJobSpoolSize;
    394         }
    395 
    396         public String getSpoolDirectory() {
    397                 return spoolDirectory;
    398         }
    399 
    400         public void setSpoolDirectory(String spoolDirectory) {
    401                 this.spoolDirectory = spoolDirectory;
    402         }
    403 
    404         public String getMaximumPartSize() {
    405                 return maximumPartSize;
    406         }
    407 
    408         public void setMaximumPartSize(String maximumPartSize) {
    409                 this.maximumPartSize = maximumPartSize;
    410         }
     603        /**
     604         * @return
     605         * @uml.property  name="hardwareendofmedium"
     606         */
     607        public String getHardwareendofmedium() {
     608                return hardwareendofmedium;
     609        }
     610
     611        /**
     612         * @param hardwareendofmedium
     613         * @uml.property  name="hardwareendofmedium"
     614         */
     615        public void setHardwareendofmedium(String hardwareendofmedium) {
     616                this.hardwareendofmedium = hardwareendofmedium;
     617        }
     618
     619        /**
     620         * @return
     621         * @uml.property  name="fastforwardspacefile"
     622         */
     623        public String getFastforwardspacefile() {
     624                return fastforwardspacefile;
     625        }
     626
     627        /**
     628         * @param fastforwardspacefile
     629         * @uml.property  name="fastforwardspacefile"
     630         */
     631        public void setFastforwardspacefile(String fastforwardspacefile) {
     632                this.fastforwardspacefile = fastforwardspacefile;
     633        }
     634
     635        /**
     636         * @return
     637         * @uml.property  name="usemtiocget"
     638         */
     639        public String getUsemtiocget() {
     640                return usemtiocget;
     641        }
     642
     643        /**
     644         * @param usemtiocget
     645         * @uml.property  name="usemtiocget"
     646         */
     647        public void setUsemtiocget(String usemtiocget) {
     648                this.usemtiocget = usemtiocget;
     649        }
     650
     651        /**
     652         * @return
     653         * @uml.property  name="bsfateom"
     654         */
     655        public String getBsfateom() {
     656                return bsfateom;
     657        }
     658
     659        /**
     660         * @param bsfateom
     661         * @uml.property  name="bsfateom"
     662         */
     663        public void setBsfateom(String bsfateom) {
     664                this.bsfateom = bsfateom;
     665        }
     666
     667        /**
     668         * @return
     669         * @uml.property  name="twoeof"
     670         */
     671        public String getTwoeof() {
     672                return twoeof;
     673        }
     674
     675        /**
     676         * @param twoeof
     677         * @uml.property  name="twoeof"
     678         */
     679        public void setTwoeof(String twoeof) {
     680                this.twoeof = twoeof;
     681        }
     682
     683        /**
     684         * @return
     685         * @uml.property  name="backwardspacerecord"
     686         */
     687        public String getBackwardspacerecord() {
     688                return backwardspacerecord;
     689        }
     690
     691        /**
     692         * @param backwardspacerecord
     693         * @uml.property  name="backwardspacerecord"
     694         */
     695        public void setBackwardspacerecord(String backwardspacerecord) {
     696                this.backwardspacerecord = backwardspacerecord;
     697        }
     698
     699        /**
     700         * @return
     701         * @uml.property  name="backwardspacefile"
     702         */
     703        public String getBackwardspacefile() {
     704                return backwardspacefile;
     705        }
     706
     707        /**
     708         * @param backwardspacefile
     709         * @uml.property  name="backwardspacefile"
     710         */
     711        public void setBackwardspacefile(String backwardspacefile) {
     712                this.backwardspacefile = backwardspacefile;
     713        }
     714
     715        /**
     716         * @return
     717         * @uml.property  name="forwardspacerecord"
     718         */
     719        public String getForwardspacerecord() {
     720                return forwardspacerecord;
     721        }
     722
     723        /**
     724         * @param forwardspacerecord
     725         * @uml.property  name="forwardspacerecord"
     726         */
     727        public void setForwardspacerecord(String forwardspacerecord) {
     728                this.forwardspacerecord = forwardspacerecord;
     729        }
     730
     731        /**
     732         * @return
     733         * @uml.property  name="forwardspacefile"
     734         */
     735        public String getForwardspacefile() {
     736                return forwardspacefile;
     737        }
     738
     739        /**
     740         * @param forwardspacefile
     741         * @uml.property  name="forwardspacefile"
     742         */
     743        public void setForwardspacefile(String forwardspacefile) {
     744                this.forwardspacefile = forwardspacefile;
     745        }
     746
     747        /**
     748         * @return
     749         * @uml.property  name="offlineonunmount"
     750         */
     751        public String getOfflineonunmount() {
     752                return offlineonunmount;
     753        }
     754
     755        /**
     756         * @param offlineonunmount
     757         * @uml.property  name="offlineonunmount"
     758         */
     759        public void setOfflineonunmount(String offlineonunmount) {
     760                this.offlineonunmount = offlineonunmount;
     761        }
     762
     763        /**
     764         * @return
     765         * @uml.property  name="maximumconcurrentjobs"
     766         */
     767        public String getMaximumconcurrentjobs() {
     768                return maximumconcurrentjobs;
     769        }
     770
     771        /**
     772         * @param maximumconcurrentjobs
     773         * @uml.property  name="maximumconcurrentjobs"
     774         */
     775        public void setMaximumconcurrentjobs(String maximumconcurrentjobs) {
     776                this.maximumconcurrentjobs = maximumconcurrentjobs;
     777        }
     778
     779        /**
     780         * @return
     781         * @uml.property  name="maximumvolumesize"
     782         */
     783        public String getMaximumvolumesize() {
     784                return maximumvolumesize;
     785        }
     786
     787        /**
     788         * @param maximumvolumesize
     789         * @uml.property  name="maximumvolumesize"
     790         */
     791        public void setMaximumvolumesize(String maximumvolumesize) {
     792                this.maximumvolumesize = maximumvolumesize;
     793        }
     794
     795        /**
     796         * @return
     797         * @uml.property  name="maximumfilesize"
     798         */
     799        public String getMaximumfilesize() {
     800                return maximumfilesize;
     801        }
     802
     803        /**
     804         * @param maximumfilesize
     805         * @uml.property  name="maximumfilesize"
     806         */
     807        public void setMaximumfilesize(String maximumfilesize) {
     808                this.maximumfilesize = maximumfilesize;
     809        }
     810
     811        /**
     812         * @return
     813         * @uml.property  name="blockpositioning"
     814         */
     815        public String getBlockpositioning() {
     816                return blockpositioning;
     817        }
     818
     819        /**
     820         * @param blockpositioning
     821         * @uml.property  name="blockpositioning"
     822         */
     823        public void setBlockpositioning(String blockpositioning) {
     824                this.blockpositioning = blockpositioning;
     825        }
     826
     827        /**
     828         * @return
     829         * @uml.property  name="maximumnetworkbuffersize"
     830         */
     831        public String getMaximumnetworkbuffersize() {
     832                return maximumnetworkbuffersize;
     833        }
     834
     835        /**
     836         * @param maximumnetworkbuffersize
     837         * @uml.property  name="maximumnetworkbuffersize"
     838         */
     839        public void setMaximumnetworkbuffersize(String maximumnetworkbuffersize) {
     840                this.maximumnetworkbuffersize = maximumnetworkbuffersize;
     841        }
     842
     843        /**
     844         * @return
     845         * @uml.property  name="maximumspoolsize"
     846         */
     847        public String getMaximumspoolsize() {
     848                return maximumspoolsize;
     849        }
     850
     851        /**
     852         * @param maximumspoolsize
     853         * @uml.property  name="maximumspoolsize"
     854         */
     855        public void setMaximumspoolsize(String maximumspoolsize) {
     856                this.maximumspoolsize = maximumspoolsize;
     857        }
     858
     859        /**
     860         * @return
     861         * @uml.property  name="maximumjobspoolsize"
     862         */
     863        public String getMaximumjobspoolsize() {
     864                return maximumjobspoolsize;
     865        }
     866
     867        /**
     868         * @param maximumjobspoolsize
     869         * @uml.property  name="maximumjobspoolsize"
     870         */
     871        public void setMaximumjobspoolsize(String maximumjobspoolsize) {
     872                this.maximumjobspoolsize = maximumjobspoolsize;
     873        }
     874
     875        /**
     876         * @return
     877         * @uml.property  name="spooldirectory"
     878         */
     879        public String getSpooldirectory() {
     880                return spooldirectory;
     881        }
     882
     883        /**
     884         * @param spooldirectory
     885         * @uml.property  name="spooldirectory"
     886         */
     887        public void setSpooldirectory(String spooldirectory) {
     888                this.spooldirectory = spooldirectory;
     889        }
     890
     891        /**
     892         * @return
     893         * @uml.property  name="maximumpartsize"
     894         */
     895        public String getMaximumpartsize() {
     896                return maximumpartsize;
     897        }
     898
     899        /**
     900         * @param maximumpartsize
     901         * @uml.property  name="maximumpartsize"
     902         */
     903        public void setMaximumpartsize(String maximumpartsize) {
     904                this.maximumpartsize = maximumpartsize;
     905        }
     906
    411907       
    412908       
Note: See TracChangeset for help on using the changeset viewer.