FileDocCategorySizeDatePackage
CmpFieldAccessorModifiers.javaAPI DocGlassfish v2 API2962Fri May 04 22:33:40 BST 2007com.sun.enterprise.tools.verifier.tests.ejb.entity.cmp2

CmpFieldAccessorModifiers

public class CmpFieldAccessorModifiers extends CmpFieldTest
Container-managed fields declaration test. CMP fields accessor methods should be public or protected and abstract
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
protected booleanrunIndividualCmpFieldTest(com.sun.enterprise.deployment.Descriptor entity, com.sun.enterprise.deployment.Descriptor persistentField, java.lang.Class c, com.sun.enterprise.tools.verifier.Result result)
run an individual verifier test of a declated cmp field of the class

param
entity the descriptor for the entity bean containing the cmp-field
param
f the descriptor for the declared cmp field
param
c the class owning the cmp field
parma
r the result object to use to put the test results in
return
true if the test passed

        
        return accessorMethodModifiers(persistentField.getName(), c, result);