public class SchStateInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
protected int |
wmActivitySetId
An ID of
Activity Set to which
Activity belongs. |
protected int |
wmColor
Schedule state RGB color value.
|
protected int |
wmFontColor
Schedule state font RGB color value.
|
protected boolean |
wmFullDay
Specifies whether state is full-day or part-day.
|
protected java.lang.String |
wmName
Schedule State Name
|
protected java.lang.String |
wmShortName
Schedule State Short Name
|
protected int |
wmStateId
State ID: identifies Schedule State, together with "wmStateType".
|
protected int |
wmStateType
State type
ESchStateType |
protected int |
wmTradeRule
Specifies trade rule for the schedule state.
|
| Constructor and Description |
|---|
SchStateInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmActivitySetId()
Gets the value of the wmActivitySetId property.
|
int |
getWmColor()
Gets the value of the wmColor 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.
|
int |
getWmStateId()
Gets the value of the wmStateId property.
|
int |
getWmStateType()
Gets the value of the wmStateType property.
|
int |
getWmTradeRule()
Gets the value of the wmTradeRule property.
|
int |
hashCode() |
boolean |
isWmFullDay()
Gets the value of the wmFullDay property.
|
void |
setWmActivitySetId(int value)
Sets the value of the wmActivitySetId property.
|
void |
setWmColor(int value)
Sets the value of the wmColor 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 |
setWmShortName(java.lang.String value)
Sets the value of the wmShortName property.
|
void |
setWmStateId(int value)
Sets the value of the wmStateId property.
|
void |
setWmStateType(int value)
Sets the value of the wmStateType property.
|
void |
setWmTradeRule(int value)
Sets the value of the wmTradeRule property.
|
java.lang.String |
toString() |
SchStateInfo |
withWmActivitySetId(int value) |
SchStateInfo |
withWmColor(int value) |
SchStateInfo |
withWmFontColor(int value) |
SchStateInfo |
withWmFullDay(boolean value) |
SchStateInfo |
withWmName(java.lang.String value) |
SchStateInfo |
withWmShortName(java.lang.String value) |
SchStateInfo |
withWmStateId(int value) |
SchStateInfo |
withWmStateType(int value) |
SchStateInfo |
withWmTradeRule(int value) |
private static final long serialVersionUID
protected int wmStateType
ESchStateTypeprotected int wmStateId
protected java.lang.String wmName
protected java.lang.String wmShortName
protected int wmActivitySetId
Activity Set to which
Activity belongs.
Used with SCH_STATE_ACTIVITY state type only.protected boolean wmFullDay
protected int wmTradeRule
ECfgTradeRuleprotected int wmColor
protected int wmFontColor
public int getWmStateType()
public void setWmStateType(int value)
public int getWmStateId()
public void setWmStateId(int value)
public java.lang.String getWmName()
Stringpublic void setWmName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWmShortName()
Stringpublic void setWmShortName(java.lang.String value)
value - allowed object is
Stringpublic int getWmActivitySetId()
public void setWmActivitySetId(int value)
public boolean isWmFullDay()
public void setWmFullDay(boolean value)
public int getWmTradeRule()
public void setWmTradeRule(int value)
public int getWmColor()
public void setWmColor(int value)
public int getWmFontColor()
public void setWmFontColor(int value)
public SchStateInfo withWmStateType(int value)
public SchStateInfo withWmStateId(int value)
public SchStateInfo withWmName(java.lang.String value)
public SchStateInfo withWmShortName(java.lang.String value)
public SchStateInfo withWmActivitySetId(int value)
public SchStateInfo withWmFullDay(boolean value)
public SchStateInfo withWmTradeRule(int value)
public SchStateInfo withWmColor(int value)
public SchStateInfo withWmFontColor(int value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.