public class SchTradeValidation
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected SchAgentDayHolder |
agentDayHolder |
protected SchTrade |
schTrade |
protected SchValidationHolder |
schValidation |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SchTradeValidation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
SchAgentDayHolder |
getAgentDayHolder()
Gets the value of the agentDayHolder property.
|
SchTrade |
getSchTrade()
Gets the value of the schTrade property.
|
SchValidationHolder |
getSchValidation()
Gets the value of the schValidation property.
|
int |
hashCode() |
void |
setAgentDayHolder(SchAgentDayHolder value)
Sets the value of the agentDayHolder property.
|
void |
setSchTrade(SchTrade value)
Sets the value of the schTrade property.
|
void |
setSchValidation(SchValidationHolder value)
Sets the value of the schValidation property.
|
java.lang.String |
toString() |
SchTradeValidation |
withAgentDayHolder(SchAgentDayHolder value) |
SchTradeValidation |
withSchTrade(SchTrade value) |
SchTradeValidation |
withSchValidation(SchValidationHolder value) |
private static final long serialVersionUID
protected SchTrade schTrade
protected SchValidationHolder schValidation
protected SchAgentDayHolder agentDayHolder
public SchTrade getSchTrade()
SchTradepublic void setSchTrade(SchTrade value)
value - allowed object is
SchTradepublic SchValidationHolder getSchValidation()
SchValidationHolderpublic void setSchValidation(SchValidationHolder value)
value - allowed object is
SchValidationHolderpublic SchAgentDayHolder getAgentDayHolder()
SchAgentDayHolderpublic void setAgentDayHolder(SchAgentDayHolder value)
value - allowed object is
SchAgentDayHolderpublic SchTradeValidation withSchTrade(SchTrade value)
public SchTradeValidation withSchValidation(SchValidationHolder value)
public SchTradeValidation withAgentDayHolder(SchAgentDayHolder value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.