public class SchTradeProposalStatus
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 |
wmTradeProposalId |
Constructor and Description |
---|
SchTradeProposalStatus() |
SchTradeProposalStatus(int wmTradeProposalId,
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 SchTradeProposalStatus.
|
int |
getWmStatus()
Gets the wmStatus value for this SchTradeProposalStatus.
|
int |
getWmTradeProposalId()
Gets the wmTradeProposalId value for this SchTradeProposalStatus.
|
int |
hashCode() |
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchTradeProposalStatus.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this SchTradeProposalStatus.
|
void |
setWmTradeProposalId(int wmTradeProposalId)
Sets the wmTradeProposalId value for this SchTradeProposalStatus.
|
private int wmTradeProposalId
private int wmStatus
private java.lang.String wmComments
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTradeProposalStatus()
public SchTradeProposalStatus(int wmTradeProposalId, int wmStatus, java.lang.String wmComments)
public int getWmTradeProposalId()
public void setWmTradeProposalId(int wmTradeProposalId)
wmTradeProposalId
- Proposal IDpublic int getWmStatus()
SchTradeProposalStatus
public void setWmStatus(int wmStatus)
wmStatus
- Proposal statusSchTradeProposalStatus
public java.lang.String getWmComments()
public void setWmComments(java.lang.String wmComments)
wmComments
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.