public class SchTradeResponseStatus
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
wmComments |
private int |
wmStatus |
private int |
wmTradeResponseId |
| Constructor and Description |
|---|
SchTradeResponseStatus() |
SchTradeResponseStatus(int wmTradeResponseId,
int wmStatus,
java.lang.String wmComments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getWmComments()
Gets the wmComments value for this SchTradeResponseStatus.
|
int |
getWmStatus()
Gets the wmStatus value for this SchTradeResponseStatus.
|
int |
getWmTradeResponseId()
Gets the wmTradeResponseId value for this SchTradeResponseStatus.
|
int |
hashCode() |
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchTradeResponseStatus.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this SchTradeResponseStatus.
|
void |
setWmTradeResponseId(int wmTradeResponseId)
Sets the wmTradeResponseId value for this SchTradeResponseStatus.
|
private int wmTradeResponseId
private int wmStatus
private java.lang.String wmComments
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTradeResponseStatus()
public SchTradeResponseStatus(int wmTradeResponseId,
int wmStatus,
java.lang.String wmComments)
public int getWmTradeResponseId()
public void setWmTradeResponseId(int wmTradeResponseId)
wmTradeResponseId - Response IDpublic int getWmStatus()
SchTradeResponseStatuspublic void setWmStatus(int wmStatus)
wmStatus - Response statusSchTradeResponseStatuspublic java.lang.String getWmComments()
public void setWmComments(java.lang.String wmComments)
wmComments - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.