예제 #1
0
 public TaskPriority(Priority priority) {
   this.id = new Long(priority.getValue());
   this.value = priority.getValue();
   this.name = Utilities.truncate(priority.getName(), 50);
 }