write protected members
Funny - if Java had something like:
write protected String currentDesciption;
meaning that this class and superclasses can write, but not other guys - there would be not much need to use those ugly getters and setters at all. :)
write protected String currentDesciption;
meaning that this class and superclasses can write, but not other guys - there would be not much need to use those ugly getters and setters at all. :)