Ignore:
Timestamp:
Aug 28, 2012, 6:23:12 PM (12 years ago)
Author:
casties
Branch:
default
Message:

ASSIGNED - # 249: Annotations shared in groups
https://it-dev.mpiwg-berlin.mpg.de/tracs/mpdl-project-software/ticket/249

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/Group.java

    r12 r15  
    2121    }
    2222
     23    public Group(String id, String uri, String name) {
     24        super();
     25        this.id = id;
     26        this.uri = uri;
     27        this.name = name;
     28    }
     29
     30
    2331    @Override
    2432    public boolean isGroup() {
Note: See TracChangeset for help on using the changeset viewer.