public class CfgOvertimeOfferShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmActivityId |
protected int |
wmBUId |
protected double |
wmEndDateTime |
protected int |
wmMarkedTimeId |
protected java.lang.String |
wmName |
protected int |
wmOvertimeOfferId |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected double |
wmStartDateTime |
protected int |
wmStatus |
protected int |
wmTimezoneId |
protected int |
wmType |
protected int |
wmVirtualActivityId |
Constructor and Description |
---|
CfgOvertimeOfferShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmActivityId()
Gets the value of the wmActivityId property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
double |
getWmEndDateTime()
Gets the value of the wmEndDateTime property.
|
int |
getWmMarkedTimeId()
Gets the value of the wmMarkedTimeId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmOvertimeOfferId()
Gets the value of the wmOvertimeOfferId property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
double |
getWmStartDateTime()
Gets the value of the wmStartDateTime property.
|
int |
getWmStatus()
Gets the value of the wmStatus property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
int |
getWmType()
Gets the value of the wmType property.
|
int |
getWmVirtualActivityId()
Gets the value of the wmVirtualActivityId property.
|
int |
hashCode() |
void |
setWmActivityId(int value)
Sets the value of the wmActivityId property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmEndDateTime(double value)
Sets the value of the wmEndDateTime property.
|
void |
setWmMarkedTimeId(int value)
Sets the value of the wmMarkedTimeId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmOvertimeOfferId(int value)
Sets the value of the wmOvertimeOfferId 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 |
setWmStartDateTime(double value)
Sets the value of the wmStartDateTime property.
|
void |
setWmStatus(int value)
Sets the value of the wmStatus property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
void |
setWmType(int value)
Sets the value of the wmType property.
|
void |
setWmVirtualActivityId(int value)
Sets the value of the wmVirtualActivityId property.
|
java.lang.String |
toString() |
CfgOvertimeOfferShort |
withWmActivityId(int value) |
CfgOvertimeOfferShort |
withWmBUId(int value) |
CfgOvertimeOfferShort |
withWmEndDateTime(double value) |
CfgOvertimeOfferShort |
withWmMarkedTimeId(int value) |
CfgOvertimeOfferShort |
withWmName(java.lang.String value) |
CfgOvertimeOfferShort |
withWmOvertimeOfferId(int value) |
CfgOvertimeOfferShort |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgOvertimeOfferShort |
withWmSiteId(java.lang.Integer... values) |
CfgOvertimeOfferShort |
withWmSiteIdNSizeIs(int value) |
CfgOvertimeOfferShort |
withWmStartDateTime(double value) |
CfgOvertimeOfferShort |
withWmStatus(int value) |
CfgOvertimeOfferShort |
withWmTimezoneId(int value) |
CfgOvertimeOfferShort |
withWmType(int value) |
CfgOvertimeOfferShort |
withWmVirtualActivityId(int value) |
private static final long serialVersionUID
protected int wmOvertimeOfferId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected java.lang.String wmName
protected int wmType
protected double wmStartDateTime
protected double wmEndDateTime
protected int wmTimezoneId
protected int wmActivityId
protected int wmVirtualActivityId
protected int wmMarkedTimeId
protected int wmStatus
public int getWmOvertimeOfferId()
public void setWmOvertimeOfferId(int value)
public int getWmBUId()
public void setWmBUId(int value)
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 java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmType()
public void setWmType(int value)
public double getWmStartDateTime()
public void setWmStartDateTime(double value)
public double getWmEndDateTime()
public void setWmEndDateTime(double value)
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public int getWmActivityId()
public void setWmActivityId(int value)
public int getWmVirtualActivityId()
public void setWmVirtualActivityId(int value)
public int getWmMarkedTimeId()
public void setWmMarkedTimeId(int value)
public int getWmStatus()
public void setWmStatus(int value)
public CfgOvertimeOfferShort withWmOvertimeOfferId(int value)
public CfgOvertimeOfferShort withWmBUId(int value)
public CfgOvertimeOfferShort withWmSiteIdNSizeIs(int value)
public CfgOvertimeOfferShort withWmSiteId(java.lang.Integer... values)
public CfgOvertimeOfferShort withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgOvertimeOfferShort withWmName(java.lang.String value)
public CfgOvertimeOfferShort withWmType(int value)
public CfgOvertimeOfferShort withWmStartDateTime(double value)
public CfgOvertimeOfferShort withWmEndDateTime(double value)
public CfgOvertimeOfferShort withWmTimezoneId(int value)
public CfgOvertimeOfferShort withWmActivityId(int value)
public CfgOvertimeOfferShort withWmVirtualActivityId(int value)
public CfgOvertimeOfferShort withWmMarkedTimeId(int value)
public CfgOvertimeOfferShort withWmStatus(int value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
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.