Package nxt.dgs

Class DigitalGoodsHome.Purchase

java.lang.Object
nxt.dgs.DigitalGoodsHome.Purchase
Enclosing class:
DigitalGoodsHome

public final class DigitalGoodsHome.Purchase extends Object
  • Method Details

    • getId

      public long getId()
    • getBuyerId

      public long getBuyerId()
    • getGoodsId

      public long getGoodsId()
    • getSellerId

      public long getSellerId()
    • getQuantity

      public int getQuantity()
    • getPriceNQT

      public long getPriceNQT()
    • getDeliveryDeadlineTimestamp

      public int getDeliveryDeadlineTimestamp()
    • getNote

      public EncryptedData getNote()
    • isPending

      public boolean isPending()
    • getTimestamp

      public int getTimestamp()
    • getEncryptedGoods

      public EncryptedData getEncryptedGoods()
    • goodsIsText

      public boolean goodsIsText()
    • getRefundNote

      public EncryptedData getRefundNote()
    • hasFeedbackNotes

      public boolean hasFeedbackNotes()
    • getFeedbackNotes

      public List<EncryptedData> getFeedbackNotes()
    • hasPublicFeedbacks

      public boolean hasPublicFeedbacks()
    • getPublicFeedbacks

      public List<String> getPublicFeedbacks()
    • getDiscountNQT

      public long getDiscountNQT()
    • getRefundNQT

      public long getRefundNQT()
    • getDGSHome

      public DigitalGoodsHome getDGSHome()
    • getChildChain

      public ChildChain getChildChain()