public class SchTrade
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
gswProposalAgentId |
private int |
gswResponseAgentId |
private double |
wmApproveDateTime |
private java.lang.String |
wmApprovingUser |
private java.lang.String |
wmComments |
private double[] |
wmDays |
private int |
wmDaysNSizeIs |
private double |
wmExpireDateTime |
private int |
wmProposalPaidMinutes |
private int |
wmResponsePaidMinutes |
private int |
wmSiteId |
private int |
wmStatus |
private double |
wmSubmitDateTime |
private int |
wmTradeId |
private int |
wmTradeProposalId |
private int |
wmTradeResponseId |
Constructor and Description |
---|
SchTrade() |
SchTrade(int wmTradeId,
int wmTradeResponseId,
int wmTradeProposalId,
int wmSiteId,
int gswProposalAgentId,
int gswResponseAgentId,
java.lang.String wmComments,
int wmStatus,
int wmProposalPaidMinutes,
int wmResponsePaidMinutes,
double wmSubmitDateTime,
double wmExpireDateTime,
double wmApproveDateTime,
java.lang.String wmApprovingUser,
int wmDaysNSizeIs,
double[] wmDays) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswProposalAgentId()
Gets the gswProposalAgentId value for this SchTrade.
|
int |
getGswResponseAgentId()
Gets the gswResponseAgentId value for this SchTrade.
|
double |
getWmApproveDateTime()
Gets the wmApproveDateTime value for this SchTrade.
|
java.lang.String |
getWmApprovingUser()
Gets the wmApprovingUser value for this SchTrade.
|
java.lang.String |
getWmComments()
Gets the wmComments value for this SchTrade.
|
double[] |
getWmDays()
Gets the wmDays value for this SchTrade.
|
int |
getWmDaysNSizeIs()
Gets the wmDaysNSizeIs value for this SchTrade.
|
double |
getWmExpireDateTime()
Gets the wmExpireDateTime value for this SchTrade.
|
int |
getWmProposalPaidMinutes()
Gets the wmProposalPaidMinutes value for this SchTrade.
|
int |
getWmResponsePaidMinutes()
Gets the wmResponsePaidMinutes value for this SchTrade.
|
int |
getWmSiteId()
Gets the wmSiteId value for this SchTrade.
|
int |
getWmStatus()
Gets the wmStatus value for this SchTrade.
|
double |
getWmSubmitDateTime()
Gets the wmSubmitDateTime value for this SchTrade.
|
int |
getWmTradeId()
Gets the wmTradeId value for this SchTrade.
|
int |
getWmTradeProposalId()
Gets the wmTradeProposalId value for this SchTrade.
|
int |
getWmTradeResponseId()
Gets the wmTradeResponseId value for this SchTrade.
|
int |
hashCode() |
void |
setGswProposalAgentId(int gswProposalAgentId)
Sets the gswProposalAgentId value for this SchTrade.
|
void |
setGswResponseAgentId(int gswResponseAgentId)
Sets the gswResponseAgentId value for this SchTrade.
|
void |
setWmApproveDateTime(double wmApproveDateTime)
Sets the wmApproveDateTime value for this SchTrade.
|
void |
setWmApprovingUser(java.lang.String wmApprovingUser)
Sets the wmApprovingUser value for this SchTrade.
|
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchTrade.
|
void |
setWmDays(double[] wmDays)
Sets the wmDays value for this SchTrade.
|
void |
setWmDaysNSizeIs(int wmDaysNSizeIs)
Sets the wmDaysNSizeIs value for this SchTrade.
|
void |
setWmExpireDateTime(double wmExpireDateTime)
Sets the wmExpireDateTime value for this SchTrade.
|
void |
setWmProposalPaidMinutes(int wmProposalPaidMinutes)
Sets the wmProposalPaidMinutes value for this SchTrade.
|
void |
setWmResponsePaidMinutes(int wmResponsePaidMinutes)
Sets the wmResponsePaidMinutes value for this SchTrade.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this SchTrade.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this SchTrade.
|
void |
setWmSubmitDateTime(double wmSubmitDateTime)
Sets the wmSubmitDateTime value for this SchTrade.
|
void |
setWmTradeId(int wmTradeId)
Sets the wmTradeId value for this SchTrade.
|
void |
setWmTradeProposalId(int wmTradeProposalId)
Sets the wmTradeProposalId value for this SchTrade.
|
void |
setWmTradeResponseId(int wmTradeResponseId)
Sets the wmTradeResponseId value for this SchTrade.
|
private int wmTradeId
private int wmTradeResponseId
private int wmTradeProposalId
private int wmSiteId
private int gswProposalAgentId
private int gswResponseAgentId
private java.lang.String wmComments
private int wmStatus
private int wmProposalPaidMinutes
private int wmResponsePaidMinutes
private double wmSubmitDateTime
private double wmExpireDateTime
private double wmApproveDateTime
private java.lang.String wmApprovingUser
private int wmDaysNSizeIs
private double[] wmDays
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTrade()
public SchTrade(int wmTradeId, int wmTradeResponseId, int wmTradeProposalId, int wmSiteId, int gswProposalAgentId, int gswResponseAgentId, java.lang.String wmComments, int wmStatus, int wmProposalPaidMinutes, int wmResponsePaidMinutes, double wmSubmitDateTime, double wmExpireDateTime, double wmApproveDateTime, java.lang.String wmApprovingUser, int wmDaysNSizeIs, double[] wmDays)
public int getWmTradeId()
public void setWmTradeId(int wmTradeId)
wmTradeId
- A unique trade IDpublic int getWmTradeResponseId()
public void setWmTradeResponseId(int wmTradeResponseId)
wmTradeResponseId
- An ID of response in tradepublic int getWmTradeProposalId()
public void setWmTradeProposalId(int wmTradeProposalId)
wmTradeProposalId
- An ID of proposal in tradepublic int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- Site IDpublic int getGswProposalAgentId()
public void setGswProposalAgentId(int gswProposalAgentId)
gswProposalAgentId
- Proposing agent IDpublic int getGswResponseAgentId()
public void setGswResponseAgentId(int gswResponseAgentId)
gswResponseAgentId
- Responding agent IDpublic java.lang.String getWmComments()
public void setWmComments(java.lang.String wmComments)
wmComments
- May contain a reason why trade was declined (if it was).public int getWmStatus()
ESchTradeStatus
public void setWmStatus(int wmStatus)
wmStatus
- Trade StatusESchTradeStatus
public int getWmProposalPaidMinutes()
public void setWmProposalPaidMinutes(int wmProposalPaidMinutes)
wmProposalPaidMinutes
- Total of proposed schedule trade paid minutespublic int getWmResponsePaidMinutes()
public void setWmResponsePaidMinutes(int wmResponsePaidMinutes)
wmResponsePaidMinutes
- Total of response schedule trade paid minutespublic double getWmSubmitDateTime()
public void setWmSubmitDateTime(double wmSubmitDateTime)
wmSubmitDateTime
- A date and time when trade record was created.public double getWmExpireDateTime()
public void setWmExpireDateTime(double wmExpireDateTime)
wmExpireDateTime
- A trade expiration date and timepublic double getWmApproveDateTime()
public void setWmApproveDateTime(double wmApproveDateTime)
wmApproveDateTime
- Time of approval (if trade was approved)public java.lang.String getWmApprovingUser()
public void setWmApprovingUser(java.lang.String wmApprovingUser)
wmApprovingUser
- Approving user name (if trade was approved)public int getWmDaysNSizeIs()
public void setWmDaysNSizeIs(int wmDaysNSizeIs)
wmDaysNSizeIs
- Dates array sizepublic double[] getWmDays()
public void setWmDays(double[] wmDays)
wmDays
- Trade dates arraypublic 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.