added SG IH & KV to Change Items

main
Said Gedik 2023-05-30 14:55:35 +02:00
parent 8e112b155a
commit d5b122b612
2 changed files with 22 additions and 1 deletions

View File

@ -63,6 +63,8 @@ public class Change {
.addFieldId("ChangeImplementerPersonId", 610023232)
.addFieldId("PackageType", 670031016)
.addFieldId("Contract", 670031002)
.addFieldId("SupportGroupIH", 1000003229)
.addFieldId("SupportGroupKV", 1000000015)
.build();
}
@ -129,13 +131,14 @@ 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"));
change.setChangeImplementerLogin(getValueStringByID(entry, "ChangeImplementerLogin"));
change.setChangeImplementerPersonId(getValueStringByID(entry, "ChangeImplementerPersonId"));
change.setPackageType(getValueStringByID(entry, "PackageType"));
change.setContract(getValueStringByID(entry, "Contract"));
change.setImplementerEdit(
Optional.ofNullable(entry.get(queryChange.getFieldId("ChangeCoordinator")))
.map(Object::toString)

View File

@ -16,6 +16,8 @@ public class ChangeItem {
private int state;
private String contract;
private String supportGroup;
private String supportGroupIH;
private String supportGroupKV;
private String coordinatorSgId;
private String coordinatorSg;
private String supportGroupId;
@ -156,6 +158,22 @@ 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;
}
public void setSupportGroupIH(String supportGroupIH) {
this.supportGroupIH = supportGroupIH;
}
/**
*
* Gets the status reason of the change item.