getter setter

main
Said Gedik 2023-05-24 10:57:54 +02:00
parent c96e926f75
commit 993f2e4f6d
1 changed files with 9 additions and 0 deletions

View File

@ -31,6 +31,7 @@ public class ChangeItem {
private Date D2; private Date D2;
private Date D3; private Date D3;
private Date D4; private Date D4;
private boolean approvalFlag;
/** /**
* *
@ -156,6 +157,14 @@ public class ChangeItem {
this.changeImplementerPersonId = changeImplementerPersonId; this.changeImplementerPersonId = changeImplementerPersonId;
} }
public boolean getApprovalFlag() {
return this.approvalFlag;
}
public void setApprovalFlag(boolean approvalFlag) {
this.approvalFlag = approvalFlag;
}
/** /**
* *
* Gets the status reason of the change item. * Gets the status reason of the change item.