main
parent
c72fd1b046
commit
784f689498
|
|
@ -63,7 +63,6 @@ public class Change {
|
||||||
.addFieldId("ChangeImplementerPersonId", 610023232)
|
.addFieldId("ChangeImplementerPersonId", 610023232)
|
||||||
.addFieldId("PackageType", 670031016)
|
.addFieldId("PackageType", 670031016)
|
||||||
.addFieldId("Contract", 670031002)
|
.addFieldId("Contract", 670031002)
|
||||||
.addFieldId("SupportGroupIH", 1000003229)
|
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -130,7 +129,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.setSupportGroupIH(getValueStringByID(entry, "SupportGroupIH"));
|
|
||||||
change.setProviderCluster(getValueStringByID(entry, "ProviderCluster"));
|
change.setProviderCluster(getValueStringByID(entry, "ProviderCluster"));
|
||||||
change.setChangeImplementer(getValueStringByID(entry, "ChangeImplementer"));
|
change.setChangeImplementer(getValueStringByID(entry, "ChangeImplementer"));
|
||||||
change.setChangeImplementerLogin(getValueStringByID(entry, "ChangeImplementerLogin"));
|
change.setChangeImplementerLogin(getValueStringByID(entry, "ChangeImplementerLogin"));
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ public class ChangeItem {
|
||||||
private int state;
|
private int state;
|
||||||
private String contract;
|
private String contract;
|
||||||
private String supportGroup;
|
private String supportGroup;
|
||||||
private String supportGroupIH;
|
|
||||||
private String coordinatorSgId;
|
private String coordinatorSgId;
|
||||||
private String coordinatorSg;
|
private String coordinatorSg;
|
||||||
private String supportGroupId;
|
private String supportGroupId;
|
||||||
|
|
@ -157,14 +156,6 @@ public class ChangeItem {
|
||||||
this.changeImplementerPersonId = changeImplementerPersonId;
|
this.changeImplementerPersonId = changeImplementerPersonId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getSupportGroupIH() {
|
|
||||||
return this.supportGroupIH;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setSupportGroupIH(String supportGroupIH) {
|
|
||||||
this.supportGroupIH = supportGroupIH;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Gets the status reason of the change item.
|
* Gets the status reason of the change item.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue