public class CfgTimeOffType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private long |
timestamp
A timestamp value -- marks the point in time when Object information was obtained
|
private int |
wmColor
Schedule state RGB color value.
|
private int |
wmFontColor
Schedule state font RGB color value.
|
private boolean |
wmHasLimit
Has Limits? (true/false)
|
private java.lang.String |
wmName
Time Off Type Name
|
private boolean |
wmPaid
Is Time Off paid? (true/false)
|
private java.lang.String |
wmShortName
Time Off Type Short Name
|
private int |
wmSiteId
Site ID--identifies
CfgSite object |
private int |
wmTimeOffTypeId
Time Off Type ID
|
private int |
wmTradeRule
Trading Rule (
ECfgTradeRule ) |
Constructor and Description |
---|
CfgTimeOffType() |
CfgTimeOffType(int wmTimeOffTypeId,
int wmSiteId,
java.lang.String wmName,
java.lang.String wmShortName,
boolean wmPaid,
int wmTradeRule,
boolean wmHasLimit,
int wmColor,
int wmFontColor,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Gets the timestamp value for this CfgTimeOffType.
|
int |
getWmColor()
Gets the wmColor value for this CfgTimeOffType.
|
int |
getWmFontColor()
Gets the wmFontColor value for this CfgTimeOffType.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgTimeOffType.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgTimeOffType.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgTimeOffType.
|
int |
getWmTimeOffTypeId()
Gets the wmTimeOffTypeId value for this CfgTimeOffType.
|
int |
getWmTradeRule()
Gets the wmTradeRule value for this CfgTimeOffType.
|
boolean |
isWmHasLimit()
Gets the wmHasLimit value for this CfgTimeOffType.
|
boolean |
isWmPaid()
Gets the wmPaid value for this CfgTimeOffType.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgTimeOffType.
|
void |
setWmColor(int wmColor)
Sets the wmColor value for this CfgTimeOffType.
|
void |
setWmFontColor(int wmFontColor)
Sets the wmFontColor value for this CfgTimeOffType.
|
void |
setWmHasLimit(boolean wmHasLimit)
Sets the wmHasLimit value for this CfgTimeOffType.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgTimeOffType.
|
void |
setWmPaid(boolean wmPaid)
Sets the wmPaid value for this CfgTimeOffType.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgTimeOffType.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgTimeOffType.
|
void |
setWmTimeOffTypeId(int wmTimeOffTypeId)
Sets the wmTimeOffTypeId value for this CfgTimeOffType.
|
void |
setWmTradeRule(int wmTradeRule)
Sets the wmTradeRule value for this CfgTimeOffType.
|
private int wmTimeOffTypeId
private int wmSiteId
CfgSite
objectprivate java.lang.String wmName
private java.lang.String wmShortName
private boolean wmPaid
private int wmTradeRule
ECfgTradeRule
)private boolean wmHasLimit
private int wmColor
private int wmFontColor
private long timestamp
public CfgTimeOffType()
public CfgTimeOffType(int wmTimeOffTypeId, int wmSiteId, java.lang.String wmName, java.lang.String wmShortName, boolean wmPaid, int wmTradeRule, boolean wmHasLimit, int wmColor, int wmFontColor, long timestamp)
public int getWmTimeOffTypeId()
public void setWmTimeOffTypeId(int wmTimeOffTypeId)
wmTimeOffTypeId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public java.lang.String getWmShortName()
public void setWmShortName(java.lang.String wmShortName)
wmShortName
- public boolean isWmPaid()
public void setWmPaid(boolean wmPaid)
wmPaid
- public int getWmTradeRule()
public void setWmTradeRule(int wmTradeRule)
wmTradeRule
- public boolean isWmHasLimit()
public void setWmHasLimit(boolean wmHasLimit)
wmHasLimit
- public int getWmColor()
public void setWmColor(int wmColor)
wmColor
- public int getWmFontColor()
public void setWmFontColor(int wmFontColor)
wmFontColor
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.