public class SchTradeProposalHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected SchAgentDayHolder |
agentDayHolder |
protected java.util.List<SchTradeProposal> |
schTradeProposals |
protected int |
schTradeProposalsNSizeIs |
private static long |
serialVersionUID |
Constructor and Description |
---|
SchTradeProposalHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
SchAgentDayHolder |
getAgentDayHolder()
Gets the value of the agentDayHolder property.
|
java.util.List<SchTradeProposal> |
getSchTradeProposals()
Gets the value of the schTradeProposals property.
|
int |
getSchTradeProposalsNSizeIs()
Gets the value of the schTradeProposalsNSizeIs property.
|
int |
hashCode() |
void |
setAgentDayHolder(SchAgentDayHolder value)
Sets the value of the agentDayHolder property.
|
void |
setSchTradeProposals(java.util.List<SchTradeProposal> schTradeProposals)
Sets the value of the schTradeProposals property.
|
void |
setSchTradeProposalsNSizeIs(int value)
Sets the value of the schTradeProposalsNSizeIs property.
|
java.lang.String |
toString() |
SchTradeProposalHolder |
withAgentDayHolder(SchAgentDayHolder value) |
SchTradeProposalHolder |
withSchTradeProposals(java.util.Collection<SchTradeProposal> values) |
SchTradeProposalHolder |
withSchTradeProposals(SchTradeProposal... values) |
SchTradeProposalHolder |
withSchTradeProposalsNSizeIs(int value) |
private static final long serialVersionUID
protected int schTradeProposalsNSizeIs
protected java.util.List<SchTradeProposal> schTradeProposals
protected SchAgentDayHolder agentDayHolder
public int getSchTradeProposalsNSizeIs()
public void setSchTradeProposalsNSizeIs(int value)
public java.util.List<SchTradeProposal> getSchTradeProposals()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the schTradeProposals property.
For example, to add a new item, do as follows:
getSchTradeProposals().add(newItem);
Objects of the following type(s) are allowed in the list
SchTradeProposal
public SchAgentDayHolder getAgentDayHolder()
SchAgentDayHolder
public void setAgentDayHolder(SchAgentDayHolder value)
value
- allowed object is
SchAgentDayHolder
public SchTradeProposalHolder withSchTradeProposalsNSizeIs(int value)
public SchTradeProposalHolder withSchTradeProposals(SchTradeProposal... values)
public SchTradeProposalHolder withSchTradeProposals(java.util.Collection<SchTradeProposal> values)
public SchTradeProposalHolder withAgentDayHolder(SchAgentDayHolder value)
public void setSchTradeProposals(java.util.List<SchTradeProposal> schTradeProposals)
schTradeProposals
- allowed object is
SchTradeProposal
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
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.