public class CfgState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private long |
timestamp |
private int |
wmId |
private java.lang.String |
wmName |
private java.lang.String |
wmShortName |
private int |
wmSiteId |
private int |
wmStateGroupId |
private int |
wmStateId |
private int |
wmType |
Constructor and Description |
---|
CfgState() |
CfgState(int wmStateId,
int wmSiteId,
int wmStateGroupId,
int wmType,
int wmId,
java.lang.String wmName,
java.lang.String wmShortName,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp()
Gets the timestamp value for this CfgState.
|
int |
getWmId()
Gets the wmId value for this CfgState.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgState.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgState.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgState.
|
int |
getWmStateGroupId()
Gets the wmStateGroupId value for this CfgState.
|
int |
getWmStateId()
Gets the wmStateId value for this CfgState.
|
int |
getWmType()
Gets the wmType value for this CfgState.
|
int |
hashCode() |
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgState.
|
void |
setWmId(int wmId)
Sets the wmId value for this CfgState.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgState.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgState.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgState.
|
void |
setWmStateGroupId(int wmStateGroupId)
Sets the wmStateGroupId value for this CfgState.
|
void |
setWmStateId(int wmStateId)
Sets the wmStateId value for this CfgState.
|
void |
setWmType(int wmType)
Sets the wmType value for this CfgState.
|
private int wmStateId
private int wmSiteId
private int wmStateGroupId
private int wmType
private int wmId
private java.lang.String wmName
private java.lang.String wmShortName
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgState()
public CfgState(int wmStateId, int wmSiteId, int wmStateGroupId, int wmType, int wmId, java.lang.String wmName, java.lang.String wmShortName, long timestamp)
public int getWmStateId()
public void setWmStateId(int wmStateId)
wmStateId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getWmStateGroupId()
public void setWmStateGroupId(int wmStateGroupId)
wmStateGroupId
- public int getWmType()
public void setWmType(int wmType)
wmType
- public int getWmId()
public void setWmId(int wmId)
wmId
- 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 long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- public 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.