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

    r858 r865  
    22public class ScheduleItem extends ItemType implements UserObjectItem{
    33
    4         /**
    5          * @uml.property  name="name"
    6          */
    74        private String name;
    8         /**
    9          * @uml.property  name="run"
    10          */
    115        private String run;
    126       
     
    1711                setRun(run);
    1812        }
    19         /**
    20          * @return
    21          * @uml.property  name="name"
    22          */
    2313        public String getName() {
    2414                return name;
    2515        }
    2616
    27         /**
    28          * @param name
    29          * @uml.property  name="name"
    30          */
    3117        public void setName(String name) {
    3218                this.name = name;
    3319        }
    3420
    35         /**
    36          * @return
    37          * @uml.property  name="run"
    38          */
    3921        public String getRun() {
    4022                return run;
    4123        }
    4224
    43         /**
    44          * @param run
    45          * @uml.property  name="run"
    46          */
    4725        public void setRun(String run) {
    4826                this.run = run;
Note: See TracChangeset for help on using the changeset viewer.