public class CommunicationsTSPairModel
extends java.lang.Object
Constructor and Description |
---|
CommunicationsTSPairModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Getter for description
The description of the transaction/service type pair.
|
java.util.ArrayList<java.lang.String> |
getRequiredParameters()
Getter for requiredParameters
List of the parameters (among Charge, Minutes and Lines) that will be used for calculation for this T/S pair.
|
java.lang.String |
getServiceType()
Getter for serviceType
The name of the service type.
|
java.lang.Integer |
getServiceTypeId()
Getter for serviceTypeId
The numeric Id of the service type.
|
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 |
setDescription(java.lang.String value)
Setter for description
The description of the transaction/service type pair.
|
void |
setRequiredParameters(java.util.ArrayList<java.lang.String> value)
Setter for requiredParameters
List of the parameters (among Charge, Minutes and Lines) that will be used for calculation for this T/S pair.
|
void |
setServiceType(java.lang.String value)
Setter for serviceType
The name of the service type.
|
void |
setServiceTypeId(java.lang.Integer value)
Setter for serviceTypeId
The numeric Id of the service 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 CommunicationsTSPairModel
|
public java.lang.Integer getTransactionTypeId()
public void setTransactionTypeId(java.lang.Integer value)
public java.lang.Integer getServiceTypeId()
public void setServiceTypeId(java.lang.Integer value)
public java.lang.String getTransactionType()
public void setTransactionType(java.lang.String value)
public java.lang.String getServiceType()
public void setServiceType(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.util.ArrayList<java.lang.String> getRequiredParameters()
public void setRequiredParameters(java.util.ArrayList<java.lang.String> value)
public java.lang.String toString()
toString
in class java.lang.Object