public void toMap(Map ht) {
   super.toMap(ht);
 }
 public void fromMap(Map ht) {
   super.fromMap(ht);
 }