public class CfgMeal
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 |
wmDuration |
private int |
wmEndDuration |
private int |
wmLengthAfterMeal |
private int |
wmLengthBeforeMeal |
private int |
wmMealId |
private java.lang.String |
wmName |
private boolean |
wmPaid |
private java.lang.String |
wmShortName |
private int |
wmSiteId |
private int |
wmStartStep |
private double |
wmStartTime |
Constructor and Description |
---|
CfgMeal() |
CfgMeal(int wmMealId,
int wmSiteId,
java.lang.String wmName,
java.lang.String wmShortName,
boolean wmPaid,
double wmStartTime,
int wmEndDuration,
int wmDuration,
int wmLengthBeforeMeal,
int wmLengthAfterMeal,
int wmStartStep,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp()
Gets the timestamp value for this CfgMeal.
|
int |
getWmDuration()
Gets the wmDuration value for this CfgMeal.
|
int |
getWmEndDuration()
Gets the wmEndDuration value for this CfgMeal.
|
int |
getWmLengthAfterMeal()
Gets the wmLengthAfterMeal value for this CfgMeal.
|
int |
getWmLengthBeforeMeal()
Gets the wmLengthBeforeMeal value for this CfgMeal.
|
int |
getWmMealId()
Gets the wmMealId value for this CfgMeal.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgMeal.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgMeal.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgMeal.
|
int |
getWmStartStep()
Gets the wmStartStep value for this CfgMeal.
|
double |
getWmStartTime()
Gets the wmStartTime value for this CfgMeal.
|
int |
hashCode() |
boolean |
isWmPaid()
Gets the wmPaid value for this CfgMeal.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgMeal.
|
void |
setWmDuration(int wmDuration)
Sets the wmDuration value for this CfgMeal.
|
void |
setWmEndDuration(int wmEndDuration)
Sets the wmEndDuration value for this CfgMeal.
|
void |
setWmLengthAfterMeal(int wmLengthAfterMeal)
Sets the wmLengthAfterMeal value for this CfgMeal.
|
void |
setWmLengthBeforeMeal(int wmLengthBeforeMeal)
Sets the wmLengthBeforeMeal value for this CfgMeal.
|
void |
setWmMealId(int wmMealId)
Sets the wmMealId value for this CfgMeal.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgMeal.
|
void |
setWmPaid(boolean wmPaid)
Sets the wmPaid value for this CfgMeal.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgMeal.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgMeal.
|
void |
setWmStartStep(int wmStartStep)
Sets the wmStartStep value for this CfgMeal.
|
void |
setWmStartTime(double wmStartTime)
Sets the wmStartTime value for this CfgMeal.
|
private int wmMealId
private int wmSiteId
private java.lang.String wmName
private java.lang.String wmShortName
private boolean wmPaid
private double wmStartTime
private int wmEndDuration
private int wmDuration
private int wmLengthBeforeMeal
private int wmLengthAfterMeal
private int wmStartStep
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgMeal()
public CfgMeal(int wmMealId, int wmSiteId, java.lang.String wmName, java.lang.String wmShortName, boolean wmPaid, double wmStartTime, int wmEndDuration, int wmDuration, int wmLengthBeforeMeal, int wmLengthAfterMeal, int wmStartStep, long timestamp)
public int getWmMealId()
public void setWmMealId(int wmMealId)
wmMealId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- 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 boolean isWmPaid()
public void setWmPaid(boolean wmPaid)
wmPaid
- public double getWmStartTime()
public void setWmStartTime(double wmStartTime)
wmStartTime
- public int getWmEndDuration()
public void setWmEndDuration(int wmEndDuration)
wmEndDuration
- public int getWmDuration()
public void setWmDuration(int wmDuration)
wmDuration
- public int getWmLengthBeforeMeal()
public void setWmLengthBeforeMeal(int wmLengthBeforeMeal)
wmLengthBeforeMeal
- public int getWmLengthAfterMeal()
public void setWmLengthAfterMeal(int wmLengthAfterMeal)
wmLengthAfterMeal
- public int getWmStartStep()
public void setWmStartStep(int wmStartStep)
wmStartStep
- 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.