public class SchTradeProposal
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
gswAgentId
Proposing Agent ID
|
private int |
gswPersonalAgentId
The ID of the Agent to whom the personal proposal is sent (zero for community).
|
private java.lang.String |
wmComments
Comments
|
private double[] |
wmDays
Dates of day schedules in trade proposal
OleDateTime |
private int |
wmDaysNSizeIs
Number of elements in "wmDays" array
|
private double |
wmExpireDateTime
Date and time when proposal will expire.
|
private int |
wmHandshakeType
Indicator of one-way or two-way handshake being required
ESchTradeHandshakeType |
private int |
wmPaidMinutes
Total paid minutes in proposal agent days
|
private int |
wmSiteId
Site ID
|
private int |
wmStatus
Status of proposal
SchTradeProposalStatus |
private double |
wmSubmitDateTime
Date and time when proposal was posted in site time zone.
|
private int |
wmTradeProposalId
Proposal ID
|
private int |
wmType
Type of proposal (Personal or Community)
ESchTradeHandshakeType |
Constructor and Description |
---|
SchTradeProposal() |
SchTradeProposal(int wmTradeProposalId,
int wmSiteId,
int gswAgentId,
int wmType,
int gswPersonalAgentId,
int wmHandshakeType,
double wmSubmitDateTime,
double wmExpireDateTime,
int wmStatus,
java.lang.String wmComments,
int wmPaidMinutes,
int wmDaysNSizeIs,
double[] wmDays) |
Modifier and Type | Method and Description |
---|---|
int |
getGswAgentId()
Gets the gswAgentId value for this SchTradeProposal.
|
int |
getGswPersonalAgentId()
Gets the gswPersonalAgentId 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.
|
void |
setGswAgentId(int gswAgentId)
Sets the gswAgentId value for this SchTradeProposal.
|
void |
setGswPersonalAgentId(int gswPersonalAgentId)
Sets the gswPersonalAgentId 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
ESchTradeHandshakeType
private int gswPersonalAgentId
private int wmHandshakeType
ESchTradeHandshakeType
private double wmSubmitDateTime
OleDateTime
private double wmExpireDateTime
OleDateTime
private int wmStatus
SchTradeProposalStatus
private java.lang.String wmComments
private int wmPaidMinutes
private int wmDaysNSizeIs
private double[] wmDays
OleDateTime
public SchTradeProposal()
public SchTradeProposal(int wmTradeProposalId, int wmSiteId, int gswAgentId, int wmType, int gswPersonalAgentId, 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
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getGswAgentId()
public void setGswAgentId(int gswAgentId)
gswAgentId
- public int getWmType()
public void setWmType(int wmType)
wmType
- public int getGswPersonalAgentId()
public void setGswPersonalAgentId(int gswPersonalAgentId)
gswPersonalAgentId
- public int getWmHandshakeType()
public void setWmHandshakeType(int wmHandshakeType)
wmHandshakeType
- public double getWmSubmitDateTime()
public void setWmSubmitDateTime(double wmSubmitDateTime)
wmSubmitDateTime
- public double getWmExpireDateTime()
public void setWmExpireDateTime(double wmExpireDateTime)
wmExpireDateTime
- public int getWmStatus()
public void setWmStatus(int wmStatus)
wmStatus
- public java.lang.String getWmComments()
public void setWmComments(java.lang.String wmComments)
wmComments
- public int getWmPaidMinutes()
public void setWmPaidMinutes(int wmPaidMinutes)
wmPaidMinutes
- public int getWmDaysNSizeIs()
public void setWmDaysNSizeIs(int wmDaysNSizeIs)
wmDaysNSizeIs
- public double[] getWmDays()
public void setWmDays(double[] wmDays)
wmDays
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.