I have a custom object that has a single value of type int that I wanting to do processing on to keep this value in a set range. My question is this: Given the following cla
Abother possibility, you could make this field public. It would just need to do the validations you need in the business method (no during the set).