public class ScheduleStateStruct
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
id |
private java.lang.String |
name |
private int |
siteID |
private int |
stateGroupID |
private int |
type |
Constructor and Description |
---|
ScheduleStateStruct() |
ScheduleStateStruct(int siteID,
int type,
int id,
java.lang.String name,
int stateGroupID) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getId()
Get scheduled state ID.
|
java.lang.String |
getName()
Get name of the scheduled state.
|
int |
getSiteID()
Get site ID
|
int |
getStateGroupID()
Get ID of the scheduled state group of the scheduled state.
|
int |
getType()
Get type of the scheduled state.
|
int |
hashCode() |
void |
setId(int id)
Set scheduled state ID.
|
void |
setName(java.lang.String name)
Set name of the scheduled state.
|
void |
setSiteID(int siteID)
Set site ID
|
void |
setStateGroupID(int stateGroupID)
Set ID of the scheduled state group of the scheduled state.
|
void |
setType(int type)
Set type of the scheduled state.
|
private int siteID
private int type
private int id
private java.lang.String name
private int stateGroupID
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public ScheduleStateStruct()
public ScheduleStateStruct(int siteID, int type, int id, java.lang.String name, int stateGroupID)
public int getSiteID()
public void setSiteID(int siteID)
siteID
- Site IDpublic int getType()
ECfgStateType
public void setType(int type)
type
- Type of the scheduled state. Types are predefined in ECfgStateType
public int getId()
public void setId(int id)
id
- Scheduled state ID.public java.lang.String getName()
public void setName(java.lang.String name)
name
- Name of the scheduled statepublic int getStateGroupID()
public void setStateGroupID(int stateGroupID)
stateGroupID
- stateGroupID ID of the scheduled state group of the scheduled statepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.