public class CfgTimeOffType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
A timestamp value -- marks the point in time when Object information was obtained
|
protected int |
wmBUId
BU ID--identifies
CfgBU object |
protected int |
wmColor
Schedule state RGB color value.
|
protected int |
wmFontColor
Schedule state font RGB color value.
|
protected boolean |
wmHasLimit
Has Limits? (true/false)
|
protected java.lang.String |
wmName
Time Off Type Name
|
protected boolean |
wmPaid
Is Time Off paid? (true/false)
|
protected java.lang.String |
wmShortName
Time Off Type Short Name
|
protected java.util.List<java.lang.Integer> |
wmSiteId
Site ID array specifies sites (
CfgSite ) that time off is assigned to. |
protected int |
wmSiteIdNSizeIs |
protected int |
wmTimeOffTypeId
Time Off Type ID
|
protected int |
wmTradeRule
Trading Rule (
ECfgTradeRule ) |
Constructor and Description |
---|
CfgTimeOffType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmColor()
Gets the value of the wmColor property.
|
int |
getWmFontColor()
Gets the value of the wmFontColor property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.lang.String |
getWmShortName()
Gets the value of the wmShortName property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
int |
getWmTimeOffTypeId()
Gets the value of the wmTimeOffTypeId property.
|
int |
getWmTradeRule()
Gets the value of the wmTradeRule property.
|
int |
hashCode() |
boolean |
isWmHasLimit()
Gets the value of the wmHasLimit property.
|
boolean |
isWmPaid()
Gets the value of the wmPaid property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmColor(int value)
Sets the value of the wmColor property.
|
void |
setWmFontColor(int value)
Sets the value of the wmFontColor property.
|
void |
setWmHasLimit(boolean value)
Sets the value of the wmHasLimit property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmPaid(boolean value)
Sets the value of the wmPaid property.
|
void |
setWmShortName(java.lang.String value)
Sets the value of the wmShortName 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 |
setWmTimeOffTypeId(int value)
Sets the value of the wmTimeOffTypeId property.
|
void |
setWmTradeRule(int value)
Sets the value of the wmTradeRule property.
|
java.lang.String |
toString() |
CfgTimeOffType |
withTimestamp(long value) |
CfgTimeOffType |
withWmBUId(int value) |
CfgTimeOffType |
withWmColor(int value) |
CfgTimeOffType |
withWmFontColor(int value) |
CfgTimeOffType |
withWmHasLimit(boolean value) |
CfgTimeOffType |
withWmName(java.lang.String value) |
CfgTimeOffType |
withWmPaid(boolean value) |
CfgTimeOffType |
withWmShortName(java.lang.String value) |
CfgTimeOffType |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgTimeOffType |
withWmSiteId(java.lang.Integer... values) |
CfgTimeOffType |
withWmSiteIdNSizeIs(int value) |
CfgTimeOffType |
withWmTimeOffTypeId(int value) |
CfgTimeOffType |
withWmTradeRule(int value) |
private static final long serialVersionUID
protected int wmTimeOffTypeId
protected int wmBUId
CfgBU
objectprotected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
CfgSite
) that time off is assigned to.protected java.lang.String wmName
protected java.lang.String wmShortName
protected boolean wmPaid
protected int wmTradeRule
ECfgTradeRule
)protected boolean wmHasLimit
protected int wmColor
protected int wmFontColor
protected long timestamp
public int getWmTimeOffTypeId()
public void setWmTimeOffTypeId(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 java.lang.String getWmShortName()
String
public void setWmShortName(java.lang.String value)
value
- allowed object is
String
public boolean isWmPaid()
public void setWmPaid(boolean value)
public int getWmTradeRule()
public void setWmTradeRule(int value)
public boolean isWmHasLimit()
public void setWmHasLimit(boolean value)
public int getWmColor()
public void setWmColor(int value)
public int getWmFontColor()
public void setWmFontColor(int value)
public long getTimestamp()
public void setTimestamp(long value)
public CfgTimeOffType withWmTimeOffTypeId(int value)
public CfgTimeOffType withWmBUId(int value)
public CfgTimeOffType withWmSiteIdNSizeIs(int value)
public CfgTimeOffType withWmSiteId(java.lang.Integer... values)
public CfgTimeOffType withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgTimeOffType withWmName(java.lang.String value)
public CfgTimeOffType withWmShortName(java.lang.String value)
public CfgTimeOffType withWmPaid(boolean value)
public CfgTimeOffType withWmTradeRule(int value)
public CfgTimeOffType withWmHasLimit(boolean value)
public CfgTimeOffType withWmColor(int value)
public CfgTimeOffType withWmFontColor(int value)
public CfgTimeOffType withTimestamp(long 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.