added unit constructor
This commit is contained in:
parent
c9bf2561cd
commit
3982f6798c
@ -30,6 +30,8 @@ public class Unit extends DomainObject {
|
|||||||
@SortableField
|
@SortableField
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
|
public Unit(){}
|
||||||
|
|
||||||
public Long getId() {
|
public Long getId() {
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user