Hi,
I am very new to the castor usage. I would like to write a mapping file
for the class below. After reading the documentation, I still failed to
do so. I have to seek your very help. Thank you very much in advance!
public class XmlHashTable {
Hashtable ht;
public XmlHashTable() {
}
public XmlHashTable(SgNodeStateTable table) {
ht = (Hashtable)table;
}
public void setHt(Hashtable ht) {
this.ht = ht;
}
public Hashtable getHt() {
return this.ht ;
}
}
Best regards,
Jian
-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:
[EMAIL PROTECTED]
-------------------------------------------------