Package io.gs2.formation.model
Class PropertyForm
java.lang.Object
io.gs2.formation.model.PropertyForm
- All Implemented Interfaces:
IModel,Serializable,Comparable<PropertyForm>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic PropertyFormfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getSlots()inthashCode()voidsetCreatedAt(Long createdAt) voidvoidvoidsetPropertyId(String propertyId) voidsetRevision(Long revision) voidvoidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withFormId(String formId) withPropertyId(String propertyId) withRevision(Long revision) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
PropertyForm
public PropertyForm()
-
-
Method Details
-
getFormId
-
setFormId
-
withFormId
-
getUserId
-
setUserId
-
withUserId
-
getName
-
setName
-
withName
-
getPropertyId
-
setPropertyId
-
withPropertyId
-
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<PropertyForm>
-
hashCode
public int hashCode() -
equals
-