added setValue method to DESAssignment
This commit is contained in:
parent
9687ff1fa9
commit
2469264049
@ -29,4 +29,8 @@ public class DESAssignment{
|
||||
return value;
|
||||
}
|
||||
|
||||
public void setValue(Double value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user