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
No, it goes against encapsulation logic, and Java Itself.