main
parent
c72fd1b046
commit
784f689498
|
|
@ -63,7 +63,6 @@ public class Change {
|
|||
.addFieldId("ChangeImplementerPersonId", 610023232)
|
||||
.addFieldId("PackageType", 670031016)
|
||||
.addFieldId("Contract", 670031002)
|
||||
.addFieldId("SupportGroupIH", 1000003229)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
@ -130,7 +129,6 @@ public class Change {
|
|||
change.setCoordinatorSg(getValueStringByID(entry, "CoordinatorSg"));
|
||||
change.setCoordinatorSgId(getValueStringByID(entry, "CoordinatorSgId"));
|
||||
change.setSupportGroupId(getValueStringByID(entry, "SupportGroupId"));
|
||||
change.setSupportGroupIH(getValueStringByID(entry, "SupportGroupIH"));
|
||||
change.setProviderCluster(getValueStringByID(entry, "ProviderCluster"));
|
||||
change.setChangeImplementer(getValueStringByID(entry, "ChangeImplementer"));
|
||||
change.setChangeImplementerLogin(getValueStringByID(entry, "ChangeImplementerLogin"));
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ public class ChangeItem {
|
|||
private int state;
|
||||
private String contract;
|
||||
private String supportGroup;
|
||||
private String supportGroupIH;
|
||||
private String coordinatorSgId;
|
||||
private String coordinatorSg;
|
||||
private String supportGroupId;
|
||||
|
|
@ -157,14 +156,6 @@ public class ChangeItem {
|
|||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue