	/**
	 * Copy XXXX
	 *@param  object ${top_bo_name}
	 *@return ${top_bo_name}
	*/
	public ${top_bo_name} copy${top_bo_name}(${top_bo_name} object) throws BOException {
		return null;
	}