Package io.gs2.formation.model
Class Form
java.lang.Object
io.gs2.formation.model.Form
- All Implemented Interfaces:
IModel,Serializable,Comparable<Form>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic FormfromJson(com.fasterxml.jackson.databind.JsonNode data) getIndex()getName()getSlots()inthashCode()voidsetCreatedAt(Long createdAt) voidvoidvoidvoidsetRevision(Long revision) voidvoidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withFormId(String formId) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Form
public Form()
-
-
Method Details
-
getFormId
-
setFormId
-
withFormId
-
getName
-
setName
-
withName
-
getIndex
-
setIndex
-
withIndex
-
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<Form>
-
hashCode
public int hashCode() -
equals
-