Package io.gs2.project.model
Class Account
java.lang.Object
io.gs2.project.model.Account
- All Implemented Interfaces:
IModel,Serializable,Comparable<Account>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic AccountfromJson(com.fasterxml.jackson.databind.JsonNode data) getEmail()getName()inthashCode()voidsetAccountId(String accountId) voidsetCompanyName(String companyName) voidsetCreatedAt(Long createdAt) voidvoidsetFullName(String fullName) voidvoidsetOwnerId(String ownerId) voidvoidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAccountId(String accountId) withCompanyName(String companyName) withCreatedAt(Long createdAt) withFullName(String fullName) withOwnerId(String ownerId) withStatus(String status) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
getAccountId
-
setAccountId
-
withAccountId
-
getOwnerId
-
setOwnerId
-
withOwnerId
-
getName
-
setName
-
withName
-
getEmail
-
setEmail
-
withEmail
-
getFullName
-
setFullName
-
withFullName
-
getCompanyName
-
setCompanyName
-
withCompanyName
-
getStatus
-
setStatus
-
withStatus
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Account>
-
hashCode
public int hashCode() -
equals
-