Class ShareAccountTransactionData
java.lang.Object
org.apache.fineract.client.models.ShareAccountTransactionData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ShareAccountTransactionData
extends Object
ShareAccountTransactionData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamount(BigDecimal amount) amountPaid(BigDecimal amountPaid) chargeAmount(BigDecimal chargeAmount) booleanGet accountIdGet amountGet amountPaidGet chargeAmountgetId()Get idGet numberOfSharesGet purchasedDateGet purchasedPriceGet statusgetType()Get typeinthashCode()numberOfShares(Long numberOfShares) purchasedDate(LocalDate purchasedDate) purchasedPrice(BigDecimal purchasedPrice) voidsetAccountId(Long accountId) voidsetAmount(BigDecimal amount) voidsetAmountPaid(BigDecimal amountPaid) voidsetChargeAmount(BigDecimal chargeAmount) voidvoidsetNumberOfShares(Long numberOfShares) voidsetPurchasedDate(LocalDate purchasedDate) voidsetPurchasedPrice(BigDecimal purchasedPrice) voidsetStatus(EnumOptionData status) voidsetType(EnumOptionData type) status(EnumOptionData status) toString()type(EnumOptionData type)
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_AMOUNT_PAID
- See Also:
-
SERIALIZED_NAME_CHARGE_AMOUNT
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NUMBER_OF_SHARES
- See Also:
-
SERIALIZED_NAME_PURCHASED_DATE
- See Also:
-
SERIALIZED_NAME_PURCHASED_PRICE
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
ShareAccountTransactionData
public ShareAccountTransactionData()
-
-
Method Details
-
accountId
-
getAccountId
Get accountId- Returns:
- accountId
-
setAccountId
-
amount
-
getAmount
Get amount- Returns:
- amount
-
setAmount
-
amountPaid
-
getAmountPaid
Get amountPaid- Returns:
- amountPaid
-
setAmountPaid
-
chargeAmount
-
getChargeAmount
Get chargeAmount- Returns:
- chargeAmount
-
setChargeAmount
-
id
-
getId
Get id- Returns:
- id
-
setId
-
purchasedDate
-
getPurchasedDate
Get purchasedDate- Returns:
- purchasedDate
-
setPurchasedDate
-
purchasedPrice
-
getPurchasedPrice
Get purchasedPrice- Returns:
- purchasedPrice
-
setPurchasedPrice
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-