Class Wallet

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

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

    • Wallet

      public Wallet()
  • Method Details

    • getWalletId

      public String getWalletId()
    • setWalletId

      public void setWalletId(String walletId)
    • withWalletId

      public Wallet withWalletId(String walletId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public Wallet withUserId(String userId)
    • getSlot

      public Integer getSlot()
    • setSlot

      public void setSlot(Integer slot)
    • withSlot

      public Wallet withSlot(Integer slot)
    • getPaid

      public Integer getPaid()
    • setPaid

      public void setPaid(Integer paid)
    • withPaid

      public Wallet withPaid(Integer paid)
    • getFree

      public Integer getFree()
    • setFree

      public void setFree(Integer free)
    • withFree

      public Wallet withFree(Integer free)
    • getDetail

      public List<WalletDetail> getDetail()
    • setDetail

      public void setDetail(List<WalletDetail> detail)
    • withDetail

      public Wallet withDetail(List<WalletDetail> detail)
    • getShareFree

      public Boolean getShareFree()
    • setShareFree

      public void setShareFree(Boolean shareFree)
    • withShareFree

      public Wallet withShareFree(Boolean shareFree)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Wallet withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Wallet withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Wallet withRevision(Long revision)
    • fromJson

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

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

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

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

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