1 package org.opencrx.kernel.contract1.cci; 14 15 public class AddressContainerFilterImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefFilter_1 17 implements AddressContainerFilter { 18 19 public AddressContainerFilterImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage 21 ) { 22 super( 23 aPackage, 24 "org:opencrx:kernel:contract1:AddressContainer", 25 null, 26 null 27 ); 28 } 29 30 public AddressContainerFilterImpl( 31 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage, 32 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 33 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 34 ) { 35 super( 36 aPackage, 37 "org:opencrx:kernel:contract1:AddressContainer", 38 filterProperties, 39 attributeSpecifiers 40 ); 41 } 42 43 } 47 | Popular Tags |