public class SchTradeProposal
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
gswAgentId |
private java.lang.String |
wmComments |
private double[] |
wmDays |
private int |
wmDaysNSizeIs |
private double |
wmExpireDateTime |
private int |
wmHandshakeType |
private int |
wmPaidMinutes |
private int |
wmSiteId |
private int |
wmStatus |
private double |
wmSubmitDateTime |
private int |
wmTradeProposalId |
private int |
wmType |
Constructor and Description |
---|
SchTradeProposal() |
SchTradeProposal(int wmTradeProposalId,
int wmSiteId,
int gswAgentId,
int wmType,
int wmHandshakeType,
double wmSubmitDateTime,
double wmExpireDateTime,
int wmStatus,
java.lang.String wmComments,
int wmPaidMinutes,
int wmDaysNSizeIs,
double[] wmDays) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswAgentId()
Gets the gswAgentId value for this SchTradeProposal.
|
java.lang.String |
getWmComments()
Gets the wmComments value for this SchTradeProposal.
|
double[] |
getWmDays()
Gets the wmDays value for this SchTradeProposal.
|
int |
getWmDaysNSizeIs()
Gets the wmDaysNSizeIs value for this SchTradeProposal.
|
double |
getWmExpireDateTime()
Gets the wmExpireDateTime value for this SchTradeProposal.
|
int |
getWmHandshakeType()
Gets the wmHandshakeType value for this SchTradeProposal.
|
int |
getWmPaidMinutes()
Gets the wmPaidMinutes value for this SchTradeProposal.
|
int |
getWmSiteId()
Gets the wmSiteId value for this SchTradeProposal.
|
int |
getWmStatus()
Gets the wmStatus value for this SchTradeProposal.
|
double |
getWmSubmitDateTime()
Gets the wmSubmitDateTime value for this SchTradeProposal.
|
int |
getWmTradeProposalId()
Gets the wmTradeProposalId value for this SchTradeProposal.
|
int |
getWmType()
Gets the wmType value for this SchTradeProposal.
|
int |
hashCode() |
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchTradeProposal.
|
void |
setWmComments(java.lang.String wmComments)
Sets the wmComments value for this SchTradeProposal.
|
void |
setWmDays(double[] wmDays)
Sets the wmDays value for this SchTradeProposal.
|
void |
setWmDaysNSizeIs(int wmDaysNSizeIs)
Sets the wmDaysNSizeIs value for this SchTradeProposal.
|
void |
setWmExpireDateTime(double wmExpireDateTime)
Sets the wmExpireDateTime value for this SchTradeProposal.
|
void |
setWmHandshakeType(int wmHandshakeType)
Sets the wmHandshakeType value for this SchTradeProposal.
|
void |
setWmPaidMinutes(int wmPaidMinutes)
Sets the wmPaidMinutes value for this SchTradeProposal.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this SchTradeProposal.
|
void |
setWmStatus(int wmStatus)
Sets the wmStatus value for this SchTradeProposal.
|
void |
setWmSubmitDateTime(double wmSubmitDateTime)
Sets the wmSubmitDateTime value for this SchTradeProposal.
|
void |
setWmTradeProposalId(int wmTradeProposalId)
Sets the wmTradeProposalId value for this SchTradeProposal.
|
void |
setWmType(int wmType)
Sets the wmType value for this SchTradeProposal.
|
private int wmTradeProposalId
private int wmSiteId
private int gswAgentId
private int wmType
private int wmHandshakeType
private double wmSubmitDateTime
private double wmExpireDateTime
private int wmStatus
private java.lang.String wmComments
private int wmPaidMinutes
private int wmDaysNSizeIs
private double[] wmDays
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SchTradeProposal()
public SchTradeProposal(int wmTradeProposalId, int wmSiteId, int gswAgentId, int wmType, int wmHandshakeType, double wmSubmitDateTime, double wmExpireDateTime, int wmStatus, java.lang.String wmComments, int wmPaidMinutes, int wmDaysNSizeIs, double[] wmDays)
public int getWmTradeProposalId()
public void setWmTradeProposalId(int wmTradeProposalId)
wmTradeProposalId
- Proposal IDpublic int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- Site IDpublic int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- An ID of agent that posted proposalpublic int getWmType()
ESchTradeProposalType
public void setWmType(int wmType)
wmType
- Type of proposal (Personal or Community)ESchTradeProposalType
public int getWmHandshakeType()
ESchTradeHandshakeType
public void setWmHandshakeType(int wmHandshakeType)
wmHandshakeType
- One-way handshake or two-way handshake requiredESchTradeHandshakeType
public double getWmSubmitDateTime()
public void setWmSubmitDateTime(double wmSubmitDateTime)
wmSubmitDateTime
- Date and time when proposal was posted in site time zone.public double getWmExpireDateTime()
public void setWmExpireDateTime(double wmExpireDateTime)
wmExpireDateTime
- Date and time when proposal will expire.public int getWmStatus()
SchTradeProposalStatus
public void setWmStatus(int wmStatus)
wmStatus
- Status of proposalSchTradeProposalStatus
public java.lang.String getWmComments()
public void setWmComments(java.lang.String wmComments)
wmComments
- Comments to proposalpublic int getWmPaidMinutes()
public void setWmPaidMinutes(int wmPaidMinutes)
wmPaidMinutes
- Total paid minutes in proposal agent dayspublic int getWmDaysNSizeIs()
public void setWmDaysNSizeIs(int wmDaysNSizeIs)
wmDaysNSizeIs
- Dates array sizepublic double[] getWmDays()
public void setWmDays(double[] wmDays)
wmDays
- Dates of day schedules in trade proposalpublic 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.