Chapter 8 Creating J2EE Applications for BEA WebLogic


"get" and "set" Method Restrictions

The EJB 2.0 specification standardizes the "get" and "set" methods that a container uses for reading and modifying container-managed fields. These container-generated classes must begin with "get" or "set" and use the actual name of a persistent field defined in ejb-jar.xml. The methods are also declared as public, protected, and abstract.

 


Copyright (C) 2005. Sybase Inc. All rights reserved.