getter setter
parent
c96e926f75
commit
993f2e4f6d
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue