Package com.odb.view.dashboard.client.dto

Examples of com.odb.view.dashboard.client.dto.DataSourceAxisDetailInfo


     *
     * @param dataSourceAxisDetailInfo the data source axis detail info
     * @return the client data source axis detail info
     */
    public static DataSourceAxisDetailInfo getClientDataSourceAxisDetailInfo(com.odb.core.dao.dto.DataSourceAxisDetailInfo dataSourceAxisDetailInfo){
      DataSourceAxisDetailInfo dsi = new DataSourceAxisDetailInfo();
      dsi.setAxisLabelIndex(dataSourceAxisDetailInfo.getAxisLabelIndex());
      dsi.setAxisLabelValue( dataSourceAxisDetailInfo.getAxisLabelValue());
      dsi.setDataSourceAxisID(dataSourceAxisDetailInfo.getDataSourceAxisID());
    return dsi;
    }
View Full Code Here

TOP

Related Classes of com.odb.view.dashboard.client.dto.DataSourceAxisDetailInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.