getter / setter
parent
27748ca126
commit
bc4da02226
|
|
@ -243,6 +243,14 @@ public class ChangeItem {
|
||||||
// this.flagCancel = flagCancel;
|
// this.flagCancel = flagCancel;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
public double getPlanTime() {
|
||||||
|
return this.planTime;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setPlanTime(double planTime) {
|
||||||
|
this.planTime = planTime;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves the package name.
|
* Retrieves the package name.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue