public class CfgMeal852
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 int |
wmMinDuration |
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 |
---|
CfgMeal852() |
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.
|
int |
getWmMinDuration()
Gets the value of the wmMinDuration 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 |
setWmMinDuration(int value)
Sets the value of the wmMinDuration 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() |
CfgMeal852 |
withTimestamp(long value) |
CfgMeal852 |
withWmBUId(int value) |
CfgMeal852 |
withWmDuration(int value) |
CfgMeal852 |
withWmEndDuration(int value) |
CfgMeal852 |
withWmLengthAfterMeal(int value) |
CfgMeal852 |
withWmLengthBeforeMeal(int value) |
CfgMeal852 |
withWmMealId(int value) |
CfgMeal852 |
withWmMinDuration(int value) |
CfgMeal852 |
withWmName(java.lang.String value) |
CfgMeal852 |
withWmPaid(boolean value) |
CfgMeal852 |
withWmShortName(java.lang.String value) |
CfgMeal852 |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgMeal852 |
withWmSiteId(java.lang.Integer... values) |
CfgMeal852 |
withWmSiteIdNSizeIs(int value) |
CfgMeal852 |
withWmStartStep(int value) |
CfgMeal852 |
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 wmMinDuration
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 getWmMinDuration()
public void setWmMinDuration(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 CfgMeal852 withWmMealId(int value)
public CfgMeal852 withWmBUId(int value)
public CfgMeal852 withWmSiteIdNSizeIs(int value)
public CfgMeal852 withWmSiteId(java.lang.Integer... values)
public CfgMeal852 withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgMeal852 withWmName(java.lang.String value)
public CfgMeal852 withWmShortName(java.lang.String value)
public CfgMeal852 withWmPaid(boolean value)
public CfgMeal852 withWmStartTime(double value)
public CfgMeal852 withWmEndDuration(int value)
public CfgMeal852 withWmDuration(int value)
public CfgMeal852 withWmMinDuration(int value)
public CfgMeal852 withWmLengthBeforeMeal(int value)
public CfgMeal852 withWmLengthAfterMeal(int value)
public CfgMeal852 withWmStartStep(int value)
public CfgMeal852 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.