| | |
| | | } |
| | | |
| | | public void setNodynamiccruxsJson(String nodynamiccruxsJson) { |
| | | if (this.nodynamiccruxs != null) { |
| | | this.nodynamiccruxsJson = new Gson().toJson(this.nodynamiccruxs); |
| | | } else { |
| | | this.nodynamiccruxsJson = nodynamiccruxsJson; |
| | | } |
| | | this.nodynamiccruxsJson = nodynamiccruxsJson; |
| | | } |
| | | |
| | | public String getDynamiccruxsJson() { |
| | |
| | | } |
| | | |
| | | public void setDynamiccruxsJson(String dynamiccruxsJson) { |
| | | if (this.dynamiccruxs != null) { |
| | | this.dynamiccruxsJson = new Gson().toJson(this.dynamiccruxs); |
| | | } else { |
| | | this.dynamiccruxsJson = dynamiccruxsJson; |
| | | } |
| | | this.dynamiccruxsJson = dynamiccruxsJson; |
| | | } |
| | | |
| | | public List<String> getNodynamiccruxs() { |