Ejemplo n.º 1
0
 public static Task task(Profile profile) {
   Task task = new Task();
   task.setTaskCreator(profile);
   task.generateGUIDKey();
   task.setTitle(factory.getStrategy().getStringOfLength(50));
   return task;
 }