University of Cincinnati logo and link  
Simple Properties of Beans
 
  UC ingot Simple properties are the easiest to implement. 
 
  • Simple properties take a single value, either a single primitive or a single object.
    • They take simple getter and setter methods as we've seen before.
    • But, they don't have to have a setter if they are read only properties.
 Indexed Properties