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

CmrFieldAccessorModifiers

public class CmrFieldAccessorModifiers extends CmrFieldTest
Container-managed fields declaration test. CMR fields accessor methods should be public and abstract
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
protected booleanrunIndividualCmrTest(com.sun.enterprise.deployment.Descriptor entity, com.sun.enterprise.deployment.RelationRoleDescriptor rrd, 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(rrd.getCMRField(), c, result);