public Set getArchives()

in src/main/java/org/apache/creadur/tentacles/Notice.java [47:49]


    public Set<Archive> getArchives() {
        return this.archives;
    }