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