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

    r858 r865  
    11package de.dass_it.vanhelsing.gui.items;
    22public class PoolItem extends ItemType implements UserObjectItem{
    3         /**
    4          * @uml.property  name="name"
    5          */
    63        private String name;
    7         /**
    8          * @uml.property  name="maximumvolumes"
    9          */
    104        private String maximumvolumes;
    11         /**
    12          * @uml.property  name="pooltype"
    13          */
    145        private String pooltype;
    15         /**
    16          * @uml.property  name="storage"
    17          */
    186        private String storage;
    19         /**
    20          * @uml.property  name="usevolumeonce"
    21          */
    227        private String usevolumeonce;
    23         /**
    24          * @uml.property  name="maximumvolumejobs"
    25          */
    268        private String maximumvolumejobs;
    27         /**
    28          * @uml.property  name="maximumvolumefiles"
    29          */
    309        private String maximumvolumefiles;
    31         /**
    32          * @uml.property  name="maximumvolumebytes"
    33          */
    3410        private String maximumvolumebytes;
    35         /**
    36          * @uml.property  name="volumeuseduration"
    37          */
    3811        private String volumeuseduration;
    39         /**
    40          * @uml.property  name="catalogfiles"
    41          */
    4212        private String catalogfiles;
    43         /**
    44          * @uml.property  name="autoprune"
    45          */
    4613        private String autoprune;
    47         /**
    48          * @uml.property  name="volumeretention"
    49          */
    5014        private String volumeretention;
    51         /**
    52          * @uml.property  name="actiononpurge"
    53          */
    5415        private String actiononpurge;
    55         /**
    56          * @uml.property  name="scratchpool"
    57          */
    5816        private String scratchpool;
    59         /**
    60          * @uml.property  name="recyclepool"
    61          */
    6217        private String recyclepool;
    63         /**
    64          * @uml.property  name="recycle"
    65          */
    6618        private String recycle;
    67         /**
    68          * @uml.property  name="recycleoldestvolume"
    69          */
    7019        private String recycleoldestvolume;
    71         /**
    72          * @uml.property  name="recyclecurrentvolume"
    73          */
    7420        private String recyclecurrentvolume;
    75         /**
    76          * @uml.property  name="purgeoldestvolume"
    77          */
    7821        private String purgeoldestvolume;
    79         /**
    80          * @uml.property  name="fileretention"
    81          */
    8222        private String fileretention;
    83         /**
    84          * @uml.property  name="jobretention"
    85          */
    8623        private String jobretention;
    87         /**
    88          * @uml.property  name="cleaningprefix"
    89          */
    9024        private String cleaningprefix;
    91         /**
    92          * @uml.property  name="labelformat"
    93          */
    9425        private String labelformat;
    9526
     
    10132        }
    10233
    103         /**
    104          * @return
    105          * @uml.property  name="name"
    106          */
    10734        public String getName() {
    10835                return name;
    10936        }
    11037
    111         /**
    112          * @param name
    113          * @uml.property  name="name"
    114          */
    11538        public void setName(String name) {
    11639                this.name = name;
    11740        }
    11841
    119         /**
    120          * @return
    121          * @uml.property  name="maximumvolumes"
    122          */
    12342        public String getMaximumvolumes() {
    12443                return maximumvolumes;
    12544        }
    12645
    127         /**
    128          * @param maximumvolumes
    129          * @uml.property  name="maximumvolumes"
    130          */
    13146        public void setMaximumvolumes(String maximumvolumes) {
    13247                this.maximumvolumes = maximumvolumes;
    13348        }
    13449
    135         /**
    136          * @return
    137          * @uml.property  name="pooltype"
    138          */
    13950        public String getPooltype() {
    14051                return pooltype;
    14152        }
    14253
    143         /**
    144          * @param pooltype
    145          * @uml.property  name="pooltype"
    146          */
    14754        public void setPooltype(String pooltype) {
    14855                this.pooltype = pooltype;
    14956        }
    15057
    151         /**
    152          * @return
    153          * @uml.property  name="storage"
    154          */
    15558        public String getStorage() {
    15659                return storage;
    15760        }
    15861
    159         /**
    160          * @param storage
    161          * @uml.property  name="storage"
    162          */
    16362        public void setStorage(String storage) {
    16463                this.storage = storage;
    16564        }
    16665
    167         /**
    168          * @return
    169          * @uml.property  name="usevolumeonce"
    170          */
    17166        public String getUsevolumeonce() {
    17267                return usevolumeonce;
    17368        }
    17469
    175         /**
    176          * @param usevolumeonce
    177          * @uml.property  name="usevolumeonce"
    178          */
    17970        public void setUsevolumeonce(String usevolumeonce) {
    18071                this.usevolumeonce = usevolumeonce;
    18172        }
    18273
    183         /**
    184          * @return
    185          * @uml.property  name="maximumvolumejobs"
    186          */
    18774        public String getMaximumvolumejobs() {
    18875                return maximumvolumejobs;
    18976        }
    19077
    191         /**
    192          * @param maximumvolumejobs
    193          * @uml.property  name="maximumvolumejobs"
    194          */
    19578        public void setMaximumvolumejobs(String maximumvolumejobs) {
    19679                this.maximumvolumejobs = maximumvolumejobs;
    19780        }
    19881
    199         /**
    200          * @return
    201          * @uml.property  name="maximumvolumefiles"
    202          */
    20382        public String getMaximumvolumefiles() {
    20483                return maximumvolumefiles;
    20584        }
    20685
    207         /**
    208          * @param maximumvolumefiles
    209          * @uml.property  name="maximumvolumefiles"
    210          */
    21186        public void setMaximumvolumefiles(String maximumvolumefiles) {
    21287                this.maximumvolumefiles = maximumvolumefiles;
    21388        }
    21489
    215         /**
    216          * @return
    217          * @uml.property  name="maximumvolumebytes"
    218          */
    21990        public String getMaximumvolumebytes() {
    22091                return maximumvolumebytes;
    22192        }
    22293
    223         /**
    224          * @param maximumvolumebytes
    225          * @uml.property  name="maximumvolumebytes"
    226          */
    22794        public void setMaximumvolumebytes(String maximumvolumebytes) {
    22895                this.maximumvolumebytes = maximumvolumebytes;
    22996        }
    23097
    231         /**
    232          * @return
    233          * @uml.property  name="volumeuseduration"
    234          */
    23598        public String getVolumeuseduration() {
    23699                return volumeuseduration;
    237100        }
    238101
    239         /**
    240          * @param volumeuseduration
    241          * @uml.property  name="volumeuseduration"
    242          */
    243102        public void setVolumeuseduration(String volumeuseduration) {
    244103                this.volumeuseduration = volumeuseduration;
    245104        }
    246105
    247         /**
    248          * @return
    249          * @uml.property  name="catalogfiles"
    250          */
    251106        public String getCatalogfiles() {
    252107                return catalogfiles;
    253108        }
    254109
    255         /**
    256          * @param catalogfiles
    257          * @uml.property  name="catalogfiles"
    258          */
    259110        public void setCatalogfiles(String catalogfiles) {
    260111                this.catalogfiles = catalogfiles;
    261112        }
    262113
    263         /**
    264          * @return
    265          * @uml.property  name="autoprune"
    266          */
    267114        public String getAutoprune() {
    268115                return autoprune;
    269116        }
    270117
    271         /**
    272          * @param autoprune
    273          * @uml.property  name="autoprune"
    274          */
    275118        public void setAutoprune(String autoprune) {
    276119                this.autoprune = autoprune;
    277120        }
    278121
    279         /**
    280          * @return
    281          * @uml.property  name="volumeretention"
    282          */
    283122        public String getVolumeretention() {
    284123                return volumeretention;
    285124        }
    286125
    287         /**
    288          * @param volumeretention
    289          * @uml.property  name="volumeretention"
    290          */
    291126        public void setVolumeretention(String volumeretention) {
    292127                this.volumeretention = volumeretention;
    293128        }
    294129
    295         /**
    296          * @return
    297          * @uml.property  name="actiononpurge"
    298          */
    299130        public String getActiononpurge() {
    300131                return actiononpurge;
    301132        }
    302133
    303         /**
    304          * @param actiononpurge
    305          * @uml.property  name="actiononpurge"
    306          */
    307134        public void setActiononpurge(String actiononpurge) {
    308135                this.actiononpurge = actiononpurge;
    309136        }
    310137
    311         /**
    312          * @return
    313          * @uml.property  name="scratchpool"
    314          */
    315138        public String getScratchpool() {
    316139                return scratchpool;
    317140        }
    318141
    319         /**
    320          * @param scratchpool
    321          * @uml.property  name="scratchpool"
    322          */
    323142        public void setScratchpool(String scratchpool) {
    324143                this.scratchpool = scratchpool;
    325144        }
    326145
    327         /**
    328          * @return
    329          * @uml.property  name="recyclepool"
    330          */
    331146        public String getRecyclepool() {
    332147                return recyclepool;
    333148        }
    334149
    335         /**
    336          * @param recyclepool
    337          * @uml.property  name="recyclepool"
    338          */
    339150        public void setRecyclepool(String recyclepool) {
    340151                this.recyclepool = recyclepool;
    341152        }
    342153
    343         /**
    344          * @return
    345          * @uml.property  name="recycle"
    346          */
    347154        public String getRecycle() {
    348155                return recycle;
    349156        }
    350157
    351         /**
    352          * @param recycle
    353          * @uml.property  name="recycle"
    354          */
    355158        public void setRecycle(String recycle) {
    356159                this.recycle = recycle;
    357160        }
    358161
    359         /**
    360          * @return
    361          * @uml.property  name="recycleoldestvolume"
    362          */
    363162        public String getRecycleoldestvolume() {
    364163                return recycleoldestvolume;
    365164        }
    366165
    367         /**
    368          * @param recycleoldestvolume
    369          * @uml.property  name="recycleoldestvolume"
    370          */
    371166        public void setRecycleoldestvolume(String recycleoldestvolume) {
    372167                this.recycleoldestvolume = recycleoldestvolume;
    373168        }
    374169
    375         /**
    376          * @return
    377          * @uml.property  name="recyclecurrentvolume"
    378          */
    379170        public String getRecyclecurrentvolume() {
    380171                return recyclecurrentvolume;
    381172        }
    382173
    383         /**
    384          * @param recyclecurrentvolume
    385          * @uml.property  name="recyclecurrentvolume"
    386          */
    387174        public void setRecyclecurrentvolume(String recyclecurrentvolume) {
    388175                this.recyclecurrentvolume = recyclecurrentvolume;
    389176        }
    390177
    391         /**
    392          * @return
    393          * @uml.property  name="purgeoldestvolume"
    394          */
    395178        public String getPurgeoldestvolume() {
    396179                return purgeoldestvolume;
    397180        }
    398181
    399         /**
    400          * @param purgeoldestvolume
    401          * @uml.property  name="purgeoldestvolume"
    402          */
    403182        public void setPurgeoldestvolume(String purgeoldestvolume) {
    404183                this.purgeoldestvolume = purgeoldestvolume;
    405184        }
    406185
    407         /**
    408          * @return
    409          * @uml.property  name="fileretention"
    410          */
    411186        public String getFileretention() {
    412187                return fileretention;
    413188        }
    414189
    415         /**
    416          * @param fileretention
    417          * @uml.property  name="fileretention"
    418          */
    419190        public void setFileretention(String fileretention) {
    420191                this.fileretention = fileretention;
    421192        }
    422193
    423         /**
    424          * @return
    425          * @uml.property  name="jobretention"
    426          */
    427194        public String getJobretention() {
    428195                return jobretention;
    429196        }
    430197
    431         /**
    432          * @param jobretention
    433          * @uml.property  name="jobretention"
    434          */
    435198        public void setJobretention(String jobretention) {
    436199                this.jobretention = jobretention;
    437200        }
    438201
    439         /**
    440          * @return
    441          * @uml.property  name="cleaningprefix"
    442          */
    443202        public String getCleaningprefix() {
    444203                return cleaningprefix;
    445204        }
    446205
    447         /**
    448          * @param cleaningprefix
    449          * @uml.property  name="cleaningprefix"
    450          */
    451206        public void setCleaningprefix(String cleaningprefix) {
    452207                this.cleaningprefix = cleaningprefix;
    453208        }
    454209
    455         /**
    456          * @return
    457          * @uml.property  name="labelformat"
    458          */
    459210        public String getLabelformat() {
    460211                return labelformat;
    461212        }
    462213
    463         /**
    464          * @param labelformat
    465          * @uml.property  name="labelformat"
    466          */
    467214        public void setLabelformat(String labelformat) {
    468215                this.labelformat = labelformat;
Note: See TracChangeset for help on using the changeset viewer.