    // ${item_bo_name}
    public BOList get${item_bo_name}s() throws BOException;
    public ${item_bo_name} getSelected${item_bo_name}();
    public void setSelected${item_bo_name}(String key) throws BOException;




