Revision 38564 branches/v2_0_0_prep/frameworks/_fwAndami/src/org/gvsig/andami/plugins/config/generate/SelectableTool.java

View differences:

SelectableTool.java
91 91
    /**
92 92
     * Field _position
93 93
     */
94
    private int _position;
94
    private long _position;
95 95

  
96 96
    /**
97 97
     * keeps track of state for field: _position
......
212 212
     * 
213 213
     * @return the value of field 'position'.
214 214
     */
215
    public int getPosition()
215
    public long getPosition()
216 216
    {
217 217
        return this._position;
218 218
    } //-- int getPosition() 
......
376 376
     * 
377 377
     * @param position the value of field 'position'.
378 378
     */
379
    public void setPosition(int position)
379
    public void setPosition(long position)
380 380
    {
381 381
        this._position = position;
382 382
        this._has_position = true;

Also available in: Unified diff