comparison src/main/java/de/mpiwg/gazetteer/bo/LGBranch.java @ 4:c30ff4f27ec3

adding developer guide documentation
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Mon, 18 May 2015 15:55:01 +0200
parents 3e62083dbcbf
children 3b3e2963c8f7
comparison
equal deleted inserted replaced
3:7ffaefcee5b5 4:c30ff4f27ec3
26 @Table(name="Branch") 26 @Table(name="Branch")
27 @Inheritance(strategy=InheritanceType.TABLE_PER_CLASS) 27 @Inheritance(strategy=InheritanceType.TABLE_PER_CLASS)
28 public class LGBranch extends DBEntry implements Cloneable, Serializable { 28 public class LGBranch extends DBEntry implements Cloneable, Serializable {
29 private static final long serialVersionUID = 7805209462045170778L; 29 private static final long serialVersionUID = 7805209462045170778L;
30 30
31
32 @Column(name="sectionId") 31 @Column(name="sectionId")
33 private Long sectionId; 32 private Long sectionId;
34 33
35 @Column(name="userId") 34 @Column(name="userId")
36 private Long userId; 35 private Long userId;