added getType() accessor

This commit is contained in:
hns 2001-02-24 01:23:40 +00:00
parent 3d8960caee
commit 924f3f31a6

View file

@ -76,6 +76,10 @@ public class Key {
return ptype+"/"+pid + "~" + sid;
}
public String getType () {
return type;
}
public String toString () {
return type+"["+id+"]";
}