Mercurial > hg > eSciDocImport
annotate src/de/mpiwg/itgroup/eSciDoc/echoObjects/ECHOCollection.java @ 2:fab8e78184fa
minor
author | dwinter |
---|---|
date | Mon, 10 Jan 2011 12:42:27 +0100 |
parents | c6929e63b0b8 |
children |
rev | line source |
---|---|
0 | 1 package de.mpiwg.itgroup.eSciDoc.echoObjects; |
2 | |
3 import java.io.IOException; | |
4 import java.util.Properties; | |
5 | |
6 public class ECHOCollection extends ECHOObject { | |
7 | |
8 | |
9 | |
10 public ECHOCollection(String name, String echoUrl) throws IOException{ | |
11 super(); | |
12 CMM ="/cmm/content-model/escidoc:11004"; | |
13 | |
14 this.name = name; | |
15 this.echoUrl = echoUrl; | |
16 | |
17 | |
18 | |
19 } | |
20 | |
21 } |