rsanchez
2014-10-17 5805f0a08e69de728bd891d1c09ff32fc297977a
securis/src/main/java/net/curisit/securis/db/LicenseType.java
....@@ -52,6 +52,7 @@
5252 private String description;
5353
5454 @Column(name = "creation_timestamp")
55
+ @JsonProperty("creation_timestamp")
5556 private Date creationTimestamp;
5657
5758 @JsonIgnore
....@@ -70,7 +71,7 @@
7071 this.metadata = metadata;
7172 }
7273
73
- public int getId() {
74
+ public Integer getId() {
7475 return id;
7576 }
7677