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

View differences:

ActionTool.java
61 61
     */
62 62
    private java.lang.String _enableText;
63 63

  
64
    /**
65
     * Field _position
66
     */
67
    private java.lang.String _position;
64 68

  
69

  
65 70
      //----------------/
66 71
     //- Constructors -/
67 72
    //----------------/
......
124 129
    } //-- boolean getLast() 
125 130

  
126 131
    /**
132
     * Returns the value of field 'position'.
133
     * 
134
     * @return the value of field 'position'.
135
     */
136
    public java.lang.String getPosition()
137
    {
138
        return this._position;
139
    } //-- java.lang.String getPosition() 
140

  
141
    /**
127 142
     * Returns the value of field 'text'.
128 143
     * 
129 144
     * @return the value of field 'text'.
......
231 246
    } //-- void setLast(boolean) 
232 247

  
233 248
    /**
249
     * Sets the value of field 'position'.
250
     * 
251
     * @param position the value of field 'position'.
252
     */
253
    public void setPosition(java.lang.String position)
254
    {
255
        this._position = position;
256
    } //-- void setPosition(java.lang.String) 
257

  
258
    /**
234 259
     * Sets the value of field 'text'.
235 260
     * 
236 261
     * @param text the value of field 'text'.

Also available in: Unified diff