Value.java

Go to the documentation of this file.
00001 package cedar.hepdata.model;
00002 
00003 import cedar.hepdata.util.HDException;
00004 import java.util.Iterator;
00005 import java.util.Map;
00006 import java.util.TreeMap;
00007 
00008 import javax.persistence.*;
00009 
00016 @Entity
00017 @Inheritance(strategy=InheritanceType.TABLE_PER_CLASS)
00018 public abstract class Value extends Storeable {
00020     @Id @GeneratedValue(strategy=GenerationType.TABLE)
00021     @Column(name="VALUE_ID")
00022     private Long _id;
00023 }

Generated on Tue Apr 21 15:54:38 2009 for HepData object model by  doxygen 1.5.5