コード例 #1
0
 public boolean getIsCurrent() {
   return current.equals(userWorkspace.getCurrent().equals(current));
 }
コード例 #2
0
 public List<Booking> getBookings() {
   return userWorkspace.getNotConfirmed();
 }