Package io.gs2.megaField.model
Class CurrentFieldMaster
java.lang.Object
io.gs2.megaField.model.CurrentFieldMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<CurrentFieldMaster>
public class CurrentFieldMaster
extends Object
implements IModel, Serializable, Comparable<CurrentFieldMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic CurrentFieldMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetNamespaceId(String namespaceId) voidsetSettings(String settings) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceId(String namespaceId) withSettings(String settings)
-
Constructor Details
-
CurrentFieldMaster
public CurrentFieldMaster()
-
-
Method Details
-
getNamespaceId
-
setNamespaceId
-
withNamespaceId
-
getSettings
-
setSettings
-
withSettings
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<CurrentFieldMaster>
-
hashCode
public int hashCode() -
equals
-