Class CustomerAccount
java.lang.Object
io.awspring.spring.data.examples.model.CustomerAccount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNote()getPk()getSk()static CustomerAccountnote(String accountId, String noteId, AccountNote note) static CustomerAccountpayment(String accountId, String methodId, PaymentMethod payment) static CustomerAccountprofile(String accountId, AccountProfile profile) voidsetNote(AccountNote note) voidsetPayment(PaymentMethod payment) voidvoidsetProfile(AccountProfile profile) void
-
Constructor Details
-
CustomerAccount
public CustomerAccount()
-
-
Method Details
-
profile
-
payment
-
note
-
getPk
-
setPk
-
getSk
-
setSk
-
getProfile
-
setProfile
-
getPayment
-
setPayment
-
getNote
-
setNote
-