public class CfgShiftFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmBreakId |
protected int |
wmBreakIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmBUId |
protected int |
wmBUIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmContractId |
protected int |
wmContractIdNSizeIs |
protected java.util.List<java.lang.Double> |
wmDate |
protected int |
wmDateNSizeIs |
protected java.util.List<java.lang.Integer> |
wmMealId |
protected int |
wmMealIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmShiftId |
protected int |
wmShiftIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected java.util.List<java.lang.Integer> |
wmTaskSequenceId |
protected int |
wmTaskSequenceIdNSizeIs |
Constructor and Description |
---|
CfgShiftFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getWmBreakId()
Gets the value of the wmBreakId property.
|
int |
getWmBreakIdNSizeIs()
Gets the value of the wmBreakIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmBUIdNSizeIs()
Gets the value of the wmBUIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmContractId()
Gets the value of the wmContractId property.
|
int |
getWmContractIdNSizeIs()
Gets the value of the wmContractIdNSizeIs property.
|
java.util.List<java.lang.Double> |
getWmDate()
Gets the value of the wmDate property.
|
int |
getWmDateNSizeIs()
Gets the value of the wmDateNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmMealId()
Gets the value of the wmMealId property.
|
int |
getWmMealIdNSizeIs()
Gets the value of the wmMealIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmShiftId()
Gets the value of the wmShiftId property.
|
int |
getWmShiftIdNSizeIs()
Gets the value of the wmShiftIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
java.util.List<java.lang.Integer> |
getWmTaskSequenceId()
Gets the value of the wmTaskSequenceId property.
|
int |
getWmTaskSequenceIdNSizeIs()
Gets the value of the wmTaskSequenceIdNSizeIs property.
|
int |
hashCode() |
void |
setWmBreakId(java.util.List<java.lang.Integer> wmBreakId)
Sets the value of the wmBreakId property.
|
void |
setWmBreakIdNSizeIs(int value)
Sets the value of the wmBreakIdNSizeIs property.
|
void |
setWmBUId(java.util.List<java.lang.Integer> wmBUId)
Sets the value of the wmBUId property.
|
void |
setWmBUIdNSizeIs(int value)
Sets the value of the wmBUIdNSizeIs property.
|
void |
setWmContractId(java.util.List<java.lang.Integer> wmContractId)
Sets the value of the wmContractId property.
|
void |
setWmContractIdNSizeIs(int value)
Sets the value of the wmContractIdNSizeIs property.
|
void |
setWmDate(java.util.List<java.lang.Double> wmDate)
Sets the value of the wmDate property.
|
void |
setWmDateNSizeIs(int value)
Sets the value of the wmDateNSizeIs property.
|
void |
setWmMealId(java.util.List<java.lang.Integer> wmMealId)
Sets the value of the wmMealId property.
|
void |
setWmMealIdNSizeIs(int value)
Sets the value of the wmMealIdNSizeIs property.
|
void |
setWmShiftId(java.util.List<java.lang.Integer> wmShiftId)
Sets the value of the wmShiftId property.
|
void |
setWmShiftIdNSizeIs(int value)
Sets the value of the wmShiftIdNSizeIs property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmTaskSequenceId(java.util.List<java.lang.Integer> wmTaskSequenceId)
Sets the value of the wmTaskSequenceId property.
|
void |
setWmTaskSequenceIdNSizeIs(int value)
Sets the value of the wmTaskSequenceIdNSizeIs property.
|
java.lang.String |
toString() |
CfgShiftFilter |
withWmBreakId(java.util.Collection<java.lang.Integer> values) |
CfgShiftFilter |
withWmBreakId(java.lang.Integer... values) |
CfgShiftFilter |
withWmBreakIdNSizeIs(int value) |
CfgShiftFilter |
withWmBUId(java.util.Collection<java.lang.Integer> values) |
CfgShiftFilter |
withWmBUId(java.lang.Integer... values) |
CfgShiftFilter |
withWmBUIdNSizeIs(int value) |
CfgShiftFilter |
withWmContractId(java.util.Collection<java.lang.Integer> values) |
CfgShiftFilter |
withWmContractId(java.lang.Integer... values) |
CfgShiftFilter |
withWmContractIdNSizeIs(int value) |
CfgShiftFilter |
withWmDate(java.util.Collection<java.lang.Double> values) |
CfgShiftFilter |
withWmDate(java.lang.Double... values) |
CfgShiftFilter |
withWmDateNSizeIs(int value) |
CfgShiftFilter |
withWmMealId(java.util.Collection<java.lang.Integer> values) |
CfgShiftFilter |
withWmMealId(java.lang.Integer... values) |
CfgShiftFilter |
withWmMealIdNSizeIs(int value) |
CfgShiftFilter |
withWmShiftId(java.util.Collection<java.lang.Integer> values) |
CfgShiftFilter |
withWmShiftId(java.lang.Integer... values) |
CfgShiftFilter |
withWmShiftIdNSizeIs(int value) |
CfgShiftFilter |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgShiftFilter |
withWmSiteId(java.lang.Integer... values) |
CfgShiftFilter |
withWmSiteIdNSizeIs(int value) |
CfgShiftFilter |
withWmTaskSequenceId(java.util.Collection<java.lang.Integer> values) |
CfgShiftFilter |
withWmTaskSequenceId(java.lang.Integer... values) |
CfgShiftFilter |
withWmTaskSequenceIdNSizeIs(int value) |
private static final long serialVersionUID
protected int wmBUIdNSizeIs
protected java.util.List<java.lang.Integer> wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected int wmShiftIdNSizeIs
protected java.util.List<java.lang.Integer> wmShiftId
protected int wmContractIdNSizeIs
protected java.util.List<java.lang.Integer> wmContractId
protected int wmDateNSizeIs
protected java.util.List<java.lang.Double> wmDate
protected int wmMealIdNSizeIs
protected java.util.List<java.lang.Integer> wmMealId
protected int wmBreakIdNSizeIs
protected java.util.List<java.lang.Integer> wmBreakId
protected int wmTaskSequenceIdNSizeIs
protected java.util.List<java.lang.Integer> wmTaskSequenceId
public int getWmBUIdNSizeIs()
public void setWmBUIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmBUId()
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 wmBUId property.
For example, to add a new item, do as follows:
getWmBUId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
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 wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmShiftIdNSizeIs()
public void setWmShiftIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmShiftId()
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 wmShiftId property.
For example, to add a new item, do as follows:
getWmShiftId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmContractIdNSizeIs()
public void setWmContractIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmContractId()
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 wmContractId property.
For example, to add a new item, do as follows:
getWmContractId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getWmDateNSizeIs()
public void setWmDateNSizeIs(int value)
public java.util.List<java.lang.Double> getWmDate()
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 wmDate property.
For example, to add a new item, do as follows:
getWmDate().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public int getWmMealIdNSizeIs()
public void setWmMealIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmMealId()
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 wmMealId property.
For example, to add a new item, do as follows:
getWmMealId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public void setWmMealId(java.util.List<java.lang.Integer> wmMealId)
wmMealId
- allowed object is
Integer
public int getWmBreakIdNSizeIs()
public void setWmBreakIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmBreakId()
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 wmBreakId property.
For example, to add a new item, do as follows:
getWmBreakId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public void setWmBreakId(java.util.List<java.lang.Integer> wmBreakId)
wmBreakId
- allowed object is
Integer
public int getWmTaskSequenceIdNSizeIs()
public void setWmTaskSequenceIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmTaskSequenceId()
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 wmTaskSequenceId property.
For example, to add a new item, do as follows:
getWmTaskSequenceId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public void setWmTaskSequenceId(java.util.List<java.lang.Integer> wmTaskSequenceId)
wmTaskSequenceId
- allowed object is
Integer
public CfgShiftFilter withWmBUIdNSizeIs(int value)
public CfgShiftFilter withWmBUId(java.lang.Integer... values)
public CfgShiftFilter withWmBUId(java.util.Collection<java.lang.Integer> values)
public CfgShiftFilter withWmSiteIdNSizeIs(int value)
public CfgShiftFilter withWmSiteId(java.lang.Integer... values)
public CfgShiftFilter withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgShiftFilter withWmShiftIdNSizeIs(int value)
public CfgShiftFilter withWmShiftId(java.lang.Integer... values)
public CfgShiftFilter withWmShiftId(java.util.Collection<java.lang.Integer> values)
public CfgShiftFilter withWmContractIdNSizeIs(int value)
public CfgShiftFilter withWmContractId(java.lang.Integer... values)
public CfgShiftFilter withWmContractId(java.util.Collection<java.lang.Integer> values)
public CfgShiftFilter withWmDateNSizeIs(int value)
public CfgShiftFilter withWmDate(java.lang.Double... values)
public CfgShiftFilter withWmDate(java.util.Collection<java.lang.Double> values)
public void setWmBUId(java.util.List<java.lang.Integer> wmBUId)
wmBUId
- allowed object is
Integer
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public void setWmShiftId(java.util.List<java.lang.Integer> wmShiftId)
wmShiftId
- allowed object is
Integer
public void setWmContractId(java.util.List<java.lang.Integer> wmContractId)
wmContractId
- allowed object is
Integer
public void setWmDate(java.util.List<java.lang.Double> wmDate)
wmDate
- allowed object is
Double
public CfgShiftFilter withWmMealId(java.lang.Integer... values)
public CfgShiftFilter withWmMealId(java.util.Collection<java.lang.Integer> values)
public CfgShiftFilter withWmMealIdNSizeIs(int value)
public CfgShiftFilter withWmBreakId(java.lang.Integer... values)
public CfgShiftFilter withWmBreakId(java.util.Collection<java.lang.Integer> values)
public CfgShiftFilter withWmBreakIdNSizeIs(int value)
public CfgShiftFilter withWmTaskSequenceId(java.lang.Integer... values)
public CfgShiftFilter withWmTaskSequenceId(java.util.Collection<java.lang.Integer> values)
public CfgShiftFilter withWmTaskSequenceIdNSizeIs(int value)
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.