Removed the boiler plate code Getters and setters by introducing [Project Lombok] jar (http://jnb.ociweb.com/jnb/jnbJan2010.html#gettersetter) . This will increase the flexibility of adding/ removing java fields to classes without having to worry about the usual methods (Getter, setter, toString, equals and Hashcode ) ..
Removed the boiler plate code Getters and setters by introducing [Project Lombok] jar (http://jnb.ociweb.com/jnb/jnbJan2010.html#gettersetter) . This will increase the flexibility of adding/ removing java fields to classes without having to worry about the usual methods (Getter, setter, toString, equals and Hashcode ) ..