public class CommunicationsTransactionTypeModel
extends java.lang.Object
| Constructor and Description |
|---|
CommunicationsTransactionTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTransactionType()
Getter for transactionType
The name of the transaction type.
|
java.lang.Integer |
getTransactionTypeId()
Getter for transactionTypeId
The numeric Id of the transaction type.
|
void |
setTransactionType(java.lang.String value)
Setter for transactionType
The name of the transaction type.
|
void |
setTransactionTypeId(java.lang.Integer value)
Setter for transactionTypeId
The numeric Id of the transaction type.
|
java.lang.String |
toString()
Returns a JSON string representation of CommunicationsTransactionTypeModel
|
public java.lang.Integer getTransactionTypeId()
public void setTransactionTypeId(java.lang.Integer value)
public java.lang.String getTransactionType()
public void setTransactionType(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Object