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
|
java.lang.String |
getOffer()
Getter for offer
Offer to be associated
|
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
|
void |
setOffer(java.lang.String value)
Setter for offer
Offer to be associated
|
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 getOffer()
public void setOffer(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Object