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

    r858 r865  
    11package de.dass_it.vanhelsing.gui.items;
    22public class FDDirectorItem 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="monitor"
    13          */
    145        private String monitor;
    156
     
    2112        }
    2213       
    23         /**
    24          * @return
    25          * @uml.property  name="name"
    26          */
    2714        public String getName() {
    2815                return name;
    2916        }
    30         /**
    31          * @param name
    32          * @uml.property  name="name"
    33          */
    3417        public void setName(String name) {
    3518                this.name = name;
    3619        }
    37         /**
    38          * @return
    39          * @uml.property  name="password"
    40          */
    4120        public String getPassword() {
    4221                return password;
    4322        }
    44         /**
    45          * @param password
    46          * @uml.property  name="password"
    47          */
    4823        public void setPassword(String password) {
    4924                this.password = password;
    5025        }
    51         /**
    52          * @return
    53          * @uml.property  name="monitor"
    54          */
    5526        public String getMonitor() {
    5627                return monitor;
    5728        }
    58         /**
    59          * @param monitor
    60          * @uml.property  name="monitor"
    61          */
    6229        public void setMonitor(String monitor) {
    6330                this.monitor = monitor;
Note: See TracChangeset for help on using the changeset viewer.