public class CfgShiftMeal
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
wmIndex |
private int |
wmMealId |
private int |
wmShiftMealId |
Constructor and Description |
---|
CfgShiftMeal() |
CfgShiftMeal(int wmShiftMealId,
int wmIndex,
int wmMealId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmIndex()
Gets the wmIndex value for this CfgShiftMeal.
|
int |
getWmMealId()
Gets the wmMealId value for this CfgShiftMeal.
|
int |
getWmShiftMealId()
Gets the wmShiftMealId value for this CfgShiftMeal.
|
int |
hashCode() |
void |
setWmIndex(int wmIndex)
Sets the wmIndex value for this CfgShiftMeal.
|
void |
setWmMealId(int wmMealId)
Sets the wmMealId value for this CfgShiftMeal.
|
void |
setWmShiftMealId(int wmShiftMealId)
Sets the wmShiftMealId value for this CfgShiftMeal.
|
private int wmShiftMealId
private int wmIndex
private int wmMealId
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgShiftMeal()
public CfgShiftMeal(int wmShiftMealId, int wmIndex, int wmMealId)
public int getWmShiftMealId()
public void setWmShiftMealId(int wmShiftMealId)
wmShiftMealId
- public int getWmIndex()
public void setWmIndex(int wmIndex)
wmIndex
- public int getWmMealId()
public void setWmMealId(int wmMealId)
wmMealId
- 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.