Revision 9683 trunk/frameworks/_fwAndami/src/com/iver/andami/plugins/config/generate/ActionTool.java

View differences:

ActionTool.java
39 39
    private java.lang.String _text;
40 40

  
41 41
    /**
42
     * Field _name
43
     */
44
    private java.lang.String _name;
45

  
46
    /**
42 47
     * Field _actionCommand
43 48
     */
44 49
    private java.lang.String _actionCommand;
......
149 154
    } //-- boolean getLast() 
150 155

  
151 156
    /**
157
     * Returns the value of field 'name'.
158
     * 
159
     * @return the value of field 'name'.
160
     */
161
    public java.lang.String getName()
162
    {
163
        return this._name;
164
    } //-- java.lang.String getName() 
165

  
166
    /**
152 167
     * Returns the value of field 'position'.
153 168
     * 
154 169
     * @return the value of field 'position'.
......
274 289
    } //-- void setLast(boolean) 
275 290

  
276 291
    /**
292
     * Sets the value of field 'name'.
293
     * 
294
     * @param name the value of field 'name'.
295
     */
296
    public void setName(java.lang.String name)
297
    {
298
        this._name = name;
299
    } //-- void setName(java.lang.String) 
300

  
301
    /**
277 302
     * Sets the value of field 'position'.
278 303
     * 
279 304
     * @param position the value of field 'position'.

Also available in: Unified diff