* @see java.lang.Object#toString()
*/
@Override
public String toString()
{
return new ToStringBuilder(this, ToStringStyle.SHORT_PREFIX_STYLE) //
.append("rowListFull", this.rowListFull) //$NON-NLS-1$
.append("rowListPage", this.rowListPage) //$NON-NLS-1$
.append("properties", this.properties) //$NON-NLS-1$
.append("empty", this.isEmpty()) //$NON-NLS-1$
.append("encoding", this.encoding) //$NON-NLS-1$