public class SchStateInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
wmActivitySetId
An ID of
Activity Set to which
Activity belongs. |
private int |
wmColor
Schedule state RGB color value.
|
private int |
wmFontColor
Schedule state font RGB color value.
|
private boolean |
wmFullDay
Specifies whether state is full-day or part-day.
|
private java.lang.String |
wmName
Schedule State Name
|
private java.lang.String |
wmShortName
Schedule State Short Name
|
private int |
wmStateId
State ID: identifies Schedule State, together with "wmStateType".
|
private int |
wmStateType
State type
ESchStateType |
private int |
wmTradeRule
Specifies trade rule for the schedule state.
|
Constructor and Description |
---|
SchStateInfo() |
SchStateInfo(int wmStateType,
int wmStateId,
java.lang.String wmName,
java.lang.String wmShortName,
int wmActivitySetId,
boolean wmFullDay,
int wmTradeRule,
int wmColor,
int wmFontColor) |
Modifier and Type | Method and Description |
---|---|
int |
getWmActivitySetId()
Gets the wmActivitySetId value for this SchStateInfo.
|
int |
getWmColor()
Gets the wmColor value for this SchStateInfo.
|
int |
getWmFontColor()
Gets the wmFontColor value for this SchStateInfo.
|
java.lang.String |
getWmName()
Gets the wmName value for this SchStateInfo.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this SchStateInfo.
|
int |
getWmStateId()
Gets the wmStateId value for this SchStateInfo.
|
int |
getWmStateType()
Gets the wmStateType value for this SchStateInfo.
|
int |
getWmTradeRule()
Gets the wmTradeRule value for this SchStateInfo.
|
boolean |
isWmFullDay()
Gets the wmFullDay value for this SchStateInfo.
|
void |
setWmActivitySetId(int wmActivitySetId)
Sets the wmActivitySetId value for this SchStateInfo.
|
void |
setWmColor(int wmColor)
Sets the wmColor value for this SchStateInfo.
|
void |
setWmFontColor(int wmFontColor)
Sets the wmFontColor value for this SchStateInfo.
|
void |
setWmFullDay(boolean wmFullDay)
Sets the wmFullDay value for this SchStateInfo.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this SchStateInfo.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this SchStateInfo.
|
void |
setWmStateId(int wmStateId)
Sets the wmStateId value for this SchStateInfo.
|
void |
setWmStateType(int wmStateType)
Sets the wmStateType value for this SchStateInfo.
|
void |
setWmTradeRule(int wmTradeRule)
Sets the wmTradeRule value for this SchStateInfo.
|
private int wmStateType
ESchStateType
private int wmStateId
private java.lang.String wmName
private java.lang.String wmShortName
private int wmActivitySetId
Activity Set
to which
Activity
belongs.
Used with SCH_STATE_ACTIVITY state type only.private boolean wmFullDay
private int wmTradeRule
ECfgTradeRule
private int wmColor
private int wmFontColor
public SchStateInfo()
public SchStateInfo(int wmStateType, int wmStateId, java.lang.String wmName, java.lang.String wmShortName, int wmActivitySetId, boolean wmFullDay, int wmTradeRule, int wmColor, int wmFontColor)
public int getWmStateType()
public void setWmStateType(int wmStateType)
wmStateType
- public int getWmStateId()
public void setWmStateId(int wmStateId)
wmStateId
- 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 getWmActivitySetId()
public void setWmActivitySetId(int wmActivitySetId)
wmActivitySetId
- public boolean isWmFullDay()
public void setWmFullDay(boolean wmFullDay)
wmFullDay
- public int getWmTradeRule()
public void setWmTradeRule(int wmTradeRule)
wmTradeRule
- 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.