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

    r858 r865  
    11package de.dass_it.vanhelsing.gui.items;
    22public class ConsoleItem extends ItemType implements UserObjectItem{
    3         /**
    4          * @uml.property  name="name"
    5          */
    63        private String name;
    7         /**
    8          * @uml.property  name="password"
    9          */
    104        private String password;
    11         /**
    12          * @uml.property  name="jobacl"
    13          */
    145        private String jobacl;
    15         /**
    16          * @uml.property  name="clientacl"
    17          */
    186        private String clientacl;
    19         /**
    20          * @uml.property  name="storageacl"
    21          */
    227        private String storageacl;
    23         /**
    24          * @uml.property  name="scheduleacl"
    25          */
    268        private String scheduleacl;
    27         /**
    28          * @uml.property  name="poolacl"
    29          */
    309        private String poolacl;
    31         /**
    32          * @uml.property  name="fileSetacl"
    33          */
    3410        private String fileSetacl;
    35         /**
    36          * @uml.property  name="catalogacl"
    37          */
    3811        private String catalogacl;
    39         /**
    40          * @uml.property  name="commandacl"
    41          */
    4212        private String commandacl;
    43         /**
    44          * @uml.property  name="whereacl"
    45          */
    4613        private String whereacl;
    4714
     
    5320        }
    5421
    55         /**
    56          * @return
    57          * @uml.property  name="name"
    58          */
    5922        public String getName() {
    6023                return name;
    6124        }
    6225
    63         /**
    64          * @param name
    65          * @uml.property  name="name"
    66          */
    6726        public void setName(String name) {
    6827                this.name = name;
    6928        }
    7029
    71         /**
    72          * @return
    73          * @uml.property  name="password"
    74          */
    7530        public String getPassword() {
    7631                return password;
    7732        }
    7833
    79         /**
    80          * @param password
    81          * @uml.property  name="password"
    82          */
    8334        public void setPassword(String password) {
    8435                this.password = password;
    8536        }
    8637
    87         /**
    88          * @return
    89          * @uml.property  name="jobacl"
    90          */
    9138        public String getJobacl() {
    9239                return jobacl;
    9340        }
    9441
    95         /**
    96          * @param jobacl
    97          * @uml.property  name="jobacl"
    98          */
    9942        public void setJobacl(String jobacl) {
    10043                this.jobacl = jobacl;
    10144        }
    10245
    103         /**
    104          * @return
    105          * @uml.property  name="clientacl"
    106          */
    10746        public String getClientacl() {
    10847                return clientacl;
    10948        }
    11049
    111         /**
    112          * @param clientacl
    113          * @uml.property  name="clientacl"
    114          */
    11550        public void setClientacl(String clientacl) {
    11651                this.clientacl = clientacl;
    11752        }
    11853
    119         /**
    120          * @return
    121          * @uml.property  name="storageacl"
    122          */
    12354        public String getStorageacl() {
    12455                return storageacl;
    12556        }
    12657
    127         /**
    128          * @param storageacl
    129          * @uml.property  name="storageacl"
    130          */
    13158        public void setStorageacl(String storageacl) {
    13259                this.storageacl = storageacl;
    13360        }
    13461
    135         /**
    136          * @return
    137          * @uml.property  name="scheduleacl"
    138          */
    13962        public String getScheduleacl() {
    14063                return scheduleacl;
    14164        }
    14265
    143         /**
    144          * @param scheduleacl
    145          * @uml.property  name="scheduleacl"
    146          */
    14766        public void setScheduleacl(String scheduleacl) {
    14867                this.scheduleacl = scheduleacl;
    14968        }
    15069
    151         /**
    152          * @return
    153          * @uml.property  name="poolacl"
    154          */
    15570        public String getPoolacl() {
    15671                return poolacl;
    15772        }
    15873
    159         /**
    160          * @param poolacl
    161          * @uml.property  name="poolacl"
    162          */
    16374        public void setPoolacl(String poolacl) {
    16475                this.poolacl = poolacl;
    16576        }
    16677
    167         /**
    168          * @return
    169          * @uml.property  name="fileSetacl"
    170          */
    17178        public String getFileSetacl() {
    17279                return fileSetacl;
    17380        }
    17481
    175         /**
    176          * @param fileSetacl
    177          * @uml.property  name="fileSetacl"
    178          */
    17982        public void setFileSetacl(String fileSetacl) {
    18083                this.fileSetacl = fileSetacl;
    18184        }
    18285
    183         /**
    184          * @return
    185          * @uml.property  name="catalogacl"
    186          */
    18786        public String getCatalogacl() {
    18887                return catalogacl;
    18988        }
    19089
    191         /**
    192          * @param catalogacl
    193          * @uml.property  name="catalogacl"
    194          */
    19590        public void setCatalogacl(String catalogacl) {
    19691                this.catalogacl = catalogacl;
    19792        }
    19893
    199         /**
    200          * @return
    201          * @uml.property  name="commandacl"
    202          */
    20394        public String getCommandacl() {
    20495                return commandacl;
    20596        }
    20697
    207         /**
    208          * @param commandacl
    209          * @uml.property  name="commandacl"
    210          */
    21198        public void setCommandacl(String commandacl) {
    21299                this.commandacl = commandacl;
    213100        }
    214101
    215         /**
    216          * @return
    217          * @uml.property  name="whereacl"
    218          */
    219102        public String getWhereacl() {
    220103                return whereacl;
    221104        }
    222105
    223         /**
    224          * @param whereacl
    225          * @uml.property  name="whereacl"
    226          */
    227106        public void setWhereacl(String whereacl) {
    228107                this.whereacl = whereacl;
Note: See TracChangeset for help on using the changeset viewer.