	/**
	 * Create YYYY
	 *@param  parent ${top_bo_name}
	 *@return ${child_bo_name}        
	*/
	public ${child_bo_name} create${child_bo_name}(${top_bo_name} parent) throws BOException;