Class FirmClientLinkageInputModel


  • public class FirmClientLinkageInputModel
    extends java.lang.Object
    Account Linkage Input model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getClientAccountId()
      Getter for clientAccountId Client AccountId that needs to be linked to the firm
      java.lang.String getClientAccountName()
      Getter for clientAccountName Client AccountName that needs to be linked to the firm
      void setClientAccountId​(java.lang.Integer value)
      Setter for clientAccountId Client AccountId that needs to be linked to the firm
      void setClientAccountName​(java.lang.String value)
      Setter for clientAccountName Client AccountName that needs to be linked to the firm
      java.lang.String toString()
      Returns a JSON string representation of FirmClientLinkageInputModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FirmClientLinkageInputModel

        public FirmClientLinkageInputModel()
    • Method Detail

      • getClientAccountId

        public java.lang.Integer getClientAccountId()
        Getter for clientAccountId Client AccountId that needs to be linked to the firm
      • setClientAccountId

        public void setClientAccountId​(java.lang.Integer value)
        Setter for clientAccountId Client AccountId that needs to be linked to the firm
      • getClientAccountName

        public java.lang.String getClientAccountName()
        Getter for clientAccountName Client AccountName that needs to be linked to the firm
      • setClientAccountName

        public void setClientAccountName​(java.lang.String value)
        Setter for clientAccountName Client AccountName that needs to be linked to the firm
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of FirmClientLinkageInputModel
        Overrides:
        toString in class java.lang.Object