Package io.gs2.formation.model
Class FormModelMaster
java.lang.Object
io.gs2.formation.model.FormModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<FormModelMaster>
public class FormModelMaster
extends Object
implements IModel, Serializable, Comparable<FormModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic FormModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getSlots()inthashCode()voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetFormModelId(String formModelId) voidsetMetadata(String metadata) voidvoidsetRevision(Long revision) voidvoidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withDescription(String description) withFormModelId(String formModelId) withMetadata(String metadata) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
FormModelMaster
public FormModelMaster()
-
-
Method Details
-
getFormModelId
-
setFormModelId
-
withFormModelId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getSlots
-
setSlots
-
withSlots
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<FormModelMaster>
-
hashCode
public int hashCode() -
equals
-