Package io.gs2.project.model
Class Receipt
java.lang.Object
io.gs2.project.model.Receipt
- All Implemented Interfaces:
IModel,Serializable,Comparable<Receipt>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ReceiptfromJson(com.fasterxml.jackson.databind.JsonNode data) getDate()getName()inthashCode()voidsetAccountName(String accountName) voidvoidsetCreatedAt(Long createdAt) voidvoidvoidvoidsetReceiptId(String receiptId) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAccountName(String accountName) withAmount(String amount) withCreatedAt(Long createdAt) withPdfUrl(String pdfUrl) withReceiptId(String receiptId) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Receipt
public Receipt()
-
-
Method Details
-
getReceiptId
-
setReceiptId
-
withReceiptId
-
getAccountName
-
setAccountName
-
withAccountName
-
getName
-
setName
-
withName
-
getDate
-
setDate
-
withDate
-
getAmount
-
setAmount
-
withAmount
-
getPdfUrl
-
setPdfUrl
-
withPdfUrl
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Receipt>
-
hashCode
public int hashCode() -
equals
-