This is sorta\' a two-part question.
I have a person object with a char attribute on it called \"active\". Person has a getActive() method that returns a char as expecte
What you can do is test the character's value, something like
Active
As to which one gets priority isXXX() or getXXX() it's pretty much implementation specific.