-
public final class Account
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Account(Long id, String accountIdentifier, String realmIdentifier, Integer realmAccountTypeId, Integer accountTypeId, String name, MenigaDecimal balance, MenigaDecimal limit, String accountClass, MenigaDecimal originalBalance, MenigaDecimal committedAmount, String organizationName, String organizationIdentifier, Long realmCredentialsId, AccountAuthorizationTypeName accountAuthorizationType, Long orderId, Boolean isImportAccount, DateTime lastUpdate, Long personId, String userEmail, DateTime createDate, AccountCategory accountCategory, AccountCategory accountType, MenigaDecimal emergencyFundBalanceLimit, Boolean inactive, DateTime attachedToUserDate, Boolean isHidden, Boolean isDisabled, List<AccountMetaData> metadata, String currencyCode, String accountRoleExternal, String accountStatusExternal, MenigaDecimal balanceInUserCurrency, MenigaDecimal limitInUserCurrency)
-
Method Summary
-
-
Constructor Detail
-
Account
Account(Long id, String accountIdentifier, String realmIdentifier, Integer realmAccountTypeId, Integer accountTypeId, String name, MenigaDecimal balance, MenigaDecimal limit, String accountClass, MenigaDecimal originalBalance, MenigaDecimal committedAmount, String organizationName, String organizationIdentifier, Long realmCredentialsId, AccountAuthorizationTypeName accountAuthorizationType, Long orderId, Boolean isImportAccount, DateTime lastUpdate, Long personId, String userEmail, DateTime createDate, AccountCategory accountCategory, AccountCategory accountType, MenigaDecimal emergencyFundBalanceLimit, Boolean inactive, DateTime attachedToUserDate, Boolean isHidden, Boolean isDisabled, List<AccountMetaData> metadata, String currencyCode, String accountRoleExternal, String accountStatusExternal, MenigaDecimal balanceInUserCurrency, MenigaDecimal limitInUserCurrency)
-
-
Method Detail
-
component1
final Long component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final Integer component4()
-
component5
final Integer component5()
-
component6
final String component6()
-
component7
final MenigaDecimal component7()
-
component8
final MenigaDecimal component8()
-
component9
final String component9()
-
component10
final MenigaDecimal component10()
-
component11
final MenigaDecimal component11()
-
component12
final String component12()
-
component13
final String component13()
-
component14
final Long component14()
-
component15
final AccountAuthorizationTypeName component15()
-
component16
final Long component16()
-
component17
final Boolean component17()
-
component18
final DateTime component18()
-
component19
final Long component19()
-
component20
final String component20()
-
component21
final DateTime component21()
-
component22
final AccountCategory component22()
-
component23
final AccountCategory component23()
-
component24
final MenigaDecimal component24()
-
component25
final Boolean component25()
-
component26
final DateTime component26()
-
component27
final Boolean component27()
-
component28
final Boolean component28()
-
component29
final List<AccountMetaData> component29()
-
component30
final String component30()
-
component31
final String component31()
-
component32
final String component32()
-
component33
final MenigaDecimal component33()
-
component34
final MenigaDecimal component34()
-
copy
final Account copy(Long id, String accountIdentifier, String realmIdentifier, Integer realmAccountTypeId, Integer accountTypeId, String name, MenigaDecimal balance, MenigaDecimal limit, String accountClass, MenigaDecimal originalBalance, MenigaDecimal committedAmount, String organizationName, String organizationIdentifier, Long realmCredentialsId, AccountAuthorizationTypeName accountAuthorizationType, Long orderId, Boolean isImportAccount, DateTime lastUpdate, Long personId, String userEmail, DateTime createDate, AccountCategory accountCategory, AccountCategory accountType, MenigaDecimal emergencyFundBalanceLimit, Boolean inactive, DateTime attachedToUserDate, Boolean isHidden, Boolean isDisabled, List<AccountMetaData> metadata, String currencyCode, String accountRoleExternal, String accountStatusExternal, MenigaDecimal balanceInUserCurrency, MenigaDecimal limitInUserCurrency)
-
getAccountIdentifier
final String getAccountIdentifier()
-
getRealmIdentifier
final String getRealmIdentifier()
-
getRealmAccountTypeId
final Integer getRealmAccountTypeId()
-
getAccountTypeId
final Integer getAccountTypeId()
-
getBalance
final MenigaDecimal getBalance()
-
getLimit
final MenigaDecimal getLimit()
-
getAccountClass
final String getAccountClass()
-
getOriginalBalance
final MenigaDecimal getOriginalBalance()
-
getCommittedAmount
final MenigaDecimal getCommittedAmount()
-
getOrganizationName
final String getOrganizationName()
-
getOrganizationIdentifier
final String getOrganizationIdentifier()
-
getRealmCredentialsId
final Long getRealmCredentialsId()
-
getAccountAuthorizationType
final AccountAuthorizationTypeName getAccountAuthorizationType()
-
getOrderId
final Long getOrderId()
-
getIsImportAccount
final Boolean getIsImportAccount()
-
getLastUpdate
final DateTime getLastUpdate()
-
getPersonId
final Long getPersonId()
-
getUserEmail
final String getUserEmail()
-
getCreateDate
final DateTime getCreateDate()
-
getAccountCategory
final AccountCategory getAccountCategory()
-
getAccountType
final AccountCategory getAccountType()
-
getEmergencyFundBalanceLimit
final MenigaDecimal getEmergencyFundBalanceLimit()
-
getInactive
final Boolean getInactive()
-
getAttachedToUserDate
final DateTime getAttachedToUserDate()
-
getIsHidden
final Boolean getIsHidden()
-
getIsDisabled
final Boolean getIsDisabled()
-
getMetadata
final List<AccountMetaData> getMetadata()
-
getCurrencyCode
final String getCurrencyCode()
-
getAccountRoleExternal
final String getAccountRoleExternal()
-
getAccountStatusExternal
final String getAccountStatusExternal()
-
getBalanceInUserCurrency
final MenigaDecimal getBalanceInUserCurrency()
-
getLimitInUserCurrency
final MenigaDecimal getLimitInUserCurrency()
-
-
-
-