	// Constants for MeRep Descriptor
	private static final String SYNC_BO_NAME 
		= ResourceBundle.getBundle("${impl_package_name}.${property_file_name}").getString("${syncbo_name}");

	private static final SyncBoDescriptorFacade DESC_FACADE
		= SmartSyncRuntime.getInstance().getSyncBoDescriptorFacade();

	private static final SyncBoDescriptor SYNC_BO_DESC
		= DESC_FACADE.getSyncBoDescriptor(SYNC_BO_NAME);

	private static final RowDescriptor ${top_constant_name}
		= SYNC_BO_DESC.getTopRowDescriptor();