Class SingleDebitOrCreditEntryCommand
java.lang.Object
org.apache.fineract.client.models.SingleDebitOrCreditEntryCommand
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class SingleDebitOrCreditEntryCommand
extends Object
SingleDebitOrCreditEntryCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParametersPassedInRequestItem(String parametersPassedInRequestItem) amount(BigDecimal amount) commentsChanged(Boolean commentsChanged) booleanGet amountGet commentsGet commentsChangedGet glAccountIdGet glAccountIdChangedGet glAmountChangedGet parametersPassedInRequestglAccountId(Long glAccountId) glAccountIdChanged(Boolean glAccountIdChanged) glAmountChanged(Boolean glAmountChanged) inthashCode()parametersPassedInRequest(Set<String> parametersPassedInRequest) voidsetAmount(BigDecimal amount) voidsetComments(String comments) voidsetCommentsChanged(Boolean commentsChanged) voidsetGlAccountId(Long glAccountId) voidsetGlAccountIdChanged(Boolean glAccountIdChanged) voidsetGlAmountChanged(Boolean glAmountChanged) voidsetParametersPassedInRequest(Set<String> parametersPassedInRequest) toString()
-
Field Details
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_COMMENTS
- See Also:
-
SERIALIZED_NAME_COMMENTS_CHANGED
- See Also:
-
SERIALIZED_NAME_GL_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_GL_ACCOUNT_ID_CHANGED
- See Also:
-
SERIALIZED_NAME_GL_AMOUNT_CHANGED
- See Also:
-
SERIALIZED_NAME_PARAMETERS_PASSED_IN_REQUEST
- See Also:
-
-
Constructor Details
-
SingleDebitOrCreditEntryCommand
public SingleDebitOrCreditEntryCommand()
-
-
Method Details
-
amount
-
getAmount
Get amount- Returns:
- amount
-
setAmount
-
comments
-
getComments
Get comments- Returns:
- comments
-
setComments
-
commentsChanged
-
getCommentsChanged
Get commentsChanged- Returns:
- commentsChanged
-
setCommentsChanged
-
glAccountId
-
getGlAccountId
Get glAccountId- Returns:
- glAccountId
-
setGlAccountId
-
glAccountIdChanged
-
getGlAccountIdChanged
Get glAccountIdChanged- Returns:
- glAccountIdChanged
-
setGlAccountIdChanged
-
glAmountChanged
-
getGlAmountChanged
Get glAmountChanged- Returns:
- glAmountChanged
-
setGlAmountChanged
-
parametersPassedInRequest
public SingleDebitOrCreditEntryCommand parametersPassedInRequest(Set<String> parametersPassedInRequest) -
addParametersPassedInRequestItem
public SingleDebitOrCreditEntryCommand addParametersPassedInRequestItem(String parametersPassedInRequestItem) -
getParametersPassedInRequest
Get parametersPassedInRequest- Returns:
- parametersPassedInRequest
-
setParametersPassedInRequest
-
equals
-
hashCode
public int hashCode() -
toString
-