public class CfgPlanningPeriodHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CfgPlanningPeriod> |
periods
A list of periods
CfgPlanningPeriod |
protected int |
periodsNSizeIs |
private static long |
serialVersionUID |
protected int |
wmPlanningPeriodType
Planning Period Type
ECfgPlanningPeriodType |
protected int |
wmSiteId
Site ID
|
protected int |
wmWeekStartDay
Week Start Day (1 = Mon, 2 =Tue, ...
|
Constructor and Description |
---|
CfgPlanningPeriodHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CfgPlanningPeriod> |
getPeriods()
Gets the value of the periods property.
|
int |
getPeriodsNSizeIs()
Gets the value of the periodsNSizeIs property.
|
int |
getWmPlanningPeriodType()
Gets the value of the wmPlanningPeriodType property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmWeekStartDay()
Gets the value of the wmWeekStartDay property.
|
int |
hashCode() |
void |
setPeriods(java.util.List<CfgPlanningPeriod> periods)
Sets the value of the periods property.
|
void |
setPeriodsNSizeIs(int value)
Sets the value of the periodsNSizeIs property.
|
void |
setWmPlanningPeriodType(int value)
Sets the value of the wmPlanningPeriodType property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmWeekStartDay(int value)
Sets the value of the wmWeekStartDay property.
|
java.lang.String |
toString() |
CfgPlanningPeriodHolder |
withPeriods(CfgPlanningPeriod... values) |
CfgPlanningPeriodHolder |
withPeriods(java.util.Collection<CfgPlanningPeriod> values) |
CfgPlanningPeriodHolder |
withPeriodsNSizeIs(int value) |
CfgPlanningPeriodHolder |
withWmPlanningPeriodType(int value) |
CfgPlanningPeriodHolder |
withWmSiteId(int value) |
CfgPlanningPeriodHolder |
withWmWeekStartDay(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected int wmPlanningPeriodType
ECfgPlanningPeriodType
protected int wmWeekStartDay
protected int periodsNSizeIs
protected java.util.List<CfgPlanningPeriod> periods
CfgPlanningPeriod
public int getWmSiteId()
public void setWmSiteId(int value)
public int getWmPlanningPeriodType()
public void setWmPlanningPeriodType(int value)
public int getWmWeekStartDay()
public void setWmWeekStartDay(int value)
public int getPeriodsNSizeIs()
public void setPeriodsNSizeIs(int value)
public java.util.List<CfgPlanningPeriod> getPeriods()
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 periods property.
For example, to add a new item, do as follows:
getPeriods().add(newItem);
Objects of the following type(s) are allowed in the list
CfgPlanningPeriod
public CfgPlanningPeriodHolder withWmSiteId(int value)
public CfgPlanningPeriodHolder withWmPlanningPeriodType(int value)
public CfgPlanningPeriodHolder withWmWeekStartDay(int value)
public CfgPlanningPeriodHolder withPeriodsNSizeIs(int value)
public CfgPlanningPeriodHolder withPeriods(CfgPlanningPeriod... values)
public CfgPlanningPeriodHolder withPeriods(java.util.Collection<CfgPlanningPeriod> values)
public void setPeriods(java.util.List<CfgPlanningPeriod> periods)
periods
- allowed object is
CfgPlanningPeriod
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.