removed KV because it exists as SupportGroup
parent
d5b122b612
commit
c72fd1b046
|
|
@ -64,7 +64,6 @@ public class Change {
|
|||
.addFieldId("PackageType", 670031016)
|
||||
.addFieldId("Contract", 670031002)
|
||||
.addFieldId("SupportGroupIH", 1000003229)
|
||||
.addFieldId("SupportGroupKV", 1000000015)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
@ -131,7 +130,6 @@ public class Change {
|
|||
change.setCoordinatorSg(getValueStringByID(entry, "CoordinatorSg"));
|
||||
change.setCoordinatorSgId(getValueStringByID(entry, "CoordinatorSgId"));
|
||||
change.setSupportGroupId(getValueStringByID(entry, "SupportGroupId"));
|
||||
change.setSupportGroupKV(getValueStringByID(entry, "SupportGroupKV"));
|
||||
change.setSupportGroupIH(getValueStringByID(entry, "SupportGroupIH"));
|
||||
change.setProviderCluster(getValueStringByID(entry, "ProviderCluster"));
|
||||
change.setChangeImplementer(getValueStringByID(entry, "ChangeImplementer"));
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ public class ChangeItem {
|
|||
private String contract;
|
||||
private String supportGroup;
|
||||
private String supportGroupIH;
|
||||
private String supportGroupKV;
|
||||
private String coordinatorSgId;
|
||||
private String coordinatorSg;
|
||||
private String supportGroupId;
|
||||
|
|
@ -158,14 +157,6 @@ public class ChangeItem {
|
|||
this.changeImplementerPersonId = changeImplementerPersonId;
|
||||
}
|
||||
|
||||
public String getSupportGroupKV() {
|
||||
return this.supportGroupKV;
|
||||
}
|
||||
|
||||
public void setSupportGroupKV(String supportGroupKV) {
|
||||
this.supportGroupKV = supportGroupKV;
|
||||
}
|
||||
|
||||
public String getSupportGroupIH() {
|
||||
return this.supportGroupIH;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue