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

View differences:

SelectableTool.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;
......
193 198
    } //-- boolean getLast() 
194 199

  
195 200
    /**
201
     * Returns the value of field 'name'.
202
     * 
203
     * @return the value of field 'name'.
204
     */
205
    public java.lang.String getName()
206
    {
207
        return this._name;
208
    } //-- java.lang.String getName() 
209

  
210
    /**
196 211
     * Returns the value of field 'position'.
197 212
     * 
198 213
     * @return the value of field 'position'.
......
347 362
    } //-- void setLast(boolean) 
348 363

  
349 364
    /**
365
     * Sets the value of field 'name'.
366
     * 
367
     * @param name the value of field 'name'.
368
     */
369
    public void setName(java.lang.String name)
370
    {
371
        this._name = name;
372
    } //-- void setName(java.lang.String) 
373

  
374
    /**
350 375
     * Sets the value of field 'position'.
351 376
     * 
352 377
     * @param position the value of field 'position'.

Also available in: Unified diff