Class TellerTransactionData
java.lang.Object
org.apache.fineract.client.models.TellerTransactionData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class TellerTransactionData
extends Object
TellerTransactionData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet amountGet cashierIdGet clientIdgetId()Get idGet officeIdGet postingDateGet tellerIdgetType()Get typeinthashCode()postingDate(LocalDate postingDate) voidvoidsetCashierId(Long cashierId) voidsetClientId(Long clientId) voidvoidsetOfficeId(Long officeId) voidsetPostingDate(LocalDate postingDate) voidsetTellerId(Long tellerId) voidsetType(EnumOptionData type) toString()type(EnumOptionData type)
-
Field Details
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_CASHIER_ID
- See Also:
-
SERIALIZED_NAME_CLIENT_ID
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_OFFICE_ID
- See Also:
-
SERIALIZED_NAME_POSTING_DATE
- See Also:
-
SERIALIZED_NAME_TELLER_ID
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
TellerTransactionData
public TellerTransactionData()
-
-
Method Details
-
amount
-
getAmount
Get amount- Returns:
- amount
-
setAmount
-
cashierId
-
getCashierId
Get cashierId- Returns:
- cashierId
-
setCashierId
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
id
-
getId
Get id- Returns:
- id
-
setId
-
officeId
-
getOfficeId
Get officeId- Returns:
- officeId
-
setOfficeId
-
postingDate
-
getPostingDate
Get postingDate- Returns:
- postingDate
-
setPostingDate
-
tellerId
-
getTellerId
Get tellerId- Returns:
- tellerId
-
setTellerId
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-