Revision 43099 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/plugins/config/generate/ToolBar.java

View differences:

ToolBar.java
62 62
     * Field _name
63 63
     */
64 64
    private java.lang.String _name;
65
    
66
    private java.lang.String _description;
65 67

  
66 68
    /**
67 69
     * Field _position
68 70
     */
69
    private int _position = 50;
71
    private int _position = 0;
70 72

  
71 73
    /**
72 74
     * keeps track of state for field: _position
......
393 395
    } //-- java.lang.String getName() 
394 396

  
395 397
    /**
398
     * Returns the value of field 'name'.
399
     * 
400
     * @return the value of field 'name'.
401
     */
402
    public java.lang.String getDescription()
403
    {
404
        return this._description;
405
    } //-- java.lang.String getName() 
406

  
407
    /**
396 408
     * Returns the value of field 'position'.
397 409
     * 
398 410
     * @return the value of field 'position'.
......
685 697
    } //-- void setName(java.lang.String) 
686 698

  
687 699
    /**
700
     * Sets the value of field 'name'.
701
     * 
702
     * @param name the value of field 'name'.
703
     */
704
    public void setDescription(java.lang.String description)
705
    {
706
        this._description = description;
707
    } //-- void setName(java.lang.String) 
708

  
709
    /**
688 710
     * Sets the value of field 'position'.
689 711
     * 
690 712
     * @param position the value of field 'position'.

Also available in: Unified diff