Normally, I use this in constructors only.
this
I understand that it is used to identify the parameter variable (by using this.something), if i
this.something
this is a reference to the current object: http://download.oracle.com/javase/tutorial/java/javaOO/thiskey.html