Package net.sf.myway.edit.bl

Examples of net.sf.myway.edit.bl.MapsAndRegions


  /**
   * @see net.sf.myway.edit.bl.EditBL#getMapsAndRegions()
   */
  @Override
  public MapsAndRegions getMapsAndRegions() {
    final MapsAndRegions s = new MapsAndRegions();
    s.setMaps(getMaps());
    s.setRegions(getRegions());
    return s;
  }
View Full Code Here

TOP

Related Classes of net.sf.myway.edit.bl.MapsAndRegions

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.