2
Fork 0

[svn r343] WIP3

This commit is contained in:
willemc 2008-09-15 00:00:09 +02:00
parent 62f7881380
commit 4643057b7f
35 changed files with 1166 additions and 239 deletions

View file

@ -94,6 +94,11 @@ public class DefaultVascEntryField implements VascEntryField {
vascValidators = new ArrayList<VascValidator>(5);
}
public DefaultVascEntryField(String id) {
super();
setId(id);
}
public VascEntry getVascEntry() {
return vascEntry;
}