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

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


     *
     * @param si the si
     * @return the client subscriber info
     */
    public static SubscriberInfo getClientSubscriberInfo(com.odb.core.dao.dto.SubscriberInfo si){
      SubscriberInfo subscriberInfo=new SubscriberInfo();
      subscriberInfo.setSubscriberID(si.getSubscriberID());
      subscriberInfo.setSubscriberName( si.getSubscriberName());
      subscriberInfo.setSubscriberPassword( si.getSubscriberPassword());
      return subscriberInfo;
    }
View Full Code Here

TOP

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

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.