public class CfgMarkedTime
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private long |
timestamp
Timestamp value
|
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 |
---|
CfgMarkedTime() |
CfgMarkedTime(int wmMarkedTimeId,
int wmSiteId,
java.lang.String wmName,
java.lang.String wmShortName,
int wmColor,
int wmFontColor,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Gets the timestamp value for this CfgMarkedTime.
|
int |
getWmColor()
Gets the wmColor value for this CfgMarkedTime.
|
int |
getWmFontColor()
Gets the wmFontColor value for this CfgMarkedTime.
|
int |
getWmMarkedTimeId()
Gets the wmMarkedTimeId value for this CfgMarkedTime.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgMarkedTime.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgMarkedTime.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgMarkedTime.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgMarkedTime.
|
void |
setWmColor(int wmColor)
Sets the wmColor value for this CfgMarkedTime.
|
void |
setWmFontColor(int wmFontColor)
Sets the wmFontColor value for this CfgMarkedTime.
|
void |
setWmMarkedTimeId(int wmMarkedTimeId)
Sets the wmMarkedTimeId value for this CfgMarkedTime.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgMarkedTime.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgMarkedTime.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgMarkedTime.
|
private int wmMarkedTimeId
private int wmSiteId
private java.lang.String wmName
private java.lang.String wmShortName
private int wmColor
private int wmFontColor
private long timestamp
public CfgMarkedTime()
public CfgMarkedTime(int wmMarkedTimeId, int wmSiteId, java.lang.String wmName, java.lang.String wmShortName, int wmColor, int wmFontColor, long timestamp)
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
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.