public class CfgTimeOffTypeShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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 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
|
Constructor and Description |
---|
CfgTimeOffTypeShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
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 |
hashCode() |
boolean |
isWmPaid()
Gets the value of the wmPaid 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 |
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.
|
java.lang.String |
toString() |
CfgTimeOffTypeShort |
withWmBUId(int value) |
CfgTimeOffTypeShort |
withWmColor(int value) |
CfgTimeOffTypeShort |
withWmFontColor(int value) |
CfgTimeOffTypeShort |
withWmName(java.lang.String value) |
CfgTimeOffTypeShort |
withWmPaid(boolean value) |
CfgTimeOffTypeShort |
withWmShortName(java.lang.String value) |
CfgTimeOffTypeShort |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgTimeOffTypeShort |
withWmSiteId(java.lang.Integer... values) |
CfgTimeOffTypeShort |
withWmSiteIdNSizeIs(int value) |
CfgTimeOffTypeShort |
withWmTimeOffTypeId(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 wmColor
protected int wmFontColor
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 getWmColor()
public void setWmColor(int value)
public int getWmFontColor()
public void setWmFontColor(int value)
public CfgTimeOffTypeShort withWmTimeOffTypeId(int value)
public CfgTimeOffTypeShort withWmBUId(int value)
public CfgTimeOffTypeShort withWmSiteIdNSizeIs(int value)
public CfgTimeOffTypeShort withWmSiteId(java.lang.Integer... values)
public CfgTimeOffTypeShort withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgTimeOffTypeShort withWmName(java.lang.String value)
public CfgTimeOffTypeShort withWmShortName(java.lang.String value)
public CfgTimeOffTypeShort withWmPaid(boolean value)
public CfgTimeOffTypeShort withWmColor(int value)
public CfgTimeOffTypeShort withWmFontColor(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.