public static final class DigitalGoodsStore.Purchase extends java.lang.Object implements java.lang.Comparable<DigitalGoodsStore.Purchase>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DigitalGoodsStore.Purchase other) |
java.lang.Long |
getBuyerId() |
int |
getDeliveryDeadlineTimestamp() |
long |
getDiscountNQT() |
EncryptedData |
getEncryptedGoods() |
java.util.List<EncryptedData> |
getFeedbackNotes() |
java.lang.Long |
getGoodsId() |
java.lang.Long |
getId() |
java.lang.String |
getName() |
EncryptedData |
getNote() |
long |
getPriceNQT() |
java.util.List<java.lang.String> |
getPublicFeedback() |
int |
getQuantity() |
EncryptedData |
getRefundNote() |
long |
getRefundNQT() |
java.lang.Long |
getSellerId() |
int |
getTimestamp() |
boolean |
goodsIsText() |
boolean |
isPending() |
void |
setDiscountNQT(long discountNQT) |
void |
setRefundNQT(long refundNQT) |
public java.lang.Long getId()
public java.lang.Long getBuyerId()
public java.lang.Long getGoodsId()
public java.lang.Long getSellerId()
public int getQuantity()
public long getPriceNQT()
public int getDeliveryDeadlineTimestamp()
public EncryptedData getNote()
public boolean isPending()
public int getTimestamp()
public java.lang.String getName()
public EncryptedData getEncryptedGoods()
public boolean goodsIsText()
public EncryptedData getRefundNote()
public java.util.List<EncryptedData> getFeedbackNotes()
public java.util.List<java.lang.String> getPublicFeedback()
public long getDiscountNQT()
public void setDiscountNQT(long discountNQT)
public long getRefundNQT()
public void setRefundNQT(long refundNQT)
public int compareTo(DigitalGoodsStore.Purchase other)
compareTo
in interface java.lang.Comparable<DigitalGoodsStore.Purchase>