The Model in MVC definitely represents the Business Components. They may be business entities in simple
Java beans or enterprise beans. Model basically maintains data and core of the all business operations. So simply Model in MVC are business objects.
The following link gives you good idea of MVC basics-
http://www.enode.com/x/markup/tutorial/mvc.html Hope this helps.
Java makes things beautiful !!!