Package io.gs2.formation.model
Class Mold
java.lang.Object
io.gs2.formation.model.Mold
- All Implemented Interfaces:
IModel,Serializable,Comparable<Mold>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic MoldfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetCapacity(Integer capacity) voidsetCreatedAt(Long createdAt) voidvoidvoidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCapacity(Integer capacity) withCreatedAt(Long createdAt) withMoldId(String moldId) withRevision(Long revision) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
Mold
public Mold()
-
-
Method Details
-
getMoldId
-
setMoldId
-
withMoldId
-
getName
-
setName
-
withName
-
getUserId
-
setUserId
-
withUserId
-
getCapacity
-
setCapacity
-
withCapacity
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Mold>
-
hashCode
public int hashCode() -
equals
-