File tree Expand file tree Collapse file tree
src/main/java/com/imsweb/seerapi/client/naaccr Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,16 @@ public String getCode() {
1212 return code ;
1313 }
1414
15+ public void setCode (String code ) {
16+ this .code = code ;
17+ }
18+
1519 public String getDescription () {
1620 return description ;
1721 }
22+
23+ public void setDescription (String description ) {
24+ this .description = description ;
25+ }
26+
1827}
Original file line number Diff line number Diff line change @@ -13,11 +13,24 @@ public String getId() {
1313 return id ;
1414 }
1515
16+ public void setId (String id ) {
17+ this .id = id ;
18+ }
19+
1620 public String getItem () {
1721 return item ;
1822 }
1923
24+ public void setItem (String item ) {
25+ this .item = item ;
26+ }
27+
2028 public String getName () {
2129 return name ;
2230 }
31+
32+ public void setName (String name ) {
33+ this .name = name ;
34+ }
35+
2336}
You can’t perform that action at this time.
0 commit comments