* @see java.lang.Object#toString()
*/
@Override
public String toString()
{
return new ToStringBuilder(this, ToStringStyle.SHORT_PREFIX_STYLE) //
.append("firstPage", this.firstPage) //$NON-NLS-1$
.append("lastPage", this.lastPage) //$NON-NLS-1$
.append("currentPage", this.currentPage) //$NON-NLS-1$
.append("nextPage", this.nextPage) //$NON-NLS-1$
.append("previousPage", this.previousPage) //$NON-NLS-1$