public class CfgSubsystem
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
wmName |
private int |
wmOrder |
private int |
wmSubsystemId |
private java.lang.String |
wmSystemName |
private int |
wmType |
Constructor and Description |
---|
CfgSubsystem() |
CfgSubsystem(int wmSubsystemId,
java.lang.String wmName,
int wmType,
java.lang.String wmSystemName,
int wmOrder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getWmName()
Gets the wmName value for this CfgSubsystem.
|
int |
getWmOrder()
Gets the wmOrder value for this CfgSubsystem.
|
int |
getWmSubsystemId()
Gets the wmSubsystemId value for this CfgSubsystem.
|
java.lang.String |
getWmSystemName()
Gets the wmSystemName value for this CfgSubsystem.
|
int |
getWmType()
Gets the wmType value for this CfgSubsystem.
|
int |
hashCode() |
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgSubsystem.
|
void |
setWmOrder(int wmOrder)
Sets the wmOrder value for this CfgSubsystem.
|
void |
setWmSubsystemId(int wmSubsystemId)
Sets the wmSubsystemId value for this CfgSubsystem.
|
void |
setWmSystemName(java.lang.String wmSystemName)
Sets the wmSystemName value for this CfgSubsystem.
|
void |
setWmType(int wmType)
Sets the wmType value for this CfgSubsystem.
|
private int wmSubsystemId
private java.lang.String wmName
private int wmType
private java.lang.String wmSystemName
private int wmOrder
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgSubsystem()
public CfgSubsystem(int wmSubsystemId, java.lang.String wmName, int wmType, java.lang.String wmSystemName, int wmOrder)
public int getWmSubsystemId()
public void setWmSubsystemId(int wmSubsystemId)
wmSubsystemId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public int getWmType()
public void setWmType(int wmType)
wmType
- public java.lang.String getWmSystemName()
public void setWmSystemName(java.lang.String wmSystemName)
wmSystemName
- public int getWmOrder()
public void setWmOrder(int wmOrder)
wmOrder
- 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.