Project

General

Profile

« Previous | Next » 

Revision b91daead

Added by Andreas Kohlbecker almost 7 years ago

ref #6719 cleaning up

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/util/converter/TypeDesignationConverter.java
493 493
     */
494 494
    public class TypeDesignationWorkingSet extends LinkedHashMap<TypeDesignationStatusBase<?>, Collection<EntityReference>> {
495 495

  
496
        private static final long serialVersionUID = -1329007606500890729L;
497

  
496 498
        String workingSetRepresentation = null;
497 499

  
498 500
        TypedEntityReference containigEntityReference;
......
501 503

  
502 504
        int workingSetId = workingSetIdAutoIncrement++;
503 505

  
504
        private static final long serialVersionUID = -1329007606500890729L;
505

  
506
        private List<String> problems = new ArrayList<>();
507

  
508 506
        /**
509 507
         * @param baseEntityReference
510 508
         */
......
586 584
            }
587 585
        }
588 586

  
589
        /**
590
         * @return the problems
591
         */
592
        public List<String> getProblems() {
593
            return problems;
594
        }
595

  
596
        /**
597
         * @param problems the problems to set
598
         */
599
        public void setProblems(List<String> problems) {
600
            this.problems = problems;
601
        }
602

  
603 587
    }
604 588

  
589
    @SuppressWarnings({ "deprecation", "serial" })
605 590
    class NullTypeDesignationStatus extends TypeDesignationStatusBase<NullTypeDesignationStatus>{
606 591

  
607 592
        /**

Also available in: Unified diff