/[projects]/android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/MetroBean.java
ViewVC logotype

Diff of /android/TrainInfoCommon/src/dk/thoerup/android/traininfo/common/MetroBean.java

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

revision 1145 by torben, Thu Sep 16 16:29:54 2010 UTC revision 1146 by torben, Fri Oct 1 05:43:48 2010 UTC
# Line 33  public class MetroBean implements Serial Line 33  public class MetroBean implements Serial
33          @org.simpleframework.xml.Element(name="operations")          @org.simpleframework.xml.Element(name="operations")
34          public String operationInfo; //driftsinfo                public String operationInfo; //driftsinfo      
35                    
36          @ElementList          @ElementList(required=false)
37          public List<MetroEntry> entries = new ArrayList<MetroEntry>();          public List<MetroEntry> entries = new ArrayList<MetroEntry>();
38                    
39          @org.simpleframework.xml.Element          @org.simpleframework.xml.Element

Legend:
Removed from v.1145  
changed lines
  Added in v.1146

  ViewVC Help
Powered by ViewVC 1.1.20