Class ReconcileAccount

    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getAccountName

        public String getAccountName()
        Gets value for attribute accountName
      • setAccountName

        public void setAccountName​(String accountName)
        Sets value for attribute accountName
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getProcessId

        public Long getProcessId()
        Gets value for attribute processId
      • setProcessId

        public void setProcessId​(Long processId)
        Sets value for attribute processId
      • getProposedAction

        public AccountProposedAction getProposedAction()
        Gets value for attribute proposedAction
      • setProposedAction

        public void setProposedAction​(AccountProposedAction proposedAction)
        Sets value for attribute proposedAction
      • getDispatcher

        public String getDispatcher()
        Gets value for attribute dispatcher
      • setDispatcher

        public void setDispatcher​(String dispatcher)
        Sets value for attribute dispatcher
      • getPrimaryGroup

        public String getPrimaryGroup()
        Gets value for attribute primaryGroup
      • setPrimaryGroup

        public void setPrimaryGroup​(String primaryGroup)
        Sets value for attribute primaryGroup
      • getUserCode

        public String getUserCode()
        Gets value for attribute userCode
      • setUserCode

        public void setUserCode​(String userCode)
        Sets value for attribute userCode
      • getUserType

        public String getUserType()
        Gets value for attribute userType
      • setUserType

        public void setUserType​(String userType)
        Sets value for attribute userType
      • getUserFullName

        public String getUserFullName()
        Gets value for attribute userFullName
      • setUserFullName

        public void setUserFullName​(String userFullName)
        Sets value for attribute userFullName
      • getAccountType

        public AccountType getAccountType()
        Gets value for attribute accountType
      • setAccountType

        public void setAccountType​(AccountType accountType)
        Sets value for attribute accountType
      • isActive

        public boolean isActive()
        Gets value for attribute active
      • setActive

        public void setActive​(boolean active)
        Sets value for attribute active
      • getNewAccount

        public Boolean getNewAccount()
        Gets value for attribute newAccount
      • setNewAccount

        public void setNewAccount​(Boolean newAccount)
        Sets value for attribute newAccount
      • getDeletedAccount

        public Boolean getDeletedAccount()
        Gets value for attribute deletedAccount
      • setDeletedAccount

        public void setDeletedAccount​(Boolean deletedAccount)
        Sets value for attribute deletedAccount
      • getAttributes

        public Map<String,​Object> getAttributes()
        Gets value for attribute attributes
      • setAttributes

        public void setAttributes​(Map<String,​Object> attributes)
        Sets value for attribute attributes
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object