Examples of SFamousPlaceDetails


Examples of org.xooof.xooofoscope.struct.SFamousPlaceDetails

  // default interface

  protected SFamousPlaceDetails loadImpl(XMLDispatcherContext xdCtx)
          throws XMLDispatcherUserException, XMLDispatcherAppException {
   
    SFamousPlaceDetails rply = new SFamousPlaceDetails();
   
    rply.setObjId(getId());
    rply.setObjClass(SFamousPlaceDetails.class.getName());       
    rply.setName(getName());
    rply.setDescr(getDescription());
    rply.setRa(getRa());
    rply.setDec(getDec());  

    return rply;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.