return CompareToBuilder.reflectionCompare(this, pObject);
return EqualsBuilder.reflectionEquals(this, pObject);
return prop1;
return prop2;
return HashCodeBuilder.reflectionHashCode(this);
prop1 = pProp1;
prop2 = pProp2;
return ReflectionToStringBuilder.toString(this);