Skip to content
Snippets Groups Projects
Commit 2c704f48 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added organization_id for JSON

parent 079ff6c4
Branches
Tags
No related merge requests found
...@@ -162,6 +162,11 @@ public class VipsLogicUser implements Serializable { ...@@ -162,6 +162,11 @@ public class VipsLogicUser implements Serializable {
public Organization getOrganizationId() { public Organization getOrganizationId() {
return organizationId; return organizationId;
} }
@Transient
public Integer getOrganization_id(){
return organizationId.getOrganizationId();
}
public void setOrganizationId(Organization organizationId) { public void setOrganizationId(Organization organizationId) {
this.organizationId = organizationId; this.organizationId = organizationId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment