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
A quick google search brought this result: http://xahlee.org/java-a-day/this.html
Pretty much the "this" keyword is a reference to the current object (itself).