Package net.daveray.rewardsapi.data
Class Transactions
java.lang.Object
net.daveray.rewardsapi.data.Transactions
JDBC style @Table
with lombok style @Data
and @NoArgsConstructor to support Jackson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@NonNull String@NonNull IntegergetId()@NonNull String@NonNull StringgetMonid()@NonNull StringgetName()@NonNull LonginthashCode()voidvoidsetCustomerId(@NonNull Integer customerId) voidvoidvoidvoidvoidsetUnixtime(@NonNull Long unixtime) voidsetVersion(Integer version) toString()
-
Constructor Details
-
Transactions
public Transactions()
-
-
Method Details
-
getId
-
getVersion
-
getUnixtime
-
getLemois
-
getMonid
-
getCustomerId
-
getName
-
getAmount
-
setId
-
setVersion
-
setUnixtime
-
setLemois
-
setMonid
-
setCustomerId
-
setName
-
setAmount
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-