public class CfgMeal
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp |
protected int |
wmBUId |
protected int |
wmDuration |
protected int |
wmEndDuration |
protected int |
wmLengthAfterMeal |
protected int |
wmLengthBeforeMeal |
protected int |
wmMealId |
protected java.lang.String |
wmName |
protected boolean |
wmPaid |
protected java.lang.String |
wmShortName |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected int |
wmStartStep |
protected double |
wmStartTime |
Constructor and Description |
---|
CfgMeal() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmDuration()
Gets the value of the wmDuration property.
|
int |
getWmEndDuration()
Gets the value of the wmEndDuration property.
|
int |
getWmLengthAfterMeal()
Gets the value of the wmLengthAfterMeal property.
|
int |
getWmLengthBeforeMeal()
Gets the value of the wmLengthBeforeMeal property.
|
int |
getWmMealId()
Gets the value of the wmMealId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.lang.String |
getWmShortName()
Gets the value of the wmShortName property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
int |
getWmStartStep()
Gets the value of the wmStartStep property.
|
double |
getWmStartTime()
Gets the value of the wmStartTime property.
|
int |
hashCode() |
boolean |
isWmPaid()
Gets the value of the wmPaid property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmDuration(int value)
Sets the value of the wmDuration property.
|
void |
setWmEndDuration(int value)
Sets the value of the wmEndDuration property.
|
void |
setWmLengthAfterMeal(int value)
Sets the value of the wmLengthAfterMeal property.
|
void |
setWmLengthBeforeMeal(int value)
Sets the value of the wmLengthBeforeMeal property.
|
void |
setWmMealId(int value)
Sets the value of the wmMealId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmPaid(boolean value)
Sets the value of the wmPaid property.
|
void |
setWmShortName(java.lang.String value)
Sets the value of the wmShortName property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmStartStep(int value)
Sets the value of the wmStartStep property.
|
void |
setWmStartTime(double value)
Sets the value of the wmStartTime property.
|
java.lang.String |
toString() |
CfgMeal |
withTimestamp(long value) |
CfgMeal |
withWmBUId(int value) |
CfgMeal |
withWmDuration(int value) |
CfgMeal |
withWmEndDuration(int value) |
CfgMeal |
withWmLengthAfterMeal(int value) |
CfgMeal |
withWmLengthBeforeMeal(int value) |
CfgMeal |
withWmMealId(int value) |
CfgMeal |
withWmName(java.lang.String value) |
CfgMeal |
withWmPaid(boolean value) |
CfgMeal |
withWmShortName(java.lang.String value) |
CfgMeal |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgMeal |
withWmSiteId(java.lang.Integer... values) |
CfgMeal |
withWmSiteIdNSizeIs(int value) |
CfgMeal |
withWmStartStep(int value) |
CfgMeal |
withWmStartTime(double value) |
private static final long serialVersionUID
protected int wmMealId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected java.lang.String wmName
protected java.lang.String wmShortName
protected boolean wmPaid
protected double wmStartTime
protected int wmEndDuration
protected int wmDuration
protected int wmLengthBeforeMeal
protected int wmLengthAfterMeal
protected int wmStartStep
protected long timestamp
public int getWmMealId()
public void setWmMealId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmShortName()
String
public void setWmShortName(java.lang.String value)
value
- allowed object is
String
public boolean isWmPaid()
public void setWmPaid(boolean value)
public double getWmStartTime()
public void setWmStartTime(double value)
public int getWmEndDuration()
public void setWmEndDuration(int value)
public int getWmDuration()
public void setWmDuration(int value)
public int getWmLengthBeforeMeal()
public void setWmLengthBeforeMeal(int value)
public int getWmLengthAfterMeal()
public void setWmLengthAfterMeal(int value)
public int getWmStartStep()
public void setWmStartStep(int value)
public long getTimestamp()
public void setTimestamp(long value)
public CfgMeal withWmMealId(int value)
public CfgMeal withWmBUId(int value)
public CfgMeal withWmSiteIdNSizeIs(int value)
public CfgMeal withWmSiteId(java.lang.Integer... values)
public CfgMeal withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgMeal withWmName(java.lang.String value)
public CfgMeal withWmShortName(java.lang.String value)
public CfgMeal withWmPaid(boolean value)
public CfgMeal withWmStartTime(double value)
public CfgMeal withWmEndDuration(int value)
public CfgMeal withWmDuration(int value)
public CfgMeal withWmLengthBeforeMeal(int value)
public CfgMeal withWmLengthAfterMeal(int value)
public CfgMeal withWmStartStep(int value)
public CfgMeal withTimestamp(long value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
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.