Package ar.com.AmberSoft.iEvenTask.backend.entities

Examples of ar.com.AmberSoft.iEvenTask.backend.entities.Tarea.defaultVisibles()


          Visible visible = (Visible) itVisible.next();
          nueva.addVisible(visible.getUsuario());
        }
      }
      nueva.setPeso(100/cantidad);
      nueva.defaultVisibles();

      getSession().save(nueva);
    }

    return null;
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.