BAEL-6572: Added setter for id
This commit is contained in:
parent
f0f66ceba9
commit
736fe8dee1
|
@ -15,6 +15,10 @@ public class LicenseDto {
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setId(UUID id) {
|
||||||
|
this.id = id;
|
||||||
|
}
|
||||||
|
|
||||||
public LocalDateTime getStartDate() {
|
public LocalDateTime getStartDate() {
|
||||||
return startDate;
|
return startDate;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue