@@ -37,11 +37,11 @@ public class SequenceOutputFile implements Serializable
3737 private Integer _rowid ;
3838 private String _name ;
3939 private String _description ;
40- private Integer _dataId ;
40+ private Long _dataId ;
4141 private Integer _library_id ;
42- private Integer _readset ;
43- private Integer _analysis_id ;
44- private Integer _runid ;
42+ private Long _readset ;
43+ private Long _analysis_id ;
44+ private Long _runid ;
4545 private String _category ;
4646 private Boolean _intermediate ;
4747 private String _container ;
@@ -86,12 +86,12 @@ public void setDescription(String description)
8686 _description = description ;
8787 }
8888
89- public Integer getDataId ()
89+ public Long getDataId ()
9090 {
9191 return _dataId ;
9292 }
9393
94- public void setDataId (Integer dataId )
94+ public void setDataId (Long dataId )
9595 {
9696 _dataId = dataId ;
9797 }
@@ -106,32 +106,32 @@ public void setLibrary_id(Integer library_id)
106106 _library_id = library_id ;
107107 }
108108
109- public Integer getReadset ()
109+ public Long getReadset ()
110110 {
111111 return _readset ;
112112 }
113113
114- public void setReadset (Integer readset )
114+ public void setReadset (Long readset )
115115 {
116116 _readset = readset ;
117117 }
118118
119- public Integer getAnalysis_id ()
119+ public Long getAnalysis_id ()
120120 {
121121 return _analysis_id ;
122122 }
123123
124- public void setAnalysis_id (Integer analysis_id )
124+ public void setAnalysis_id (Long analysis_id )
125125 {
126126 _analysis_id = analysis_id ;
127127 }
128128
129- public Integer getRunId ()
129+ public Long getRunId ()
130130 {
131131 return _runid ;
132132 }
133133
134- public void setRunId (Integer runid )
134+ public void setRunId (Long runid )
135135 {
136136 _runid = runid ;
137137 }
0 commit comments