public class CfgMarkedTimeShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
wmColor
Schedule state RGB color value.
|
private int |
wmFontColor
Schedule state font RGB color value.
|
private int |
wmMarkedTimeId
Marked Time ID
|
private java.lang.String |
wmName
Name
|
private java.lang.String |
wmShortName
Short Name
|
private int |
wmSiteId
Site ID
|
Constructor and Description |
---|
CfgMarkedTimeShort() |
CfgMarkedTimeShort(int wmMarkedTimeId,
int wmSiteId,
java.lang.String wmName,
java.lang.String wmShortName,
int wmColor,
int wmFontColor) |
Modifier and Type | Method and Description |
---|---|
int |
getWmColor()
Gets the wmColor value for this CfgMarkedTimeShort.
|
int |
getWmFontColor()
Gets the wmFontColor value for this CfgMarkedTimeShort.
|
int |
getWmMarkedTimeId()
Gets the wmMarkedTimeId value for this CfgMarkedTimeShort.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgMarkedTimeShort.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgMarkedTimeShort.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgMarkedTimeShort.
|
void |
setWmColor(int wmColor)
Sets the wmColor value for this CfgMarkedTimeShort.
|
void |
setWmFontColor(int wmFontColor)
Sets the wmFontColor value for this CfgMarkedTimeShort.
|
void |
setWmMarkedTimeId(int wmMarkedTimeId)
Sets the wmMarkedTimeId value for this CfgMarkedTimeShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgMarkedTimeShort.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgMarkedTimeShort.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgMarkedTimeShort.
|
private int wmMarkedTimeId
private int wmSiteId
private java.lang.String wmName
private java.lang.String wmShortName
private int wmColor
private int wmFontColor
public CfgMarkedTimeShort()
public CfgMarkedTimeShort(int wmMarkedTimeId, int wmSiteId, java.lang.String wmName, java.lang.String wmShortName, int wmColor, int wmFontColor)
public int getWmMarkedTimeId()
public void setWmMarkedTimeId(int wmMarkedTimeId)
wmMarkedTimeId
- 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 int getWmColor()
public void setWmColor(int wmColor)
wmColor
- public int getWmFontColor()
public void setWmFontColor(int wmFontColor)
wmFontColor
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.