public class CfgExceptionTypeShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmBUId
BU ID
|
protected int |
wmColor
Schedule state RGB color value.
|
protected int |
wmExceptionTypeId
Exception Type ID
|
protected int |
wmFontColor
Schedule state font RGB color value.
|
protected boolean |
wmFullDay
Is full-day? (true/false)
|
protected java.lang.String |
wmName
Time Off Type Name
|
protected boolean |
wmPaid
Is Exception paid? (true/false)
|
protected java.lang.String |
wmShortName
Time Off Type Short Name
|
protected java.util.List<java.lang.Integer> |
wmSiteId
Site IDs--identifies
CfgSite object |
protected int |
wmSiteIdNSizeIs |
Constructor and Description |
---|
CfgExceptionTypeShort() |
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 |
getWmExceptionTypeId()
Gets the value of the wmExceptionTypeId 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 |
hashCode() |
boolean |
isWmFullDay()
Gets the value of the wmFullDay property.
|
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 |
setWmExceptionTypeId(int value)
Sets the value of the wmExceptionTypeId property.
|
void |
setWmFontColor(int value)
Sets the value of the wmFontColor property.
|
void |
setWmFullDay(boolean value)
Sets the value of the wmFullDay 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.
|
java.lang.String |
toString() |
CfgExceptionTypeShort |
withWmBUId(int value) |
CfgExceptionTypeShort |
withWmColor(int value) |
CfgExceptionTypeShort |
withWmExceptionTypeId(int value) |
CfgExceptionTypeShort |
withWmFontColor(int value) |
CfgExceptionTypeShort |
withWmFullDay(boolean value) |
CfgExceptionTypeShort |
withWmName(java.lang.String value) |
CfgExceptionTypeShort |
withWmPaid(boolean value) |
CfgExceptionTypeShort |
withWmShortName(java.lang.String value) |
CfgExceptionTypeShort |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgExceptionTypeShort |
withWmSiteId(java.lang.Integer... values) |
CfgExceptionTypeShort |
withWmSiteIdNSizeIs(int value) |
private static final long serialVersionUID
protected int wmExceptionTypeId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
CfgSite
objectprotected java.lang.String wmName
protected java.lang.String wmShortName
protected boolean wmPaid
protected boolean wmFullDay
protected int wmColor
protected int wmFontColor
public int getWmExceptionTypeId()
public void setWmExceptionTypeId(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 boolean isWmFullDay()
public void setWmFullDay(boolean value)
public int getWmColor()
public void setWmColor(int value)
public int getWmFontColor()
public void setWmFontColor(int value)
public CfgExceptionTypeShort withWmExceptionTypeId(int value)
public CfgExceptionTypeShort withWmBUId(int value)
public CfgExceptionTypeShort withWmSiteIdNSizeIs(int value)
public CfgExceptionTypeShort withWmSiteId(java.lang.Integer... values)
public CfgExceptionTypeShort withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgExceptionTypeShort withWmName(java.lang.String value)
public CfgExceptionTypeShort withWmShortName(java.lang.String value)
public CfgExceptionTypeShort withWmPaid(boolean value)
public CfgExceptionTypeShort withWmFullDay(boolean value)
public CfgExceptionTypeShort withWmColor(int value)
public CfgExceptionTypeShort 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.