Ignore:
Timestamp:
Apr 9, 2010, 6:02:36 PM (14 years ago)
Author:
tobias
Message:

messages resource validation added

File:
1 edited

Legend:

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

    r858 r859  
    22
    33public class DirectorItem extends ItemType implements UserObjectItem{
    4          /**
    5          * @uml.property  name="name"
    6          */
    74        private String name;
    8          /**
    9          * @uml.property  name="description"
    10          */
    115        private String description;
    12          /**
    13          * @uml.property  name="password"
    14          */
    156        private String password;
    16          /**
    17          * @uml.property  name="messages"
    18          */
    197        private String messages;
    20          /**
    21          * @uml.property  name="workingdirectory"
    22          */
    238        private String workingdirectory;
    24          /**
    25          * @uml.property  name="piddirectory"
    26          */
    279        private String piddirectory;
    28          /**
    29          * @uml.property  name="scriptsdirectory"
    30          */
    3110        private String scriptsdirectory;
    32          /**
    33          * @uml.property  name="queryfile"
    34          */
    3511        private String queryfile;
    36          /**
    37          * @uml.property  name="heartbeatinterval"
    38          */
    3912        private String heartbeatinterval;
    40          /**
    41          * @uml.property  name="maximumconcurrentjobs"
    42          */
    4313        private String maximumconcurrentjobs;
    44          /**
    45          * @uml.property  name="fdconnecttimeout"
    46          */
    4714        private String fdconnecttimeout;
    48          /**
    49          * @uml.property  name="sdconnecttimeout"
    50          */
    5115        private String sdconnecttimeout;
    52          /**
    53          * @uml.property  name="diraddresses"
    54          */
    5516        private String diraddresses;
    56          /**
    57          * @uml.property  name="dirport"
    58          */
    5917        private String dirport;
    60          /**
    61          * @uml.property  name="diraddress"
    62          */
    6318        private String diraddress;
    64          /**
    65          * @uml.property  name="dirsourceaddress"
    66          */
    6719        private String dirsourceaddress;
    68          /**
    69          * @uml.property  name="statisticsretention"
    70          */
    7120        private String statisticsretention;
    72          /**
    73          * @uml.property  name="verid"
    74          */
    7521        private String verid;
    76          /**
    77          * @uml.property  name="maxconsoleconnections"
    78          */
    7922        private String maxconsoleconnections;
    8023
Note: See TracChangeset for help on using the changeset viewer.