public class FirmClientLinkageInputModel
extends java.lang.Object
Constructor and Description |
---|
FirmClientLinkageInputModel() |
Modifier and Type | Method and 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
|
public java.lang.Integer getClientAccountId()
public void setClientAccountId(java.lang.Integer value)
public java.lang.String getClientAccountName()
public void setClientAccountName(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object