Package fing.satode.dominio

Examples of fing.satode.dominio.Policia


    case TipoPuntoReferencia.OTROS:
      PROtros otros = (PROtros) puntoReferencia;
      sess().save(otros);
    break;
    case TipoPuntoReferencia.POLICIA:
      Policia policia = (Policia) puntoReferencia;
      sess().save(policia);
    break;
    }
   
  }
View Full Code Here

TOP

Related Classes of fing.satode.dominio.Policia

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.