public class CfgContractAvailability
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.util.List<CfgContractWeekHours> |
wmAvailabilities |
protected int |
wmContractId |
Constructor and Description |
---|
CfgContractAvailability() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgContractWeekHours> |
getWmAvailabilities()
Gets the value of the wmAvailabilities property.
|
int |
getWmContractId()
Gets the value of the wmContractId property.
|
int |
hashCode() |
void |
setWmAvailabilities(java.util.List<CfgContractWeekHours> wmAvailabilities)
Sets the value of the wmAvailabilities property.
|
void |
setWmContractId(int value)
Sets the value of the wmContractId property.
|
java.lang.String |
toString() |
CfgContractAvailability |
withWmAvailabilities(CfgContractWeekHours... values) |
CfgContractAvailability |
withWmAvailabilities(java.util.Collection<CfgContractWeekHours> values) |
CfgContractAvailability |
withWmContractId(int value) |
private static final long serialVersionUID
protected int wmContractId
protected java.util.List<CfgContractWeekHours> wmAvailabilities
public int getWmContractId()
public void setWmContractId(int value)
public java.util.List<CfgContractWeekHours> getWmAvailabilities()
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 wmAvailabilities property.
For example, to add a new item, do as follows:
getWmAvailabilities().add(newItem);
Objects of the following type(s) are allowed in the list
CfgContractWeekHours
public CfgContractAvailability withWmContractId(int value)
public CfgContractAvailability withWmAvailabilities(CfgContractWeekHours... values)
public CfgContractAvailability withWmAvailabilities(java.util.Collection<CfgContractWeekHours> values)
public void setWmAvailabilities(java.util.List<CfgContractWeekHours> wmAvailabilities)
wmAvailabilities
- allowed object is
CfgContractWeekHours
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.