/[projects]/android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/jdo/JdoStationBean.java
ViewVC logotype

Diff of /android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/jdo/JdoStationBean.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1109 by torben, Wed Sep 22 21:09:39 2010 UTC revision 1110 by torben, Thu Sep 23 06:10:35 2010 UTC
# Line 1  Line 1 
1  package dk.thoerup.traininfoservice.jdo;  package dk.thoerup.traininfoservice.jdo;
2    
3    import java.io.Serializable;
4    
5  import javax.jdo.annotations.IdGeneratorStrategy;  import javax.jdo.annotations.IdGeneratorStrategy;
6  import javax.jdo.annotations.NotPersistent;  import javax.jdo.annotations.NotPersistent;
7  import javax.jdo.annotations.PersistenceCapable;  import javax.jdo.annotations.PersistenceCapable;
# Line 10  import dk.thoerup.android.traininfo.comm Line 12  import dk.thoerup.android.traininfo.comm
12    
13    
14  @PersistenceCapable  @PersistenceCapable
15  public class JdoStationBean  {  public class JdoStationBean implements Serializable {
16                    
17      @PrimaryKey      @PrimaryKey
18      @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)      @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)

Legend:
Removed from v.1109  
changed lines
  Added in v.1110

  ViewVC Help
Powered by ViewVC 1.1.20