Change visibility to private
This commit is contained in:
parent
f639e25392
commit
ea62b14596
@ -12,10 +12,10 @@ import java.util.Objects;
|
|||||||
@Embeddable
|
@Embeddable
|
||||||
public class EmploymentKey implements IEmploymentKey, Serializable {
|
public class EmploymentKey implements IEmploymentKey, Serializable {
|
||||||
@ManyToOne(targetEntity = Driver.class)
|
@ManyToOne(targetEntity = Driver.class)
|
||||||
IDriver driver;
|
private IDriver driver;
|
||||||
|
|
||||||
@ManyToOne(targetEntity = Organization.class)
|
@ManyToOne(targetEntity = Organization.class)
|
||||||
IOrganization organization;
|
private IOrganization organization;
|
||||||
|
|
||||||
public EmploymentKey() {
|
public EmploymentKey() {
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user