Class Account

java.lang.Object
io.gs2.project.model.Account
All Implemented Interfaces:
IModel, Serializable, Comparable<Account>

public class Account extends Object implements IModel, Serializable, Comparable<Account>
See Also:
  • Constructor Details

    • Account

      public Account()
  • Method Details

    • getAccountId

      public String getAccountId()
    • setAccountId

      public void setAccountId(String accountId)
    • withAccountId

      public Account withAccountId(String accountId)
    • getOwnerId

      public String getOwnerId()
    • setOwnerId

      public void setOwnerId(String ownerId)
    • withOwnerId

      public Account withOwnerId(String ownerId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Account withName(String name)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • withEmail

      public Account withEmail(String email)
    • getFullName

      public String getFullName()
    • setFullName

      public void setFullName(String fullName)
    • withFullName

      public Account withFullName(String fullName)
    • getCompanyName

      public String getCompanyName()
    • setCompanyName

      public void setCompanyName(String companyName)
    • withCompanyName

      public Account withCompanyName(String companyName)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • withStatus

      public Account withStatus(String status)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Account withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Account withUpdatedAt(Long updatedAt)
    • fromJson

      public static Account fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(Account o)
      Specified by:
      compareTo in interface Comparable<Account>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object