1 25 26 package org.objectweb.easybeans.deployment.xml.struct; 27 28 29 33 public class EJB3 { 34 35 38 private EnterpriseBeans enterpriseBeans = null; 39 40 44 public EnterpriseBeans getEnterpriseBeans() { 45 return enterpriseBeans; 46 } 47 48 52 public void setEnterpriseBeans(final EnterpriseBeans enterpriseBeans) { 53 this.enterpriseBeans = enterpriseBeans; 54 } 55 56 } 57 | Popular Tags |